api-shield_schema_upload_response

APIs.ioEngineeringPlatform

Properties

Name Type Description
schema object
upload_details object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api-shield-schema-upload-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api-shield_schema_upload_response",
  "title": "api-shield_schema_upload_response",
  "properties": {
    "schema": {
      "$ref": "#/components/schemas/api-shield_public_schema"
    },
    "upload_details": {
      "$ref": "#/components/schemas/api-shield_schema_upload_details_warnings_only"
    }
  },
  "required": [
    "schema"
  ],
  "type": "object"
}