ApiSchemas
Period
One shape from the contract, as it appears on the wire.
Used by sessions.create, sessions.send, usage.environment, usage.keys
Referenced from SpendLimitExceededEncoded
JSON Schema
{
"type": "object",
"properties": {
"from": {
"$ref": "#/components/schemas/UsageDay"
},
"to": {
"$ref": "#/components/schemas/UsageDay"
}
},
"required": [
"from",
"to"
],
"additionalProperties": false
}