All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schemas.v1.2.resourceListing.json Maven / Gradle / Ivy

There is a newer version: 1.0.71
Show newest version
{
  "id": "http://swagger-api.github.io/schemas/v1.2/resourceListing.json#",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "required": [
    "swaggerVersion",
    "apis"
  ],
  "properties": {
    "swaggerVersion": {
      "enum": [
        "1.2"
      ]
    },
    "apis": {
      "type": "array",
      "items": {
        "$ref": "resourceObject.json#"
      }
    },
    "apiVersion": {
      "type": "string"
    },
    "info": {
      "$ref": "infoObject.json#"
    },
    "authorizations": {
      "$ref": "authorizationObject.json#"
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy