JSON-Validator

 view release on metacpan or  search on metacpan

lib/JSON/Validator/cache/36d1bd12eeed51e86c8695bd8876a9df  view on Meta::CPAN

        }
      },
      "patternProperties": {
        "^x-": {
          "$ref": "#/definitions/vendorExtension"
        }
      }
    },
    "paths": {
      "type": "object",
      "description": "Relative paths to the individual endpoints. They must be relative to the 'basePath'.",
      "patternProperties": {
        "^x-": {
          "$ref": "#/definitions/vendorExtension"
        },
        "^/": {
          "$ref": "#/definitions/pathItem"
        }
      },
      "additionalProperties": false
    },

t/openapiv3-content-types.t  view on Meta::CPAN

              properties:
                name:
                  type: string
      responses:
        "200":
          description: success
          schema:
            type: object
  /pets/publish:
    post:
      description: example of endpoint with no request body
      responses:
        "200":
          description: success
          schema:
            type: object



( run in 0.945 second using v1.01-cache-2.11-cpan-524268b4103 )