{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.opengis.net/json-fg/conformsto.json",
  "title": "the value of the 'conformsTo' member",
  "description": "This JSON Schema is part of JSON-FG version 1.0.0.",
  "type": "array",
  "minItems": 1,
  "items": {"type": "string", "format": "uri"},
  "contains": {"const": "http://www.opengis.net/spec/json-fg-1/1.0/conf/core"},
  "uniqueItems": true
}
