discourse/spec/requests/api/schemas
Blake Erickson 2fb9834821
DEV: Fix api docs for default calendar (#14539)
Change the type for default_calendar to a string.

The type specified for the default calendar in the api docs wasn't a
valid type. The linting in the api docs repo reports:

```
`type` can be one of the following only: "object", "array", "string", "number", "integer", "boolean", "null".
```

This linting currently is only in the `discourse_api_docs` repo.
2021-10-06 13:36:11 -06:00
..
json DEV: Fix api docs for default calendar (#14539) 2021-10-06 13:36:11 -06:00
schema_loader.rb DEV: Updates to api docs schema validation (#11801) 2021-01-21 18:23:23 -07:00