{
"title": "EventSeat",
"type": "object",
"properties": {
"seat": {
"anyOf": [
{
"$ref": "#/$defs/LocalizedString"
},
{
"type": "null"
}
],
"default": null
},
"row": {
"anyOf": [
{
"$ref": "#/$defs/LocalizedString"
},
{
"type": "null"
}
],
"default": null
},
"section": {
"anyOf": [
{
"$ref": "#/$defs/LocalizedString"
},
{
"type": "null"
}
],
"default": null
},
"gate": {
"anyOf": [
{
"$ref": "#/$defs/LocalizedString"
},
{
"type": "null"
}
],
"default": null
}
},
"$defs": {
"LocalizedString": {
"description": "see: https://developers.google.com/wallet/generic/rest/v1/LocalizedString",
"properties": {
"defaultValue": {
"$ref": "#/$defs/TranslatedString"
},
"translatedValues": {
"default": [],
"items": {
"$ref": "#/$defs/TranslatedString"
},
"title": "Translatedvalues",
"type": "array"
}
},
"required": [
"defaultValue"
],
"title": "LocalizedString",
"type": "object"
},
"TranslatedString": {
"description": "see: https://developers.google.com/wallet/generic/rest/v1/LocalizedString#translatedstring",
"properties": {
"language": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Language"
},
"value": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Value"
}
},
"title": "TranslatedString",
"type": "object"
}
}
}