--- type: object required: - id - type - geometry - properties properties: id: type: string description: A unique identifier of the catalog record. type: type: string enum: - Feature time: oneOf: - enum: - null - $ref: 'time.yaml' geometry: oneOf: - enum: - null - $ref: 'https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/schemas/geometryGeoJSON.yaml' properties: allOf: - $ref: 'recordCommonProperties.yaml' - type: object links: type: array items: $ref: 'linkBase.yaml' linkTemplates: type: array items: $ref: 'linkTemplate.yaml'