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

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

There is a newer version: 1.0.71
Show newest version
{
  "id": "http://swagger-api.github.io/schemas/v1.2/infoObject.json#",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "description": "info object (section 5.1.3)",
  "type": "object",
  "required": [
    "title",
    "description"
  ],
  "properties": {
    "title": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "termsOfServiceUrl": {
      "type": "string",
      "format": "uri"
    },
    "contact": {
      "type": "string",
      "format": "email"
    },
    "license": {
      "type": "string"
    },
    "licenseUrl": {
      "type": "string",
      "format": "uri"
    }
  },
  "additionalProperties": false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy