Al-HUWAITI Shell
Al-huwaiti


Server : LiteSpeed
System : Linux in-mum-web1949.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
User : u595547767 ( 595547767)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /opt/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/fixtures/expansion/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //opt/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/fixtures/expansion/schemas2.json
{
  "definitions": {
    "car": {
      "type": "object",
      "properties": {
        "id": {
          "type": "integer",
          "format": "int64"
        },
        "make": {
          "type": "string"
        },
        "brand": {
          "items": {
            "$ref": "#/definitions/brand"
          }
        }
      }
    },
    "tag": {
      "type": "object",
      "properties": {
        "id": {
          "type": "integer",
          "format": "int64"
        },
        "value": {
          "type": "string"
        }
      }
    },
    "brand": {
      "type": "object",
      "properties": {
        "id": {
          "type": "integer",
          "format": "int64"
        },
        "name": {
          "type": "string"
        }
      }
    },
    "truck": {
      "items": {
        "$ref": "#/definitions/car"
      }
    },
    "batch": {
      "items": {
        "items": {
          "$ref": "#/definitions/brand"
        }
      }
    },
    "batch2": {
      "items": [
        {
          "items": {
            "$ref": "#/definitions/brand"
          }
        },
        {
          "items": {
            "$ref": "#/definitions/tag"
          }
        }
      ]
    },
    "allofBoth": {
      "allOf": [
        {
          "items": {
            "$ref": "#/definitions/brand"
          }
        },
        {
          "items": {
            "$ref": "#/definitions/tag"
          }
        }
      ]
    },
    "anyofBoth": {
      "anyOf": [
        {
          "items": {
            "$ref": "#/definitions/brand"
          }
        },
        {
          "items": {
            "$ref": "#/definitions/tag"
          }
        }
      ]
    },
    "oneofBoth": {
      "oneOf": [
        {
          "items": {
            "$ref": "#/definitions/brand"
          }
        },
        {
          "items": {
            "$ref": "#/definitions/tag"
          }
        }
      ]
    },
    "notSomething": {
      "not": {
        "items": {
          "$ref": "#/definitions/tag"
        }
      }
    },
    "withAdditional": {
      "additionalProperties": {
        "items": {
          "$ref": "#/definitions/tag"
        }
      }
    },
    "withPattern": {
      "patternProperties": {
        "^x-ab": {
          "items": {
            "$ref": "#/definitions/tag"
          }
        }
      }
    },
    "withAdditionalItems": {
      "additionalItems": {
        "items": {
          "$ref": "#/definitions/tag"
        }
      }
    },
    "deps": {
      "dependencies": {
        "something": {
          "items": {
            "$ref": "#/definitions/tag"
          }
        }
      }
    },
    "defined": {
      "definitions": {
        "something": {
          "items": {
            "$ref": "#/definitions/tag"
          }
        }
      }
    }
  }
}

Al-HUWAITI Shell