Skip to content

Instantly share code, notes, and snippets.

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