removedInput schema / properties / classification / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / classification / default
Removed value: -null
addedInput schema / properties / classification / description
Added value: +"Optional segment, genre, or subgenre."
removedInput schema / properties / classification / title
Removed value: -"Classification"
addedInput schema / properties / classification / type
Added value: +"string"
removedInput schema / properties / end_date / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / end_date / default
Removed value: -null
addedInput schema / properties / end_date / description
Added value: +"Latest local event date, YYYY-MM-DD."
removedInput schema / properties / end_date / title
Removed value: -"End Date"
addedInput schema / properties / end_date / type
Added value: +"string"
addedInput schema / properties / keyword / description
Added value: +"Artist, team, show, or event name."
removedInput schema / properties / keyword / title
Removed value: -"Keyword"
addedInput schema / properties / limit / maximum
Added value: +50
addedInput schema / properties / limit / minimum
Added value: +1
removedInput schema / properties / limit / title
Removed value: -"Limit"
removedInput schema / properties / location / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / location / default
Removed value: -null
addedInput schema / properties / location / description
Added value: +"Optional city, region, postal code, or natural-language location."
removedInput schema / properties / location / title
Removed value: -"Location"
addedInput schema / properties / location / type
Added value: +"string"
addedInput schema / properties / page / minimum
Added value: +0
removedInput schema / properties / page / title
Removed value: -"Page"
removedInput schema / properties / radius / anyOf
Removed value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / radius / default
Removed value: -null
addedInput schema / properties / radius / maximum
Added value: +500
addedInput schema / properties / radius / minimum
Added value: +1
removedInput schema / properties / radius / title
Removed value: -"Radius"
addedInput schema / properties / radius / type
Added value: +"integer"
removedInput schema / properties / radius_unit / title
Removed value: -"Radius Unit"
removedInput schema / properties / sort / title
Removed value: -"Sort"
removedInput schema / properties / start_date / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / start_date / default
Removed value: -null
addedInput schema / properties / start_date / description
Added value: +"Earliest local event date, YYYY-MM-DD."
removedInput schema / properties / start_date / title
Removed value: -"Start Date"
addedInput schema / properties / start_date / type
Added value: +"string"
removedInput schema / title
Removed value: -"search_eventsArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "title": "Result",
- "type": "string"
- }
- },
- "required": [
- "result"
- ],
- "title": "search_eventsOutput",
- "type": "object"
-}New value: +null