Skip to content

Instantly share code, notes, and snippets.

@muojp
Created November 3, 2015 12:10
Show Gist options
  • Save muojp/2613b2ad3f5682de788e to your computer and use it in GitHub Desktop.
Save muojp/2613b2ad3f5682de788e to your computer and use it in GitHub Desktop.
soracomapi-151030-1600.diff
{
definitions: {
Subscriber: {
properties: {
speed_class: {
- enum: [
- "s1.minimum"
- "s1.slow"
- "s1.standard"
- "s1.fast"
- ]
}
}
}
GenerateTokenResponse: {
properties: {
- token: {
- type: "string"
- }
+ apiToken: {
+ type: "string"
+ }
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment