{
  "$id": "https://spec.openapis.org/oas/3.2/schema-base/2025-09-17",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "description": "The description of OpenAPI v3.2.x Documents using the OpenAPI JSON Schema dialect",
  "$ref": "https://spec.openapis.org/oas/3.2/schema/2025-09-17",
  "properties": {
    "jsonSchemaDialect": {
      "$ref": "#/$defs/dialect"
    }
  },
  "$defs": {
    "dialect": {
      "const": "https://spec.openapis.org/oas/3.2/dialect/2025-09-17"
    },
    "schema": {
      "$dynamicAnchor": "meta",
      "$ref": "https://spec.openapis.org/oas/3.2/dialect/2025-09-17",
      "properties": {
        "$schema": {
          "$ref": "#/$defs/dialect"
        }
      }
    }
  }
}