{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Periodicity", "title": "Periodicity", "enum": [ 0, 1, 2, 3, 4 ], "type": "integer", "format": "int32" }