{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/StorePlan", "title": "StorePlan", "type": "object", "properties": { "id": { "type": "string", "nullable": true }, "frequencies": { "type": "array", "items": { "$ref": "#/components/schemas/Frequency" }, "nullable": true } }, "additionalProperties": false }