type: object properties: addressDescription: type: string description: Details about Point location pointDescription: type: string description: Details about Point validDates: type: array description: Point opening dates items: type: object properties: validFrom: type: string format: date example: '2022-07-01' validThrough: type: string format: date example: '2022-07-15' schedule: $ref: './Schedule.yaml' scheduleDescription: type: string description: Details about Point business hours precise: type: boolean description: A sign of the presence of exact coordinates photos: type: array items: $ref: './Photo.yaml' operator: allOf: - $ref: './Operator.yaml' - nullable: true