json_schema
stringlengths
43
1.28M
unique_id
stringlengths
2
41
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ExecAction": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_HTTPGetAction": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_HTTPHeader" }, "type": "array" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString", "description": "Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME." }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_HTTPHeader": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_TCPSocketAction": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString", "description": "Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME." } }, "required": [ "port" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ExecAction", "description": "One and only one of the following should be specified. Exec specifies the action to take." }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": [ "integer", "null" ] }, "httpGet": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_HTTPGetAction", "description": "HTTPGet specifies the http request to perform." }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": [ "integer", "null" ] }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": [ "integer", "null" ] }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": [ "integer", "null" ] }, "tcpSocket": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_TCPSocketAction", "description": "TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": [ "integer", "null" ] } }, "type": "object" }
kb_778_Normalized
{ "$schema": "http://json-schema.org/draft-06/schema#", "version": "1.0.0", "definitions": { "cr": { "type": "integer", "minimum": 0, "maximum": 30, "required": [ "type", "minimum", "maximum" ], "additionalProperties": false }, "d100": { "type": "integer", "minimum": 1, "maximum": 100, "required": [ "type", "minimum", "maximum" ], "additionalProperties": false }, "coin": { "type": "object", "properties": { "cp": { "type": "string" }, "sp": { "type": "string" }, "ep": { "type": "string" }, "gp": { "type": "string" }, "pp": { "type": "string" } }, "additionalProperties": false }, "lootTypeAmount": { "type": "object", "properties": { "type": { "type": "string" }, "amount": { "type": "string" } }, "required": [ "type", "amount" ], "additionalProperties": false }, "gems_or_art": { "type": "array", "_uniqueItems": true, "items": { "type": "object", "properties": { "name": { "type": "string" }, "source": { "type": "string" }, "page": { "type": "integer" }, "type": { "type": "string" }, "table": { "type": "array", "_uniqueItems": true, "items": { "type": "string" } } }, "required": [ "name", "source", "page", "type", "table" ], "additionalProperties": false } } }, "type": "object", "properties": { "individual": { "type": "array", "_uniqueItems": true, "items": { "type": "object", "properties": { "name": { "type": "string" }, "source": { "type": "string" }, "page": { "type": "integer" }, "mincr": { "$ref": "#/definitions/cr" }, "maxcr": { "$ref": "#/definitions/cr" }, "table": { "type": "array", "_uniqueItems": true, "items": { "type": "object", "properties": { "min": { "$ref": "#/definitions/d100" }, "max": { "$ref": "#/definitions/d100" }, "coins": { "$ref": "#/definitions/coin" } }, "required": [ "min", "max", "coins" ], "additionalProperties": false } } }, "required": [ "name", "source", "page", "mincr", "maxcr", "table" ], "additionalProperties": false } }, "hoard": { "type": "array", "_uniqueItems": true, "items": { "type": "object", "properties": { "name": { "type": "string" }, "source": { "type": "string" }, "page": { "type": "integer" }, "mincr": { "$ref": "#/definitions/cr" }, "maxcr": { "$ref": "#/definitions/cr" }, "coins": { "$ref": "#/definitions/coin" }, "table": { "type": "array", "_uniqueItems": true, "items": { "type": "object", "properties": { "min": { "$ref": "#/definitions/d100" }, "max": { "$ref": "#/definitions/d100" }, "gems": { "$ref": "#/definitions/lootTypeAmount" }, "artobjects": { "$ref": "#/definitions/lootTypeAmount" }, "magicitems": { "$ref": "#/definitions/lootTypeAmount" } }, "required": [ "min", "max" ], "additionalProperties": false } } }, "required": [ "name", "source", "page", "mincr", "maxcr", "coins", "table" ], "additionalProperties": false } }, "gemstones": { "$ref": "#/definitions/gems_or_art" }, "artobjects": { "$ref": "#/definitions/gems_or_art" }, "magicitems": { "type": "array", "_uniqueItems": true, "items": { "type": "object", "properties": { "name": { "type": "string" }, "source": { "type": "string" }, "page": { "type": "integer" }, "type": { "type": "string" }, "table": { "type": "array", "_uniqueItems": true, "items": { "type": "object", "properties": { "min": { "$ref": "#/definitions/d100" }, "max": { "$ref": "#/definitions/d100" }, "item": { "type": "string" } } } } }, "required": [ "name", "source", "page", "type", "table" ], "additionalProperties": false } } }, "required": [ "individual", "hoard", "gemstones", "artobjects", "magicitems" ], "additionalProperties": false }
o44946
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "DonutChartSettings", "description": "The data contained in a DonutChart settings object", "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "innerRadius": { "type": "string", "pattern": "^[0-9]{1,3}%$" }, "labels": { "type": "object", "properties": { "labelsEnabled": { "type": "boolean" }, "labelRadius": { "type": "number", "minimum": 0 }, "color": { "type": "string", "pattern": "^#[0-9a-fA-F]{6}$" } } }, "legend": { "type": "object", "properties": { "enabled": { "type": "boolean" }, "position": { "enum": [ "top", "right", "bottom", "left" ] }, "maxColumns": { "type": "integer", "minimum": 0 }, "markerType": { "enum": [ "circle", "square", "line", "triangleUp", "triangleDown", "triangleLeft", "triangleRight", "diamond", "bubble" ] }, "switchable": { "type": "boolean" }, "color": { "type": "string", "pattern": "^#[0-9a-fA-F]{6}$" } } }, "style": { "type": "object", "properties": { "backgroundColor": { "type": "string", "pattern": "^#[0-9a-fA-F]{6}$" }, "borderColor": { "type": "string", "pattern": "^#[0-9a-fA-F]{6}$" }, "borderAlpha": { "type": "number", "minimum": 0 }, "animationDuration": { "type": "integer", "minimum": 0 } } } } }
o54544
{ "title": "ObjectSymbol3DLayer Resource", "type": "object", "$schema": "http://json-schema.org/draft-04/schema", "description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points.", "properties": { "href": { "oneOf": [ { "type": "string", "description": "An absolute URL", "pattern": "^https?://.+$" }, { "type": "string", "description": "A relative path starting with ./", "pattern": "^\\./.+$" } ] }, "primitive": { "type": "string", "enum": [ "cone", "cube", "cylinder", "diamond", "invertedCone", "sphere", "tetrahedron" ] } }, "oneOf": [ { "required": [ "primitive" ] }, { "required": [ "href" ] } ], "additionalProperties": false }
o90249
{ "additionalProperties": false, "description": "Schema for a Google Analytics session entity", "properties": { "geographicalOverride": { "type": [ "string", "null" ] }, "ipOverride": { "type": [ "string", "null" ] }, "sessionControl": { "type": [ "string", "null" ] }, "userAgentOverride": { "type": [ "string", "null" ] } }, "self": { "format": "jsonschema", "name": "session", "vendor": "com.google.analytics.measurement-protocol", "version": "1-0-0" }, "type": "object" }
sp_61_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://schema.envirocar.org/track.modify.json#", "type": "object", "additionalProperties": false, "required": [ "type", "properties" ], "properties": { "type": { "type": "string", "enum": [ "FeatureCollection" ] }, "properties": { "type": "object", "additionalProperties": false, "properties": { "sensor": { "type": "string", "description": "the name of an existing sensor resource" }, "name": { "type": "string" }, "description": { "type": "string" } } } } }
o44376
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "", "type": "object", "properties": { "options": { "type": "object", "properties": { "bookmarkThumbHeight": { "type": "number" }, "bookmarkThumbWidth": { "type": "number" }, "limitLocales": { "type": "boolean" }, "minWidthBreakPoint": { "type": "number" }, "openTemplate": { "type": "string", "minLength": 1 }, "pessimisticAccessControl": { "type": "boolean" }, "rightPanelEnabled": { "type": "boolean" }, "theme": { "type": "string", "minLength": 1 } }, "required": [ "bookmarkThumbHeight", "bookmarkThumbWidth", "limitLocales", "minWidthBreakPoint", "openTemplate", "pessimisticAccessControl", "rightPanelEnabled", "theme" ] }, "modules": { "type": "object", "properties": { "embedDialogue": { "type": "object", "properties": { "options": { "type": "object", "properties": { "embedTemplate": { "type": "string", "minLength": 1 } }, "required": [ "embedTemplate" ] }, "content": { "type": "object", "properties": { "customSize": { "type": "string", "minLength": 1 }, "height": { "type": "string", "minLength": 1 }, "instructions": { "type": "string", "minLength": 1 }, "title": { "type": "string", "minLength": 1 }, "width": { "type": "string", "minLength": 1 } }, "required": [ "customSize", "height", "instructions", "title", "width" ] } }, "required": [ "options", "content" ] }, "footerPanel": { "type": "object", "properties": { "options": { "type": "object", "properties": { "bookmarkEnabled": { "type": "boolean" }, "minimiseButtons": { "type": "boolean" }, "openEnabled": { "type": "boolean" } }, "required": [ "bookmarkEnabled", "minimiseButtons", "openEnabled" ] }, "content": { "type": "object", "properties": { "bookmark": { "type": "string", "minLength": 1 }, "download": { "type": "string", "minLength": 1 }, "embed": { "type": "string", "minLength": 1 }, "exitFullScreen": { "type": "string", "minLength": 1 }, "fullScreen": { "type": "string", "minLength": 1 }, "open": { "type": "string", "minLength": 1 } }, "required": [ "bookmark", "download", "embed", "exitFullScreen", "fullScreen", "open" ] } }, "required": [ "options", "content" ] }, "genericDialogue": { "type": "object", "properties": { "content": { "type": "object", "properties": { "ok": { "type": "string", "minLength": 1 } }, "required": [ "ok" ] } }, "required": [ "content" ] }, "headerPanel": { "type": "object", "properties": {}, "required": [] }, "helpDialogue": { "type": "object", "properties": { "content": { "type": "object", "properties": { "text": { "type": "string", "minLength": 1 }, "title": { "type": "string", "minLength": 1 } }, "required": [ "text", "title" ] } }, "required": [ "content" ] }, "moreInfoRightPanel": { "type": "object", "properties": { "options": { "type": "object", "properties": { "displayOrder": { "type": "string" }, "exclude": { "type": "string" }, "panelAnimationDuration": { "type": "number" }, "panelCollapsedWidth": { "type": "number" }, "panelExpandedWidth": { "type": "number" } }, "required": [ "displayOrder", "exclude", "panelAnimationDuration", "panelCollapsedWidth", "panelExpandedWidth" ] }, "content": { "type": "object", "properties": { "attribution": { "type": "string", "minLength": 1 }, "collapse": { "type": "string", "minLength": 1 }, "collapseFull": { "type": "string", "minLength": 1 }, "description": { "type": "string", "minLength": 1 }, "expand": { "type": "string", "minLength": 1 }, "expandFull": { "type": "string", "minLength": 1 }, "holdingText": { "type": "string", "minLength": 1 }, "less": { "type": "string", "minLength": 1 }, "license": { "type": "string", "minLength": 1 }, "logo": { "type": "string", "minLength": 1 }, "more": { "type": "string", "minLength": 1 }, "noData": { "type": "string", "minLength": 1 }, "title": { "type": "string", "minLength": 1 } }, "required": [ "attribution", "collapse", "collapseFull", "description", "expand", "expandFull", "holdingText", "less", "license", "logo", "more", "noData", "title" ] } }, "required": [ "options", "content" ] }, "pdfCenterPanel": { "type": "object", "properties": { "options": { "type": "object", "properties": { "titleEnabled": { "type": "boolean" }, "usePdfJs": { "type": "boolean" } }, "required": [ "titleEnabled", "usePdfJs" ] } }, "required": [ "options" ] }, "treeViewLeftPanel": { "type": "object", "properties": { "options": { "type": "object", "properties": { "elideCount": { "type": "number" }, "galleryThumbHeight": { "type": "number" }, "galleryThumbWidth": { "type": "number" }, "oneColThumbHeight": { "type": "number" }, "oneColThumbWidth": { "type": "number" }, "pageModeEnabled": { "type": "boolean" }, "panelAnimationDuration": { "type": "number" }, "panelCollapsedWidth": { "type": "number" }, "panelExpandedWidth": { "type": "number" }, "panelOpen": { "type": "boolean" }, "thumbsEnabled": { "type": "boolean" }, "thumbsExtraHeight": { "type": "number" }, "thumbsImageFadeInDuration": { "type": "number" }, "thumbsLoadRange": { "type": "number" }, "treeEnabled": { "type": "boolean" }, "twoColThumbHeight": { "type": "number" }, "twoColThumbWidth": { "type": "number" } }, "required": [ "elideCount", "galleryThumbHeight", "galleryThumbWidth", "oneColThumbHeight", "oneColThumbWidth", "pageModeEnabled", "panelAnimationDuration", "panelCollapsedWidth", "panelExpandedWidth", "panelOpen", "thumbsEnabled", "thumbsExtraHeight", "thumbsImageFadeInDuration", "thumbsLoadRange", "treeEnabled", "twoColThumbHeight", "twoColThumbWidth" ] }, "content": { "type": "object", "properties": { "collapse": { "type": "string", "minLength": 1 }, "collapseFull": { "type": "string", "minLength": 1 }, "expand": { "type": "string", "minLength": 1 }, "expandFull": { "type": "string", "minLength": 1 }, "index": { "type": "string", "minLength": 1 }, "thumbnails": { "type": "string", "minLength": 1 }, "title": { "type": "string", "minLength": 1 } }, "required": [ "collapse", "collapseFull", "expand", "expandFull", "index", "thumbnails", "title" ] } }, "required": [ "options", "content" ] }, "dialogue": { "type": "object", "properties": { "content": { "type": "object", "properties": { "close": { "type": "string", "minLength": 1 } }, "required": [ "close" ] } }, "required": [ "content" ] }, "downloadDialogue": { "type": "object", "properties": { "content": { "type": "object", "properties": { "download": { "type": "string", "minLength": 1 }, "entireFileAsOriginal": { "type": "string", "minLength": 1 }, "noneAvailable": { "type": "string", "minLength": 1 }, "preview": { "type": "string", "minLength": 1 }, "title": { "type": "string", "minLength": 1 } }, "required": [ "download", "entireFileAsOriginal", "noneAvailable", "preview", "title" ] } }, "required": [ "content" ] }, "loginDialogue": { "type": "object", "properties": { "content": { "type": "object", "properties": { "login": { "type": "string", "minLength": 1 } }, "required": [ "login" ] } }, "required": [ "content" ] }, "settingsDialogue": { "type": "object", "properties": { "content": { "type": "object", "properties": { "locale": { "type": "string", "minLength": 1 }, "pagingEnabled": { "type": "string", "minLength": 1 }, "preserveViewport": { "type": "string", "minLength": 1 }, "title": { "type": "string", "minLength": 1 }, "website": { "type": "string", "minLength": 1 } }, "required": [ "locale", "pagingEnabled", "preserveViewport", "title", "website" ] } }, "required": [ "content" ] } }, "required": [ "embedDialogue", "footerPanel", "genericDialogue", "headerPanel", "helpDialogue", "moreInfoRightPanel", "pdfCenterPanel", "treeViewLeftPanel", "dialogue", "downloadDialogue", "loginDialogue", "settingsDialogue" ] }, "localisation": { "type": "object", "properties": { "label": { "type": "string", "minLength": 1 }, "locales": { "type": "array", "_uniqueItems": true, "minItems": 1, "items": { "required": [ "name", "label" ], "properties": { "name": { "type": "string", "minLength": 1 }, "label": { "type": "string", "minLength": 1 } } } } }, "required": [ "label", "locales" ] }, "content": { "type": "object", "properties": { "degradedResourceMessage": { "type": "string", "minLength": 1 }, "degradedResourceLogin": { "type": "string", "minLength": 1 } }, "required": [ "degradedResourceMessage", "degradedResourceLogin" ] } }, "required": [ "options", "modules", "localisation", "content" ] }
o58762
{ "properties": { "dimensions": { "properties": { "height": { "description": "The height of the shape", "type": "number" }, "length": { "description": "The length of the shape", "type": "number" }, "width": { "description": "The width of the shape", "type": "number" } }, "required": [ "length", "width", "height" ], "type": "object" }, "shape": { "description": "The shape of the object (e.g. cube, sphere, cylinder)", "type": "string" } }, "required": [ "shape", "dimensions" ], "type": "object" }
calculate_volume_fbc164ed
{ "properties": { "base": { "description": "The base of the triangle (if shape is triangle)", "type": "number" }, "height": { "description": "The height of the rectangle (if shape is rectangle) or the base of the triangle (if shape is triangle)", "type": "number" }, "radius": { "description": "The radius of the circle (if shape is circle)", "type": "number" }, "shape": { "description": "The shape for which to calculate the area", "enum": [ "circle", "rectangle", "triangle" ], "type": "string" }, "width": { "description": "The width of the rectangle (if shape is rectangle)", "type": "number" } }, "required": [ "shape" ], "type": "object" }
calculate_area_28bce15f
{ "properties": { "customer_name": { "description": "The name of the customer", "type": "string" }, "items": { "items": { "properties": { "item_name": { "description": "The name of the item", "type": "string" }, "price": { "description": "The price per unit of the item", "type": "number" }, "quantity": { "description": "The quantity of the item", "type": "integer" } }, "required": [ "item_name", "quantity", "price" ], "type": "object" }, "type": "array" }, "total_amount": { "description": "The total amount of the transaction", "type": "number" }, "transaction_id": { "description": "The ID of the transaction", "type": "string" } }, "required": [ "transaction_id", "customer_name", "total_amount", "items" ], "type": "object" }
generate_invoice_bb23cb98
{ "description": "SELinuxOptions are the labels to be applied to the container", "properties": { "level": { "description": "Level is SELinux level label that applies to the container.", "type": [ "string", "null" ] }, "role": { "description": "Role is a SELinux role label that applies to the container.", "type": [ "string", "null" ] }, "type": { "description": "Type is a SELinux type label that applies to the container.", "type": [ "string", "null" ] }, "user": { "description": "User is a SELinux user label that applies to the container.", "type": [ "string", "null" ] } }, "type": "object" }
kb_962_Normalized
{ "properties": { "questions": { "items": { "properties": { "options": { "description": "The answer options for the question", "items": { "type": "string" }, "type": "array" }, "question_text": { "description": "The text of the question", "type": "string" } }, "required": [ "question_text", "options" ], "type": "object" }, "type": "array" }, "title": { "description": "The title of the survey", "type": "string" } }, "required": [ "title", "questions" ], "type": "object" }
create_survey_24f9edca
{ "properties": { "customer_name": { "description": "The name of the customer", "type": "string" }, "items": { "items": { "properties": { "name": { "description": "The name of the item", "type": "string" }, "price": { "description": "The price of the item", "type": "number" }, "quantity": { "description": "The quantity of the item", "type": "integer" } }, "required": [ "name", "quantity", "price" ], "type": "object" }, "type": "array" }, "order_number": { "description": "The order number", "type": "string" } }, "required": [ "customer_name", "order_number", "items" ], "type": "object" }
generate_invoice_2a7eeb4e
{ "$license": [ "http://www.apache.org/licenses/LICENSE-2.0" ], "description": "https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/get-followers-ids", "javaInterfaces": [ "java.io.Serializable" ], "javaType": "org.apache.streams.twitter.api.FollowersIdsResponse", "properties": { "ids": { "items": { "type": "integer" }, "type": "array" }, "next_cursor": { "type": "integer" }, "next_cursor_str": { "type": "string" }, "previous_cursor": { "type": "integer" }, "previous_cursor_str": { "type": "string" } } }
o49741
{ "properties": { "dimensions": { "properties": { "height": { "description": "The height of the shape", "type": "number" }, "length": { "description": "The length of the shape", "type": "number" }, "width": { "description": "The width of the shape", "type": "number" } }, "required": [ "length", "width", "height" ], "type": "object" }, "shape": { "description": "The shape to calculate the volume of", "type": "string" } }, "required": [ "shape", "dimensions" ], "type": "object" }
calculate_volume_97c0b214
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "id": "http://sport-archive.com/input-schema/output/watermark#", "properties": { "input_bucket": { "description": "Bucket name and path where the watermark is located", "maxLength": 63, "minLength": 3, "pattern": "^[0-9a-zA-Z\\.\\-_]+$", "type": "string" }, "input_file": { "description": "Filename of the file containing the watermark", "maxLength": 1024, "minLength": 1, "pattern": "^[\\w /-]+\\.[0-9a-zA-Z]+$", "type": "string" }, "opacity": { "description": "Change the default watermark opacity", "type": "number" }, "size": { "description": "Size of the watermark in the video result ([width]x[height])", "pattern": "^[0-9]+x[0-9]+$", "type": "string" }, "x": { "description": "Change the watermark position. In pixels", "type": "number" }, "y": { "description": "Change the watermark position. In pixels", "type": "number" } }, "required": [ "input_bucket", "input_file" ], "title": "CT transcode specification for watermark", "type": "object" }
o63937
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Toleration": { "description": "The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.", "properties": { "effect": { "description": "Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.", "type": "string" }, "key": { "description": "Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.", "type": "string" }, "operator": { "description": "Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.", "type": "string" }, "tolerationSeconds": { "_format": "int64", "description": "TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.", "type": "integer" }, "value": { "description": "Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_node_v1beta1_Overhead": { "description": "Overhead structure represents the resource overhead associated with running a pod.", "properties": { "podFixed": { "additionalProperties": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity" }, "description": "PodFixed represents the fixed resource overhead associated with running a pod.", "type": "object" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_node_v1beta1_RuntimeClass": { "description": "RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", "type": "string" }, "handler": { "description": "Handler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class. The possible values are specific to the node & CRI configuration. It is assumed that all handlers are available on every node, and handlers of the same name are equivalent on every node. For example, a handler called \"runc\" might specify that the runc OCI runtime (using native Linux containers) will be used to run the containers in a pod. The Handler must conform to the DNS Label (RFC 1123) requirements, and is immutable.", "type": "string" }, "kind": { "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "enum": [ "RuntimeClass" ], "type": "string" }, "metadata": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta", "description": "More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "overhead": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_node_v1beta1_Overhead", "description": "Overhead represents the resource overhead associated with running a pod for a given RuntimeClass. For more details, see https://git.k8s.io/enhancements/keps/sig-node/20190226-pod-overhead.md This field is alpha-level as of Kubernetes v1.15, and is only honored by servers that enable the PodOverhead feature." }, "scheduling": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_node_v1beta1_Scheduling", "description": "Scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it. If scheduling is nil, this RuntimeClass is assumed to be supported by all nodes." } }, "required": [ "handler" ], "type": "object", "x-kubernetes-group-version-kind": [ { "group": "node.k8s.io", "kind": "RuntimeClass", "version": "v1beta1" } ] }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_node_v1beta1_Scheduling": { "description": "Scheduling specifies the scheduling constraints for nodes supporting a RuntimeClass.", "properties": { "nodeSelector": { "additionalProperties": { "type": "string" }, "description": "nodeSelector lists labels that must be present on nodes that support this RuntimeClass. Pods using this RuntimeClass can only be scheduled to a node matched by this selector. The RuntimeClass nodeSelector is merged with a pod's existing nodeSelector. Any conflicts will cause the pod to be rejected in admission.", "type": "object" }, "tolerations": { "description": "tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Toleration" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1": { "description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff", "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ListMeta": { "description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.", "properties": { "continue": { "description": "continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.", "type": "string" }, "remainingItemCount": { "_format": "int64", "description": "remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.", "type": "integer" }, "resourceVersion": { "description": "String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "selfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry": { "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", "properties": { "apiVersion": { "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", "type": "string" }, "fieldsType": { "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"", "type": "string" }, "fieldsV1": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1", "description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type." }, "manager": { "description": "Manager is an identifier of the workflow managing these fields.", "type": "string" }, "operation": { "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", "type": "string" }, "time": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta": { "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations", "type": "object" }, "clusterName": { "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.", "type": "string" }, "creationTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "deletionGracePeriodSeconds": { "_format": "int64", "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.", "type": "integer" }, "deletionTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "finalizers": { "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.", "items": { "type": "string" }, "type": "array", "x-kubernetes-patch-strategy": "merge" }, "generateName": { "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency", "type": "string" }, "generation": { "_format": "int64", "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.", "type": "integer" }, "labels": { "additionalProperties": { "type": "string" }, "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels", "type": "object" }, "managedFields": { "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry" }, "type": "array" }, "name": { "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "namespace": { "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces", "type": "string" }, "ownerReferences": { "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference" }, "type": "array", "x-kubernetes-patch-merge-key": "uid", "x-kubernetes-patch-strategy": "merge" }, "resourceVersion": { "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", "type": "string" }, "uid": { "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference": { "description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "blockOwnerDeletion": { "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.", "type": "boolean" }, "controller": { "description": "If true, this reference points to the managing controller.", "type": "boolean" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "uid": { "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "required": [ "apiVersion", "kind", "name", "uid" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": { "_format": "date-time", "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "type": "string" } }, "description": "RuntimeClassList is a list of RuntimeClass objects.", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", "type": [ "string", "null" ] }, "items": { "description": "Items is a list of schema objects.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_node_v1beta1_RuntimeClass" }, "type": [ "array", "null" ] }, "kind": { "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "enum": [ "RuntimeClassList" ], "type": [ "string", "null" ] }, "metadata": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, "required": [ "items" ], "type": "object", "x-kubernetes-group-version-kind": [ { "group": "node.k8s.io", "kind": "RuntimeClassList", "version": "v1beta1" } ] }
kb_901_Normalized
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the shape", "type": "number" }, "height": { "description": "The height of the shape", "type": "number" }, "length": { "description": "The length of the shape", "type": "number" }, "radius": { "description": "The radius of the shape", "type": "number" }, "width": { "description": "The width of the shape", "type": "number" } }, "type": "object" }, "shape": { "description": "The shape to calculate the area for", "enum": [ "rectangle", "circle", "triangle" ], "type": "string" } }, "required": [ "shape", "dimensions" ], "type": "object" }
calculate_area_d29a05bc
{ "additionalProperties": false, "properties": { "openvpn-admin": { "properties": { "cpus": { "default": 0.01, "description": "CPU shares to allocate to each openvpn instance.", "minimum": 0.01, "type": "number" }, "framework-name": { "default": "openvpn-admin", "description": "openvpn framework name", "type": "string" }, "instances": { "default": 1, "description": "Number of openvpn instances to run.", "minimum": 1, "type": "integer" }, "mem": { "default": 128.0, "description": "Memory (MB) to allocate to each openvpn task.", "minimum": 64.0, "type": "number" } }, "type": "object" } }, "type": "object" }
o90809
{ "description": "This information is immutable after the request is created. Only the Request and Usages fields can be set on creation, other fields are derived by Kubernetes and cannot be modified by users.", "properties": { "extra": { "additionalProperties": { "items": { "type": [ "string", "null" ] }, "type": [ "array", "null" ] }, "description": "Extra information about the requesting user. See user.Info interface for details.", "type": [ "object", "null" ] }, "groups": { "description": "Group information about the requesting user. See user.Info interface for details.", "items": { "type": [ "string", "null" ] }, "type": [ "array", "null" ] }, "request": { "description": "Base64-encoded PKCS#10 CSR data", "format": "byte", "type": [ "string", "null" ] }, "signerName": { "description": "Requested signer for the request. It is a qualified name in the form: `scope-hostname.io/name`. If empty, it will be defaulted:\n 1. If it's a kubelet client certificate, it is assigned\n \"kubernetes.io/kube-apiserver-client-kubelet\".\n 2. If it's a kubelet serving certificate, it is assigned\n \"kubernetes.io/kubelet-serving\".\n 3. Otherwise, it is assigned \"kubernetes.io/legacy-unknown\".\nDistribution of trust for signers happens out of band. You can select on this field using `spec.signerName`.", "type": [ "string", "null" ] }, "uid": { "description": "UID information about the requesting user. See user.Info interface for details.", "type": [ "string", "null" ] }, "usages": { "description": "allowedUsages specifies a set of usage contexts the key will be valid for. See: https://tools.ietf.org/html/rfc5280#section-4.2.1.3\n https://tools.ietf.org/html/rfc5280#section-4.2.1.12", "items": { "type": [ "string", "null" ] }, "type": [ "array", "null" ] }, "username": { "description": "Information about the requesting user. See user.Info interface for details.", "type": [ "string", "null" ] } }, "required": [ "request" ], "type": "object" }
kb_73_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "meta": { "type": "object", "properties": { "id": { "type": "string", "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$" }, "type": { "type": "string", "enum": [ "EiffelAnnouncementPublishedEvent" ] }, "version": { "type": "string", "enum": [ "3.0.0" ], "default": "3.0.0" }, "time": { "type": "integer" }, "tags": { "type": "array", "items": { "type": "string" } }, "source": { "type": "object", "properties": { "domainId": { "type": "string" }, "host": { "type": "string" }, "name": { "type": "string" }, "serializer": { "type": "string", "pattern": "^pkg:" }, "uri": { "type": "string" } }, "additionalProperties": false }, "security": { "type": "object", "properties": { "authorIdentity": { "type": "string" }, "integrityProtection": { "type": "object", "properties": { "signature": { "type": "string" }, "alg": { "type": "string", "enum": [ "HS256", "HS384", "HS512", "RS256", "RS384", "RS512", "ES256", "ES384", "ES512", "PS256", "PS384", "PS512" ] }, "publicKey": { "type": "string" } }, "required": [ "signature", "alg" ], "additionalProperties": false }, "sequenceProtection": { "type": "array", "items": { "type": "object", "properties": { "sequenceName": { "type": "string" }, "position": { "type": "integer" } }, "additionalProperties": false, "required": [ "sequenceName", "position" ] } } }, "additionalProperties": false, "required": [ "authorIdentity" ] } }, "required": [ "id", "type", "version", "time" ], "additionalProperties": false }, "data": { "type": "object", "properties": { "heading": { "type": "string" }, "body": { "type": "string" }, "uri": { "type": "string" }, "severity": { "type": "string", "enum": [ "MINOR", "MAJOR", "CRITICAL", "BLOCKER", "CLOSED", "CANCELED" ] }, "customData": { "type": "array", "items": { "type": "object", "properties": { "key": { "type": "string" }, "value": {} }, "required": [ "key", "value" ], "additionalProperties": false } } }, "required": [ "heading", "body", "severity" ], "additionalProperties": false }, "links": { "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string" }, "target": { "type": "string", "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$" } }, "required": [ "type", "target" ], "additionalProperties": false } } }, "required": [ "meta", "data", "links" ], "additionalProperties": false }
o5345
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "person": { "type": "object", "properties": { "first_name": { "type": "string", "enum": [ "Andrew" ] }, "last_name": { "type": "string", "enum": [ "Smith" ] } }, "required": [ "first_name", "last_name" ], "additionalProperties": false } }, "required": [ "person" ] }
o69519
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "This schema is a stub for a person's name.", "type": "object", "properties": { "first_name": { "type": "string" }, "middle_name": { "type": "string" }, "last_name": { "type": "string" } }, "required": [ "first_name", "last_name" ] }
o44097
{ "title": "color", "type": "array", "$schema": "http://json-schema.org/draft-04/schema", "description": "Color is represented as a three or four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null.", "items": { "type": "integer", "minimum": 0, "maximum": 255 }, "minItems": 3, "maxItems": 4, "additionalProperties": false, "esriDocumentation": { "examples": [ { "title": "color", "code": { "color": [ 13, 38, 68, 255 ] } } ] } }
o90185
{ "properties": { "down_payment": { "description": "The down payment amount", "type": "number" }, "interest_rate": { "description": "The annual interest rate", "type": "number" }, "loan_amount": { "description": "The total loan amount", "type": "number" }, "loan_term": { "description": "The loan term in years", "type": "integer" }, "property_tax": { "description": "The annual property tax", "type": "number" } }, "required": [ "loan_amount", "interest_rate", "loan_term", "down_payment" ], "type": "object" }
calculate_mortgage_db09d564
{ "description": "Just a basic schema.", "title": "Basic Object", "type": "object", "definitions": { "id": { "description": "Unique identifier.", "readOnly": true, "format": "uuid", "example": "01234567-89ab-cdef-0123-456789abcdef", "type": "string", "minLength": 1 }, "foo": { "description": "foo property", "readOnly": true, "type": "number" }, "bar": { "description": "bar property", "type": "boolean" }, "address": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "A simple address schema", "type": "object", "definitions": { "address1": { "type": "string" }, "address2": { "type": "string" }, "city": { "type": "string" }, "postalCode": { "type": "string" }, "state": { "type": "string" }, "country": { "type": "string" } }, "properties": { "address1": { "type": "string" }, "address2": { "type": "string" }, "city": { "type": "string" }, "postalCode": { "type": "string" }, "state": { "type": "string" }, "country": { "type": "string" } } } }, "properties": { "id": { "description": "Unique identifier.", "readOnly": true, "format": "uuid", "example": "01234567-89ab-cdef-0123-456789abcdef", "type": "string", "minLength": 1 }, "foo": { "description": "foo property", "readOnly": true, "type": "number" }, "bar": { "description": "bar property", "type": "boolean" }, "address": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "A simple address schema", "type": "object", "definitions": { "address1": { "type": "string" }, "address2": { "type": "string" }, "city": { "type": "string" }, "postalCode": { "type": "string" }, "state": { "type": "string" }, "country": { "type": "string" } }, "properties": { "address1": { "type": "string" }, "address2": { "type": "string" }, "city": { "type": "string" }, "postalCode": { "type": "string" }, "state": { "type": "string" }, "country": { "type": "string" } } }, "created_at": { "description": "Creation time.", "example": "2014-07-25T19:14:29.503Z", "format": "date-time", "readOnly": true, "type": "string" }, "updated_at": { "description": "Update date-time.", "example": "2014-07-25T19:14:29.503Z", "format": "date-time", "readOnly": false, "type": "string" }, "email": { "description": "Email", "format": "email", "readOnly": false, "type": "string", "minLength": 1 } } }
o27019
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the triangle (if applicable)", "type": "number" }, "height": { "description": "The height of the triangle (if applicable)", "type": "number" }, "radius": { "description": "The radius of the circle (if applicable)", "type": "number" }, "side_length": { "description": "The side length of the square (if applicable)", "type": "number" } }, "type": "object" }, "shape": { "description": "The type of shape (e.g. circle, square, triangle)", "type": "string" } }, "required": [ "shape", "dimensions" ], "type": "object" }
calculate_area_45887aa5
{ "properties": { "connect": { "properties": { "cpus": { "default": 2, "description": "CPU shares to allocate to each connect worker instance.", "minimum": 1, "type": "number" }, "group_id": { "default": "dcos-connect-group", "description": "A unique string that identifies the Connect cluster group this worker belongs to.", "type": "string" }, "heap": { "default": 768, "description": "JVM heap allocation (in MB) for connect worker task; should be ~256MB less than total memory for the instance.", "minimum": 256, "type": "number" }, "instances": { "default": 1, "description": "Number of instances to run.", "minimum": 1, "type": "integer" }, "key_converter": { "default": "io.confluent.connect.avro.AvroConverter", "description": "Key converter, e.g. org.apache.kafka.connect.json.JsonConverter, io.confluent.connect.avro.AvroConverter, ...", "type": "string" }, "key_converter_schema_enable": { "default": true, "description": "Key converter schema check enable.", "type": "boolean" }, "mem": { "default": 1024, "description": "Memory (MB) to allocate to each connect worker instance.", "minimum": 512, "type": "number" }, "name": { "default": "connect", "description": "Service name for the connect worker application(s)", "type": "string" }, "role": { "default": "*", "description": "Deploy connect worker only on nodes with this role.", "type": "string" }, "value_converter": { "default": "io.confluent.connect.avro.AvroConverter", "description": "Value converter, e.g. org.apache.kafka.connect.json.JsonConverter, io.confluent.connect.avro.AvroConverter, ...", "type": "string" }, "value_converter_schema_enable": { "default": true, "description": "Value converter schema check enable.", "type": "boolean" }, "virtual_network_enabled": { "default": false, "description": "Enable virtual networking", "type": "boolean" }, "virtual_network_name": { "default": "dcos", "description": "The name of the virtual network to join", "type": "string" } }, "required": [ "cpus", "mem", "instances", "name" ], "type": "object" }, "kafka": { "description": "Rest proxy kafka service configuration", "properties": { "bootstrap_servers": { "default": "broker.confluent-kafka.l4lb.thisdcos.directory:9092", "description": "The name of the kafka bootstrapserver. Broker vip (for TLS it is broker-tls.confluent-kafka.l4lb.thisdcos.directory:9093) or comma separated list of broker dns names (like in the kerberos case). Note slahes in a kafka service name have to be removed.", "title": "Kafka bootstrap servers", "type": "string" }, "client_sasl_kerberos_service_name": { "default": "kafka", "description": "The Kerberos principal name that Kafka runs as. This can be defined either in Kafka's JAAS config or in Kafka's config.", "title": "Kafka client sasl kerberos service name", "type": "string" }, "client_sasl_mechanism": { "default": "GSSAPI", "description": "SASL mechanism used for client connections. This may be any mechanism for which a security provider is available. GSSAPI is the default mechanism.", "title": "Kafka client sasl mechanism", "type": "string" }, "client_security_protocol": { "default": "PLAINTEXT", "description": "Protocol used to communicate with brokers. Valid values are: PLAINTEXT, SSL, SASL_PLAINTEXT, SASL_SSL", "title": "Kafka client security protocol", "type": "string" }, "kerberos_enabled": { "default": false, "description": "Enable kerberos", "type": "boolean" }, "kerberos_jaas_secret": { "default": "jaas", "description": "Kerberos jaas secret containing jaas config", "title": "Kerberos jaas secret", "type": "string" }, "kerberos_keytab_secret": { "default": "__dcos_base64___keytab", "description": "Kerberos keytab secret containing keytab", "title": "Kerberos keytab secret", "type": "string" }, "kerberos_krb5_secret": { "default": "krb5", "description": "Kerberos krb5 secret containing krb5 config", "title": "Kerberos krb5 secret", "type": "string" }, "zookeeper_connect": { "default": "master.mesos:2181/dcos-service-confluent-kafka", "description": "... . Note slahes in a kafka service name have to be removed, all excpet the first get replaced by two underscores.", "title": "Zookeeper connect", "type": "string" } }, "required": [ "bootstrap_servers", "zookeeper_connect" ], "type": "object" }, "schema-registry": { "description": "Connect schema registry configuration", "properties": { "url": { "default": "http://schema-registry.marathon.l4lb.thisdcos.directory:8081", "description": "The base URL for the schema registry.", "title": "Schema registry url", "type": "string" } }, "required": [ "url" ], "type": "object" } }, "type": "object" }
o60288
{ "$schema": "http://json-schema.org/draft-04/schema#", "required": [ "config", "inputs" ], "type": "object", "properties": { "inputs": { "required": [ "Functional_NIfTI_run-01", "T1w_NIfTI" ], "type": "object", "properties": { "T2_NIfTI": { "type": "object", "properties": { "type": { "enum": [ "nifti" ] } } }, "Functional_NIfTI_run-02": { "type": "object", "properties": { "type": { "enum": [ "nifti" ] } } }, "Functional_NIfTI_run-01": { "type": "object", "properties": { "type": { "enum": [ "nifti" ] } } }, "T1w_NIfTI": { "type": "object", "properties": { "type": { "enum": [ "nifti" ] } } }, "Functional_NIfTI_run-03": { "type": "object", "properties": { "type": { "enum": [ "nifti" ] } } }, "Functional_NIfTI_run-04": { "type": "object", "properties": { "type": { "enum": [ "nifti" ] } } }, "Functional_NIfTI_run-05": { "type": "object", "properties": { "type": { "enum": [ "nifti" ] } } }, "Functional_NIfTI_run-06": { "type": "object", "properties": { "type": { "enum": [ "nifti" ] } } } } }, "config": { "required": [ "Functional_NIfTI_run_05_TASK", "Functional_NIfTI_run_03_TASK", "Functional_NIfTI_run_04_TASK", "Functional_NIfTI_run_04_TR", "freesurfer", "Subject_ID", "Functional_NIfTI_run_06_TR", "Functional_NIfTI_run_01_TR", "Functional_NIfTI_run_03_TR", "Functional_NIfTI_run_05_TR", "Functional_NIfTI_run_01_TASK", "Functional_NIfTI_run_02_TR", "Functional_NIfTI_run_06_TASK", "Functional_NIfTI_run_02_TASK" ], "type": "object", "properties": { "Functional_NIfTI_run_05_TASK": { "default": "fifthrun", "type": "string" }, "Functional_NIfTI_run_02_TASK": { "default": "secondrun", "type": "string" }, "Functional_NIfTI_run_03_TASK": { "default": "thirdrun", "type": "string" }, "Functional_NIfTI_run_04_TASK": { "default": "fourthrun", "type": "string" }, "Functional_NIfTI_run_04_TR": { "default": 2, "type": "number" }, "freesurfer": { "default": true, "type": "boolean" }, "Subject_ID": { "default": "01", "type": "string" }, "Functional_NIfTI_run_01_TR": { "default": 2, "type": "number" }, "Functional_NIfTI_run_03_TR": { "default": 2, "type": "number" }, "Functional_NIfTI_run_05_TR": { "default": 2, "type": "number" }, "Functional_NIfTI_run_01_TASK": { "default": "firstrun", "type": "string" }, "Functional_NIfTI_run_02_TR": { "default": 2, "type": "number" }, "Functional_NIfTI_run_06_TASK": { "default": "sixthrun", "type": "string" }, "Functional_NIfTI_run_06_TR": { "default": 2, "type": "number" } } } }, "title": "Invocation manifest for fMRIPREP: A Robust Preprocessing Pipeline for fMRI Data (1.0.0-rc1)" }
o41246
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Metadata Model", "description": "Models how JSON data should be stored for use in the Dashboard", "type": "object", "required": [ "program", "project", "submitter_donor_id" ], "properties": { "program": { "type": "string" }, "project": { "type": "string" }, "submitter_donor_id": { "type": "string" }, "center_name": { "type": "string" }, "donor_analysis_attributes": { "donor_example_attribute:": { "type": "array", "items": { "type": "string" } } }, "donor_uuid": { "type": "string" }, "specimen": { "type": "array", "items": { "submitter_specimen_id": { "type": "string" }, "submitter_specimen_uuid": { "type": "string" }, "submitter_specimen_type": { "enum": [ "Normal - solid tissue", "Normal - blood derived", "Normal - bone marrow", "Normal - tissue adjacent to primary", "Normal - buccal cell", "Normal - EBV immortalized", "Normal - lymph node", "Normal - other", "Primary tumour - solid tissue", "Primary tumour - blood derived (peripheral blood)", "Primary tumour - blood derived (bone marrow)", "Primary tumour - additional new primary", "Primary tumour - other", "Recurrent tumour - solid tissue", "Recurrent tumour - blood derived (peripheral blood)", "Recurrent tumour - blood derived (bone marrow)", "Recurrent tumour - other", "Metastatic tumour - NOS", "Metastatic tumour - lymph node", "Metastatic tumour - metastatsis local to lymph node", "Metastatic tumour - metastatsis to distant location", "Metastatic tumour - additional metastatic", "Xenograft - derived from primary tumour", "Xenograft - derived from tumour cell line", "Cell line - derived from tumour", "Primary tumour - lymph node", "Metastatic tumour - other", "Cell line - derived from xenograft tumour" ] }, "specimen_analysis_attributes": { "specimen_example_attribute:": { "type": "array", "items": { "type": "string" } } }, "samples": { "type": "array", "items": { "normal_sample_attributes": { "type": "array", "items": { "sample_attributes": { "sample_example_attribute": { "type": "array", "items": { "type": "string" } } }, "submitter_sample_id": { "type": "string" }, "sequence_upload": { "workflows": { "type": "array", "items": { "workflow_name": { "type": "string" }, "workflow_info": { "workflow_version": { "type": "string" }, "workflow_source_url": { "type": "string" }, "workflow_bundle_url": { "type": "string" }, "workflow_description": { "type": "string" }, "workflow_inputs": { "type": "array", "_uniqueItems": true, "items": { "file_storage_bundle_uri": { "type": "string" }, "file_storage_metadata_json_uri": { "type": "string" }, "file_storage_bundle_files": { "type": "array", "items": { "foo.filetype": { "file_type_label": { "type": "string" }, "file_type_cv_terms": { "type": "array", "items": { "type": "string" } }, "file_storage_uri": { "type": "string" } } } } } }, "workflow_outputs": { "type": "array", "_uniqueItems": true, "items": { "foo.filetype": { "file_type_label": { "type": "string" }, "file_type_cv_terms": { "type": "array", "items": { "type": "string" } } } } }, "workflow_params": { "param1": { "type": "number" }, "param2": { "type": "number" } } }, "qc_metrics": { "coverage_average": { "type": "number" }, "insert_size_average": { "type": "number" }, "insert_size_sd": { "type": "number" } }, "timing_metrics": { "overall_walltime_seconds": { "type": "number" }, "overall_start_time_utc": { "type": "string", "format": "date-time" }, "overall_stop_time_utc": { "type": "string", "format": "date-time" }, "step_timing": { "alignment": { "walltime_seconds": { "type": "number" }, "start_time_utc": { "type": "string", "format": "date-time" }, "stop_time_utc": { "type": "string", "format": "date-time" } } } }, "host_metrics": { "vm_instance_type": { "type": "string" }, "vm_instance_cores": { "type": "number" }, "vm_instance_mem_gb": { "type": "number" }, "vm_location": { "type": "string" }, "vm_region": { "type": "string" } } } } }, "alignment": { "sequencing_strategy": { "type": "string" }, "workflows": { "type": "array", "items": { "workflow_name": { "type": "string" }, "workflow_info": { "workflow_version": { "type": "string" }, "workflow_source_url": { "type": "string" }, "workflow_bundle_url": { "type": "string" }, "workflow_description": { "type": "string" }, "workflow_inputs": { "type": "array", "_uniqueItems": true, "items": { "file_storage_bundle_uri": { "type": "string" }, "file_storage_metadata_json_uri": { "type": "string" }, "file_storage_bundle_files": { "type": "array", "items": { "foo.filetype": { "file_type_label": { "type": "string" }, "file_type_cv_terms": { "type": "array", "items": { "type": "string" } }, "file_storage_uri": { "type": "string" } } } } } }, "workflow_outputs": { "type": "array", "_uniqueItems": true, "items": { "foo.filetype": { "file_type_label": { "type": "string" }, "file_type_cv_terms": { "type": "array", "items": { "type": "string" } } } } }, "workflow_params": { "param1": { "type": "number" }, "param2": { "type": "number" } } }, "qc_metrics": { "coverage_average": { "type": "number" }, "insert_size_average": { "type": "number" }, "insert_size_sd": { "type": "number" } }, "timing_metrics": { "overall_walltime_seconds": { "type": "number" }, "overall_start_time_utc": { "type": "string", "format": "date-time" }, "overall_stop_time_utc": { "type": "string", "format": "date-time" }, "step_timing": { "alignment": { "walltime_seconds": { "type": "number" }, "start_time_utc": { "type": "string", "format": "date-time" }, "stop_time_utc": { "type": "string", "format": "date-time" } } } }, "host_metrics": { "vm_instance_type": { "type": "string" }, "vm_instance_cores": { "type": "number" }, "vm_instance_mem_gb": { "type": "number" }, "vm_location": { "type": "string" }, "vm_region": { "type": "string" } } } } } } } } } } }, "germline_variant_calling": { "workflows": { "type": "array", "items": { "workflow_name": { "type": "string" }, "workflow_info": { "workflow_version": { "type": "string" }, "workflow_source_url": { "type": "string" }, "workflow_bundle_url": { "type": "string" }, "workflow_description": { "type": "string" }, "workflow_inputs": { "type": "array", "_uniqueItems": true, "items": { "file_storage_bundle_uri": { "type": "string" }, "file_storage_metadata_json_uri": { "type": "string" }, "file_storage_bundle_files": { "type": "array", "items": { "foo.filetype": { "file_type_label": { "type": "string" }, "file_type_cv_terms": { "type": "array", "items": { "type": "string" } }, "file_storage_uri": { "type": "string" } } } } } }, "workflow_outputs": { "type": "array", "_uniqueItems": true, "items": { "foo.filetype": { "file_type_label": { "type": "string" }, "file_type_cv_terms": { "type": "array", "items": { "type": "string" } } } } }, "workflow_params": { "param1": { "type": "number" }, "param2": { "type": "number" } } }, "qc_metrics": { "coverage_average": { "type": "number" }, "insert_size_average": { "type": "number" }, "insert_size_sd": { "type": "number" } }, "timing_metrics": { "overall_walltime_seconds": { "type": "number" }, "overall_start_time_utc": { "type": "string", "format": "date-time" }, "overall_stop_time_utc": { "type": "string", "format": "date-time" }, "step_timing": { "alignment": { "walltime_seconds": { "type": "number" }, "start_time_utc": { "type": "string", "format": "date-time" }, "stop_time_utc": { "type": "string", "format": "date-time" } } } }, "host_metrics": { "vm_instance_type": { "type": "string" }, "vm_instance_cores": { "type": "number" }, "vm_instance_mem_gb": { "type": "number" }, "vm_location": { "type": "string" }, "vm_region": { "type": "string" } } } } } } }
o2069
{ "properties": { "PayloadDescription": { "default": "Sidebar Preferences", "description": "Description of the payload", "type": "string" }, "PayloadDisplayName": { "default": "Sidebar Preferences", "description": "Name of the payload", "type": "string" }, "PayloadIdentifier": { "default": "com.apple.MCX.sidebar", "description": "A unique identifier for the payload, dot-delimited. Usually root PayloadIdentifier+subidentifier", "type": "string" }, "PayloadOrganization": { "description": "This value describes the issuing organization of the profile, as displayed to the user", "type": "string" }, "PayloadType": { "default": "com.apple.MCX.sidebar", "description": "The type of the payload, a reverse dns string", "type": "string" }, "PayloadUUID": { "default": "", "description": "Unique identifier for the payload (format 01234567-89AB-CDEF-0123-456789ABCDEF)", "pattern": "^[0-9A-Za-z]{8}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{12}$", "type": "string" }, "PayloadVersion": { "default": 1, "description": "The version of the whole configuration profile.", "type": "number" }, "SidebarDestination": { "description": "Unknown, Maybe after before of custom urls", "type": "string" }, "customBaseURLs": { "description": "Base URLs to custom locations.", "items": {}, "type": "array" }, "hideiCloudDrive": { "description": "Hide iCloud Drive", "type": "boolean" }, "shouldAddNetworkHome": { "description": "Add Network Home", "type": "boolean" }, "shouldAddUserHome": { "description": "Add User Home", "type": "boolean" } }, "title": "com.apple.MCX.sidebar", "type": "object" }
o61587
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": { "_format": "date-time", "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "type": "string" } }, "description": "NodeCondition contains condition information for a node.", "properties": { "lastHeartbeatTime": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "Last time we got an update on a given condition." }, "lastTransitionTime": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "Last time the condition transit from one status to another." }, "message": { "description": "Human readable message indicating details about last transition.", "type": [ "string", "null" ] }, "reason": { "description": "(brief) reason for the condition's last transition.", "type": [ "string", "null" ] }, "status": { "description": "Status of the condition, one of True, False, Unknown.", "type": [ "string", "null" ] }, "type": { "description": "Type of node condition.", "type": [ "string", "null" ] } }, "required": [ "type", "status" ], "type": "object" }
kb_613_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "items": { "type": "array", "items": { "title": "Experience Slug", "description": "Schema for a single Experience Slug", "type": "object", "properties": { "id": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "experienceSlugId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "applicationId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "creationDate": { "type": "string", "format": "date-time" }, "lastUpdated": { "type": "string", "format": "date-time" }, "slug": { "type": "string", "minLength": 4, "maxLength": 63, "pattern": "^[0-9a-z-]*$" }, "version": { "type": "string", "minLength": 1, "maxLength": 255 } } } }, "count": { "type": "integer" }, "totalCount": { "type": "integer" }, "applicationId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" } } }
o9886
{ "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/templates.Template", "definitions": { "model.Classification": { "properties": { "cve-id": { "$ref": "#/definitions/stringslice.StringSlice", "title": "cve ids for the template", "description": "CVE IDs for the template" }, "cwe-id": { "$ref": "#/definitions/stringslice.StringSlice", "title": "cwe ids for the template", "description": "CWE IDs for the template" }, "cvss-metrics": { "type": "string", "title": "cvss metrics for the template", "description": "CVSS Metrics for the template", "examples": [ "3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" ] }, "cvss-score": { "type": "number", "title": "cvss score for the template", "description": "CVSS Score for the template" }, "epss-score": { "type": "number", "title": "epss score for the template", "description": "EPSS Score for the template" }, "epss-percentile": { "type": "number", "title": "epss percentile for the template", "description": "EPSS Percentile for the template" }, "cpe": { "type": "string", "title": "cpe for the template", "description": "CPE for the template", "examples": [ "cpe:/a:vendor:product:version" ] } }, "additionalProperties": false, "type": "object" }, "model.Info": { "properties": { "name": { "type": "string", "title": "name of the template", "description": "Name is a short summary of what the template does", "examples": [ "Nagios Default Credentials Check" ] }, "author": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/stringslice.StringSlice", "title": "author of the template", "description": "Author is the author of the template" }, "tags": { "$ref": "#/definitions/stringslice.StringSlice", "title": "tags of the template", "description": "Any tags for the template" }, "description": { "type": "string", "title": "description of the template", "description": "In-depth explanation on what the template does", "examples": [ "Bower is a package manager which stores package information in the bower.json file" ] }, "reference": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/stringslice.RawStringSlice", "title": "references for the template", "description": "Links relevant to the template" }, "severity": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/severity.Holder" }, "metadata": { "patternProperties": { ".*": { "additionalProperties": true } }, "type": "object", "title": "additional metadata for the template", "description": "Additional metadata fields for the template" }, "classification": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/model.Classification", "title": "classification info for the template", "description": "Classification information for the template" }, "remediation": { "type": "string", "title": "remediation steps for the template", "description": "In-depth explanation on how to fix the issues found by the template", "examples": [ "Change the default administrative username and password of Apache ActiveMQ by editing the file jetty-realm.properties" ] } }, "additionalProperties": false, "type": "object" }, "severity.Holder": { "enum": [ "info", "low", "medium", "high", "critical", "unknown" ], "type": "string", "title": "severity of the template", "description": "Seriousness of the implications of the template" }, "stringslice.RawStringSlice": { "oneOf": [ { "type": "string" }, { "type": "array" } ] }, "stringslice.StringSlice": { "oneOf": [ { "type": "string" }, { "type": "array" } ] }, "userAgent.UserAgentHolder": { "enum": [ "off", "default", "custom" ], "type": "string", "title": "userAgent for the headless", "description": "userAgent for the headless http request" }, "extractors.Extractor": { "required": [ "type" ], "properties": { "name": { "type": "string", "title": "name of the extractor", "description": "Name of the extractor" }, "type": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/extractors.ExtractorTypeHolder" }, "regex": { "items": { "type": "string" }, "type": "array", "title": "regex to extract from part", "description": "Regex to extract from part" }, "group": { "type": "integer", "title": "group to extract from regex", "description": "Group to extract from regex" }, "kval": { "items": { "type": "string" }, "type": "array", "title": "kval pairs to extract from response", "description": "Kval pairs to extract from response" }, "json": { "items": { "type": "string" }, "type": "array", "title": "json jq expressions to extract data", "description": "JSON JQ expressions to evaluate from response part" }, "xpath": { "items": { "type": "string" }, "type": "array", "title": "html xpath expressions to extract data", "description": "XPath allows using xpath expressions to extract items from html response" }, "attribute": { "type": "string", "title": "optional attribute to extract from xpath", "description": "Optional attribute to extract from response XPath" }, "dsl": { "items": { "type": "string" }, "type": "array", "title": "dsl expressions to extract", "description": "Optional attribute to extract from response dsl" }, "part": { "type": "string", "title": "part of response to extract data from", "description": "Part of the request response to extract data from" }, "internal": { "type": "boolean", "title": "mark extracted value for internal variable use", "description": "Internal when set to true will allow using the value extracted in the next request for some protocols" }, "case-insensitive": { "type": "boolean", "title": "use case insensitive extract", "description": "use case insensitive extract" }, "to": { "type": "string", "title": "save extracted values to file", "description": "save extracted values to file" } }, "additionalProperties": false, "type": "object" }, "extractors.ExtractorTypeHolder": { "enum": [ "regex", "kval", "xpath", "json", "dsl" ], "type": "string", "title": "type of the extractor", "description": "Type of the extractor" }, "matchers.Matcher": { "required": [ "type" ], "properties": { "type": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/matchers.MatcherTypeHolder", "title": "type of matcher", "description": "Type of the matcher" }, "condition": { "enum": [ "and", "or" ], "type": "string", "title": "condition between matcher variables", "description": "Condition between the matcher variables" }, "part": { "type": "string", "title": "part of response to match", "description": "Part of response to match data from" }, "negative": { "type": "boolean", "title": "negative specifies if match reversed", "description": "Negative specifies if the match should be reversed. It will only match if the condition is not true" }, "name": { "type": "string", "title": "name of the matcher", "description": "Name of the matcher" }, "status": { "items": { "type": "integer" }, "type": "array", "title": "status to match", "description": "Status to match for the response" }, "size": { "items": { "type": "integer" }, "type": "array", "title": "acceptable size for response", "description": "Size is the acceptable size for the response" }, "words": { "items": { "type": "string" }, "type": "array", "title": "words to match in response", "description": " Words contains word patterns required to be present in the response part" }, "regex": { "items": { "type": "string" }, "type": "array", "title": "regex to match in response", "description": "Regex contains regex patterns required to be present in the response part" }, "binary": { "items": { "type": "string" }, "type": "array", "title": "binary patterns to match in response", "description": "Binary are the binary patterns required to be present in the response part" }, "dsl": { "items": { "type": "string" }, "type": "array", "title": "dsl expressions to match in response", "description": "DSL are the dsl expressions that will be evaluated as part of nuclei matching rules" }, "encoding": { "enum": [ "hex" ], "type": "string", "title": "encoding for word field", "description": "Optional encoding for the word fields" }, "case-insensitive": { "type": "boolean", "title": "use case insensitive match", "description": "use case insensitive match" }, "match-all": { "type": "boolean", "title": "match all values", "description": "match all matcher values ignoring condition" } }, "additionalProperties": false, "type": "object" }, "matchers.MatcherTypeHolder": { "enum": [ "word", "regex", "binary", "status", "size", "dsl" ], "type": "string", "title": "type of the matcher", "description": "Type of the matcher" }, "fuzz.Rule": { "properties": { "type": { "enum": [ "replace", "prefix", "postfix", "infix" ], "type": "string", "title": "type of rule", "description": "Type of fuzzing rule to perform" }, "part": { "enum": [ "query" ], "type": "string", "title": "part of rule", "description": "Part of request rule to fuzz" }, "mode": { "enum": [ "single", "multiple" ], "type": "string", "title": "mode of rule", "description": "Mode of request rule to fuzz" }, "keys": { "items": { "type": "string" }, "type": "array", "title": "keys of parameters to fuzz", "description": "Keys of parameters to fuzz" }, "keys-regex": { "items": { "type": "string" }, "type": "array", "title": "keys regex to fuzz", "description": "Regex of parameter keys to fuzz" }, "values": { "items": { "type": "string" }, "type": "array", "title": "values regex to fuzz", "description": "Regex of parameter values to fuzz" }, "fuzz": { "items": { "type": "string" }, "type": "array", "title": "payloads of fuzz rule", "description": "Payloads to perform fuzzing substitutions with" } }, "additionalProperties": false, "type": "object" }, "generators.AttackTypeHolder": { "enum": [ "batteringram", "pitchfork", "clusterbomb" ], "type": "string", "title": "type of the attack", "description": "Type of the attack" }, "variables.Variable": { "additionalProperties": true, "type": "object", "title": "variables for the request", "description": "Additional variables for the request" }, "dns.DNSRequestTypeHolder": { "enum": [ "A", "NS", "DS", "CNAME", "SOA", "PTR", "MX", "TXT", "AAAA", "CAA", "TLSA", "ANY" ], "type": "string", "title": "type of DNS request to make", "description": "Type is the type of DNS request to make" }, "dns.Request": { "properties": { "matchers": { "items": { "$ref": "#/definitions/matchers.Matcher" }, "type": "array", "title": "matchers to run on response", "description": "Detection mechanism to identify whether the request was successful by doing pattern matching" }, "extractors": { "items": { "$ref": "#/definitions/extractors.Extractor" }, "type": "array", "title": "extractors to run on response", "description": "Extractors contains the extraction mechanism for the request to identify and extract parts of the response" }, "matchers-condition": { "enum": [ "and", "or" ], "type": "string", "title": "condition between the matchers", "description": "Conditions between the matchers" }, "id": { "type": "string", "title": "id of the dns request", "description": "ID is the optional ID of the DNS Request" }, "name": { "type": "string", "title": "hostname to make dns request for", "description": "Name is the Hostname to make DNS request for" }, "type": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/dns.DNSRequestTypeHolder", "title": "type of dns request to make", "description": "Type is the type of DNS request to make" }, "class": { "enum": [ "inet", "csnet", "chaos", "hesiod", "none", "any" ], "type": "string", "title": "class of DNS request", "description": "Class is the class of the DNS request" }, "retries": { "type": "integer", "title": "retries for dns request", "description": "Retries is the number of retries for the DNS request" }, "trace": { "type": "boolean", "title": "trace operation", "description": "Trace performs a trace operation for the target." }, "trace-max-recursion": { "type": "integer", "title": "trace-max-recursion level for dns request", "description": "TraceMaxRecursion is the number of max recursion allowed for trace operations" }, "attack": { "$ref": "#/definitions/generators.AttackTypeHolder", "title": "attack is the payload combination", "description": "Attack is the type of payload combinations to perform" }, "payloads": { "patternProperties": { ".*": { "additionalProperties": true } }, "type": "object", "title": "payloads for the network request", "description": "Payloads contains any payloads for the current request" }, "recursion": { "type": "boolean", "title": "recurse all servers", "description": "Recursion determines if resolver should recurse all records to get fresh results" }, "resolvers": { "items": { "type": "string" }, "type": "array", "title": "Resolvers", "description": "Define resolvers to use within the template" } }, "additionalProperties": false, "type": "object" }, "file.Request": { "properties": { "matchers": { "items": { "$ref": "#/definitions/matchers.Matcher" }, "type": "array", "title": "matchers to run on response", "description": "Detection mechanism to identify whether the request was successful by doing pattern matching" }, "extractors": { "items": { "$ref": "#/definitions/extractors.Extractor" }, "type": "array", "title": "extractors to run on response", "description": "Extractors contains the extraction mechanism for the request to identify and extract parts of the response" }, "matchers-condition": { "enum": [ "and", "or" ], "type": "string", "title": "condition between the matchers", "description": "Conditions between the matchers" }, "extensions": { "items": { "type": "string" }, "type": "array", "title": "extensions to match", "description": "List of extensions to perform matching on" }, "denylist": { "items": { "type": "string" }, "type": "array", "title": "denylist", "description": "List of files" }, "id": { "type": "string", "title": "id of the request", "description": "ID is the optional ID for the request" }, "max-size": { "type": "string", "title": "max size data to run request on", "description": "Maximum size of the file to run request on" }, "archive": { "type": "boolean", "title": "enable archives", "description": "Process compressed archives without unpacking" }, "mime-type": { "type": "boolean", "title": "enable filtering by mime-type", "description": "Filter files by mime-type" }, "no-recursive": { "type": "boolean", "title": "do not perform recursion", "description": "Specifies whether to not do recursive checks if folders are provided" } }, "additionalProperties": false, "type": "object" }, "headless.Request": { "properties": { "id": { "type": "string", "title": "id of the request", "description": "Optional ID of the headless request" }, "attack": { "$ref": "#/definitions/generators.AttackTypeHolder", "title": "attack is the payload combination", "description": "Attack is the type of payload combinations to perform" }, "payloads": { "patternProperties": { ".*": { "additionalProperties": true } }, "type": "object", "title": "payloads for the headless request", "description": "Payloads contains any payloads for the current request" }, "steps": { "items": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/engine.Action" }, "type": "array", "title": "list of actions for headless request", "description": "List of actions to run for headless request" }, "user_agent": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/userAgent.UserAgentHolder", "title": "user agent for the headless request", "description": "User agent for the headless request" }, "custom_user_agent": { "type": "string", "title": "custom user agent for the headless request", "description": "Custom user agent for the headless request" }, "stop-at-first-match": { "type": "boolean", "title": "stop at first match", "description": "Stop the execution after a match is found" }, "matchers": { "items": { "$ref": "#/definitions/matchers.Matcher" }, "type": "array", "title": "matchers to run on response", "description": "Detection mechanism to identify whether the request was successful by doing pattern matching" }, "extractors": { "items": { "$ref": "#/definitions/extractors.Extractor" }, "type": "array", "title": "extractors to run on response", "description": "Extractors contains the extraction mechanism for the request to identify and extract parts of the response" }, "matchers-condition": { "enum": [ "and", "or" ], "type": "string", "title": "condition between the matchers", "description": "Conditions between the matchers" }, "fuzzing": { "items": { "$ref": "#/definitions/fuzz.Rule" }, "type": "array", "title": "fuzzin rules for http fuzzing", "description": "Fuzzing describes rule schema to fuzz headless requests" }, "cookie-reuse": { "type": "boolean", "title": "optional cookie reuse enable", "description": "Optional setting that enables cookie reuse" } }, "additionalProperties": false, "type": "object" }, "engine.Action": { "required": [ "action" ], "properties": { "args": { "patternProperties": { ".*": { "type": "string" } }, "type": "object", "title": "arguments for headless action", "description": "Args contain arguments for the headless action" }, "name": { "type": "string", "title": "name for headless action", "description": "Name is the name assigned to the headless action" }, "description": { "type": "string", "title": "description for headless action", "description": "Description of the headless action" }, "action": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/engine.ActionTypeHolder", "title": "action to perform", "description": "Type of actions to perform" } }, "additionalProperties": false, "type": "object" }, "engine.ActionTypeHolder": { "enum": [ "navigate", "script", "click", "rightclick", "text", "screenshot", "time", "select", "files", "waitload", "getresource", "extract", "setmethod", "addheader", "setheader", "deleteheader", "setbody", "waitevent", "keyboard", "debug", "sleep", "waitvisible" ], "type": "string", "title": "action to perform", "description": "Type of actions to perform" }, "http.HTTPMethodTypeHolder": { "enum": [ "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH", "PURGE", "DEBUG" ], "type": "string", "title": "method is the HTTP request method", "description": "Method is the HTTP Request Method" }, "http.Request": { "properties": { "matchers": { "items": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/matchers.Matcher" }, "type": "array", "title": "matchers to run on response", "description": "Detection mechanism to identify whether the request was successful by doing pattern matching" }, "extractors": { "items": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/extractors.Extractor" }, "type": "array", "title": "extractors to run on response", "description": "Extractors contains the extraction mechanism for the request to identify and extract parts of the response" }, "matchers-condition": { "enum": [ "and", "or" ], "type": "string", "title": "condition between the matchers", "description": "Conditions between the matchers" }, "path": { "items": { "type": "string" }, "type": "array", "title": "path(s) for the http request", "description": "Path(s) to send http requests to" }, "raw": { "items": { "type": "string" }, "type": "array", "description": "HTTP Requests in Raw Format" }, "id": { "type": "string", "title": "id for the http request", "description": "ID for the HTTP Request" }, "name": { "type": "string", "title": "name for the http request", "description": "Optional name for the HTTP Request" }, "attack": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/generators.AttackTypeHolder", "title": "attack is the payload combination", "description": "Attack is the type of payload combinations to perform" }, "method": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/http.HTTPMethodTypeHolder", "title": "method is the http request method", "description": "Method is the HTTP Request Method" }, "body": { "type": "string", "title": "body is the http request body", "description": "Body is an optional parameter which contains HTTP Request body" }, "payloads": { "patternProperties": { ".*": { "additionalProperties": true } }, "type": "object", "title": "payloads for the http request", "description": "Payloads contains any payloads for the current request" }, "headers": { "patternProperties": { ".*": { "type": "string" } }, "type": "object", "title": "headers to send with the http request", "description": "Headers contains HTTP Headers to send with the request" }, "race_count": { "type": "integer", "title": "number of times to repeat request in race condition", "description": "Number of times to send a request in Race Condition Attack" }, "max-redirects": { "type": "integer", "title": "maximum number of redirects to follow", "description": "Maximum number of redirects that should be followed" }, "pipeline-concurrent-connections": { "type": "integer", "title": "number of pipelining connections", "description": "Number of connections to create during pipelining" }, "pipeline-requests-per-connection": { "type": "integer", "title": "number of requests to send per pipelining connections", "description": "Number of requests to send per connection when pipelining" }, "threads": { "type": "integer", "title": "threads for sending requests", "description": "Threads specifies number of threads to use sending requests. This enables Connection Pooling" }, "max-size": { "type": "integer", "title": "maximum http response body size", "description": "Maximum size of http response body to read in bytes" }, "fuzzing": { "items": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/fuzz.Rule" }, "type": "array", "title": "fuzzin rules for http fuzzing", "description": "Fuzzing describes rule schema to fuzz http requests" }, "signature": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/http.SignatureTypeHolder", "title": "signature is the http request signature method", "description": "Signature is the HTTP Request signature Method" }, "cookie-reuse": { "type": "boolean", "title": "optional cookie reuse enable", "description": "Optional setting that enables cookie reuse" }, "read-all": { "type": "boolean", "title": "force read all body", "description": "Enables force reading of entire unsafe http request body" }, "redirects": { "type": "boolean", "title": "follow http redirects", "description": "Specifies whether redirects should be followed by the HTTP Client" }, "host-redirects": { "type": "boolean", "title": "follow same host http redirects", "description": "Specifies whether redirects to the same host should be followed by the HTTP Client" }, "pipeline": { "type": "boolean", "title": "perform HTTP 1.1 pipelining", "description": "Pipeline defines if the attack should be performed with HTTP 1.1 Pipelining" }, "unsafe": { "type": "boolean", "title": "use rawhttp non-strict-rfc client", "description": "Unsafe specifies whether to use rawhttp engine for sending Non RFC-Compliant requests" }, "race": { "type": "boolean", "title": "perform race-http request coordination attack", "description": "Race determines if all the request have to be attempted at the same time (Race Condition)" }, "req-condition": { "type": "boolean", "title": "preserve request history", "description": "Automatically assigns numbers to requests and preserves their history" }, "stop-at-first-match": { "type": "boolean", "title": "stop at first match", "description": "Stop the execution after a match is found" }, "skip-variables-check": { "type": "boolean", "title": "skip variable checks", "description": "Skips the check for unresolved variables in request" }, "iterate-all": { "type": "boolean", "title": "iterate all the values", "description": "Iterates all the values extracted from internal extractors" }, "digest-username": { "type": "string", "title": "specifies the username for digest authentication", "description": "Optional parameter which specifies the username for digest auth" }, "digest-password": { "type": "string", "title": "specifies the password for digest authentication", "description": "Optional parameter which specifies the password for digest auth" }, "disable-path-automerge": { "type": "boolean", "title": "disable auto merging of path", "description": "Disable merging target url path with raw request path" } }, "additionalProperties": false, "type": "object" }, "http.SignatureTypeHolder": { "enum": [ "AWS" ], "type": "string", "title": "type of the signature", "description": "Type of the signature" }, "network.Input": { "properties": { "data": { "type": "string", "title": "data to send as input", "description": "Data is the data to send as the input" }, "type": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/network.NetworkInputTypeHolder", "title": "type is the type of input data", "description": "Type of input specified in data field" }, "read": { "type": "integer", "title": "bytes to read from socket", "description": "Number of bytes to read from socket" }, "name": { "type": "string", "title": "optional name for data read", "description": "Optional name of the data read to provide matching on" } }, "additionalProperties": false, "type": "object" }, "network.NetworkInputTypeHolder": { "enum": [ "hex", "text" ], "type": "string", "title": "type is the type of input data", "description": "description=Type of input specified in data field" }, "network.Request": { "properties": { "id": { "type": "string", "title": "id of the request", "description": "ID of the network request" }, "host": { "items": { "type": "string" }, "type": "array", "title": "host to send requests to", "description": "Host to send network requests to" }, "attack": { "$ref": "#/definitions/generators.AttackTypeHolder", "title": "attack is the payload combination", "description": "Attack is the type of payload combinations to perform" }, "payloads": { "patternProperties": { ".*": { "additionalProperties": true } }, "type": "object", "title": "payloads for the network request", "description": "Payloads contains any payloads for the current request" }, "inputs": { "items": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/network.Input" }, "type": "array", "title": "inputs for the network request", "description": "Inputs contains any input/output for the current request" }, "read-size": { "type": "integer", "title": "size of network response to read", "description": "Size of response to read at the end. Default is 1024 bytes" }, "read-all": { "type": "boolean", "title": "read all response stream", "description": "Read all response stream till the server stops sending" }, "matchers": { "items": { "$ref": "#/definitions/matchers.Matcher" }, "type": "array", "title": "matchers to run on response", "description": "Detection mechanism to identify whether the request was successful by doing pattern matching" }, "extractors": { "items": { "$ref": "#/definitions/extractors.Extractor" }, "type": "array", "title": "extractors to run on response", "description": "Extractors contains the extraction mechanism for the request to identify and extract parts of the response" }, "matchers-condition": { "enum": [ "and", "or" ], "type": "string", "title": "condition between the matchers", "description": "Conditions between the matchers" } }, "additionalProperties": false, "type": "object" }, "ssl.Request": { "properties": { "matchers": { "items": { "$ref": "#/definitions/matchers.Matcher" }, "type": "array", "title": "matchers to run on response", "description": "Detection mechanism to identify whether the request was successful by doing pattern matching" }, "extractors": { "items": { "$ref": "#/definitions/extractors.Extractor" }, "type": "array", "title": "extractors to run on response", "description": "Extractors contains the extraction mechanism for the request to identify and extract parts of the response" }, "matchers-condition": { "enum": [ "and", "or" ], "type": "string", "title": "condition between the matchers", "description": "Conditions between the matchers" }, "address": { "type": "string", "title": "address for the ssl request", "description": "Address contains address for the request" }, "min_version": { "enum": [ "sslv3", "tls10", "tls11", "tls12", "tls13" ], "type": "string", "title": "Min. TLS version", "description": "Minimum tls version - automatic if not specified." }, "max_version": { "enum": [ "sslv3", "tls10", "tls11", "tls12", "tls13" ], "type": "string", "title": "Max. TLS version", "description": "Max tls version - automatic if not specified." }, "cipher_suites": { "items": { "type": "string" }, "type": "array" }, "scan_mode": { "enum": [ "ctls", "ztls", "auto" ], "type": "string", "title": "Scan Mode", "description": "Scan Mode - auto if not specified." } }, "additionalProperties": false, "type": "object" }, "websocket.Input": { "properties": { "data": { "type": "string", "title": "data to send as input", "description": "Data is the data to send as the input" }, "name": { "type": "string", "title": "optional name for data read", "description": "Optional name of the data read to provide matching on" } }, "additionalProperties": false, "type": "object" }, "websocket.Request": { "properties": { "matchers": { "items": { "$ref": "#/definitions/matchers.Matcher" }, "type": "array", "title": "matchers to run on response", "description": "Detection mechanism to identify whether the request was successful by doing pattern matching" }, "extractors": { "items": { "$ref": "#/definitions/extractors.Extractor" }, "type": "array", "title": "extractors to run on response", "description": "Extractors contains the extraction mechanism for the request to identify and extract parts of the response" }, "matchers-condition": { "enum": [ "and", "or" ], "type": "string", "title": "condition between the matchers", "description": "Conditions between the matchers" }, "address": { "type": "string", "title": "address for the websocket request", "description": "Address contains address for the request" }, "inputs": { "items": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/websocket.Input" }, "type": "array", "title": "inputs for the websocket request", "description": "Inputs contains any input/output for the current request" }, "headers": { "patternProperties": { ".*": { "type": "string" } }, "type": "object", "title": "headers contains the request headers", "description": "Headers contains headers for the request" }, "attack": { "$ref": "#/definitions/generators.AttackTypeHolder", "title": "attack is the payload combination", "description": "Attack is the type of payload combinations to perform" }, "payloads": { "patternProperties": { ".*": { "additionalProperties": true } }, "type": "object", "title": "payloads for the websocket request", "description": "Payloads contains any payloads for the current request" } }, "additionalProperties": false, "type": "object" }, "whois.Request": { "properties": { "matchers": { "items": { "$ref": "#/definitions/matchers.Matcher" }, "type": "array", "title": "matchers to run on response", "description": "Detection mechanism to identify whether the request was successful by doing pattern matching" }, "extractors": { "items": { "$ref": "#/definitions/extractors.Extractor" }, "type": "array", "title": "extractors to run on response", "description": "Extractors contains the extraction mechanism for the request to identify and extract parts of the response" }, "matchers-condition": { "enum": [ "and", "or" ], "type": "string", "title": "condition between the matchers", "description": "Conditions between the matchers" }, "query": { "type": "string", "title": "query for the WHOIS request", "description": "Query contains query for the request" }, "server": { "type": "string", "title": "server url to execute the WHOIS request on", "description": "Server contains the server url to execute the WHOIS request on" } }, "additionalProperties": false, "type": "object" }, "templates.Template": { "required": [ "id", "info" ], "properties": { "id": { "pattern": "^([a-zA-Z0-9]+[-_])*[a-zA-Z0-9]+$", "type": "string", "title": "id of the template", "description": "The Unique ID for the template", "examples": [ "cve-2021-19520" ] }, "info": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/model.Info", "title": "info for the template", "description": "Info contains metadata for the template" }, "requests": { "items": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/http.Request" }, "type": "array", "title": "http requests to make", "description": "HTTP requests to make for the template" }, "http": { "items": { "$ref": "#/definitions/http.Request" }, "type": "array", "title": "http requests to make", "description": "HTTP requests to make for the template" }, "dns": { "items": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/dns.Request" }, "type": "array", "title": "dns requests to make", "description": "DNS requests to make for the template" }, "file": { "items": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/file.Request" }, "type": "array", "title": "file requests to make", "description": "File requests to make for the template" }, "network": { "items": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/network.Request" }, "type": "array", "title": "network requests to make", "description": "Network requests to make for the template" }, "tcp": { "items": { "$ref": "#/definitions/network.Request" }, "type": "array", "title": "network(tcp) requests to make", "description": "Network requests to make for the template" }, "headless": { "items": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/headless.Request" }, "type": "array", "title": "headless requests to make", "description": "Headless requests to make for the template" }, "ssl": { "items": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/ssl.Request" }, "type": "array", "title": "ssl requests to make", "description": "SSL requests to make for the template" }, "websocket": { "items": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/websocket.Request" }, "type": "array", "title": "websocket requests to make", "description": "Websocket requests to make for the template" }, "whois": { "items": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/whois.Request" }, "type": "array", "title": "whois requests to make", "description": "WHOIS requests to make for the template" }, "workflows": { "items": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/workflows.WorkflowTemplate" }, "type": "array", "title": "list of workflows to execute", "description": "List of workflows to execute for template" }, "self-contained": { "type": "boolean", "title": "mark requests as self-contained", "description": "Mark Requests for the template as self-contained" }, "stop-at-first-match": { "type": "boolean", "title": "stop at first match", "description": "Stop at first match for the template" }, "signature": { "$ref": "#/definitions/http.SignatureTypeHolder", "title": "signature is the http request signature method", "description": "Signature is the HTTP Request signature Method" }, "variables": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/variables.Variable", "title": "variables for the http request", "description": "Variables contains any variables for the current request" }, "constants": { "patternProperties": { ".*": { "additionalProperties": true } }, "type": "object", "title": "constant for the template", "description": "constants contains any constant for the template" } }, "additionalProperties": false, "type": "object" }, "workflows.Matcher": { "properties": { "name": { "$ref": "#/definitions/stringslice.StringSlice", "title": "name of items to match", "description": "Name of items to match" }, "condition": { "enum": [ "and", "or" ], "type": "string", "title": "condition between names", "description": "Condition between the names" }, "subtemplates": { "items": { "$ref": "#/definitions/workflows.WorkflowTemplate" }, "type": "array", "title": "templates to run after match", "description": "Templates to run after match" } }, "additionalProperties": false, "type": "object" }, "workflows.WorkflowTemplate": { "properties": { "template": { "type": "string", "title": "template/directory to execute", "description": "Template or directory to execute as part of workflow" }, "tags": { "$ref": "#/definitions/stringslice.StringSlice", "title": "tags to execute", "description": "Tags to run template based on" }, "matchers": { "items": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/workflows.Matcher" }, "type": "array", "title": "name based template result matchers", "description": "Matchers perform name based matching to run subtemplates for a workflow" }, "subtemplates": { "items": { "$ref": "#/definitions/workflows.WorkflowTemplate" }, "type": "array", "title": "subtemplate based result matchers", "description": "Subtemplates are ran if the template field Template matches" } }, "additionalProperties": false, "type": "object" } } }
nuclei-jsonschema
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_auditregistration_v1alpha1_ServiceReference": { "description": "ServiceReference holds a reference to Service.legacy.k8s.io", "properties": { "name": { "description": "`name` is the name of the service. Required", "type": "string" }, "namespace": { "description": "`namespace` is the namespace of the service. Required", "type": "string" }, "path": { "description": "`path` is an optional URL path which will be sent in any request to this service.", "type": "string" }, "port": { "_format": "int32", "description": "If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive).", "type": "integer" } }, "required": [ "namespace", "name" ], "type": "object" } }, "description": "WebhookClientConfig contains the information to make a connection with the webhook", "properties": { "caBundle": { "description": "`caBundle` is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.", "format": "byte", "type": [ "string", "null" ] }, "service": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_auditregistration_v1alpha1_ServiceReference", "description": "`service` is a reference to the service for this webhook. Either `service` or `url` must be specified.\n\nIf the webhook is running within the cluster, then you should use `service`." }, "url": { "description": "`url` gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.\n\nThe `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address.\n\nPlease note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster.\n\nThe scheme must be \"https\"; the URL must begin with \"https://\".\n\nA path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier.\n\nAttempting to use a user or basic auth e.g. \"user:password@\" is not allowed. Fragments (\"#...\") and query parameters (\"?...\") are not allowed, either.", "type": [ "string", "null" ] } }, "type": "object" }
kb_1151_Normalized
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_PodDisruptionBudgetSpec": { "description": "PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.", "properties": { "maxUnavailable": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString", "description": "An eviction is allowed if at most \"maxUnavailable\" pods selected by \"selector\" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with \"minAvailable\"." }, "minAvailable": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString", "description": "An eviction is allowed if at least \"minAvailable\" pods selected by \"selector\" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying \"100%\"." }, "selector": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector", "description": "Label query over pods whose evictions are managed by the disruption budget." } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_PodDisruptionBudgetStatus": { "description": "PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system.", "properties": { "currentHealthy": { "_format": "int32", "description": "current number of healthy pods", "type": "integer" }, "desiredHealthy": { "_format": "int32", "description": "minimum desired number of healthy pods", "type": "integer" }, "disruptedPods": { "additionalProperties": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time" }, "description": "DisruptedPods contains information about pods whose eviction was processed by the API server eviction subresource handler but has not yet been observed by the PodDisruptionBudget controller. A pod will be in this map from the time when the API server processed the eviction request to the time when the pod is seen by PDB controller as having been marked for deletion (or after a timeout). The key in the map is the name of the pod and the value is the time when the API server processed the eviction request. If the deletion didn't occur and a pod is still there it will be removed from the list automatically by PodDisruptionBudget controller after some time. If everything goes smooth this map should be empty for the most of the time. Large number of entries in the map may indicate problems with pod deletions.", "type": "object" }, "disruptionsAllowed": { "_format": "int32", "description": "Number of pod disruptions that are currently allowed.", "type": "integer" }, "expectedPods": { "_format": "int32", "description": "total number of pods counted by this disruption budget", "type": "integer" }, "observedGeneration": { "_format": "int64", "description": "Most recent generation observed when updating this PDB status. DisruptionsAllowed and other status information is valid only if observedGeneration equals to PDB's object generation.", "type": "integer" } }, "required": [ "disruptionsAllowed", "currentHealthy", "desiredHealthy", "expectedPods" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1": { "description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff", "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelectorRequirement" }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelectorRequirement": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string", "x-kubernetes-patch-merge-key": "key", "x-kubernetes-patch-strategy": "merge" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry": { "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", "properties": { "apiVersion": { "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", "type": "string" }, "fieldsType": { "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"", "type": "string" }, "fieldsV1": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1", "description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type." }, "manager": { "description": "Manager is an identifier of the workflow managing these fields.", "type": "string" }, "operation": { "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", "type": "string" }, "time": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta": { "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations", "type": "object" }, "clusterName": { "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.", "type": "string" }, "creationTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "deletionGracePeriodSeconds": { "_format": "int64", "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.", "type": "integer" }, "deletionTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "finalizers": { "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.", "items": { "type": "string" }, "type": "array", "x-kubernetes-patch-strategy": "merge" }, "generateName": { "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency", "type": "string" }, "generation": { "_format": "int64", "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.", "type": "integer" }, "labels": { "additionalProperties": { "type": "string" }, "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels", "type": "object" }, "managedFields": { "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry" }, "type": "array" }, "name": { "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "namespace": { "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces", "type": "string" }, "ownerReferences": { "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference" }, "type": "array", "x-kubernetes-patch-merge-key": "uid", "x-kubernetes-patch-strategy": "merge" }, "resourceVersion": { "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", "type": "string" }, "uid": { "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference": { "description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "blockOwnerDeletion": { "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.", "type": "boolean" }, "controller": { "description": "If true, this reference points to the managing controller.", "type": "boolean" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "uid": { "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "required": [ "apiVersion", "kind", "name", "uid" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": { "_format": "date-time", "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "type": "string" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "description": "PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", "type": [ "string", "null" ] }, "kind": { "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "enum": [ "PodDisruptionBudget" ], "type": [ "string", "null" ] }, "metadata": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta" }, "spec": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_PodDisruptionBudgetSpec", "description": "Specification of the desired behavior of the PodDisruptionBudget." }, "status": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_PodDisruptionBudgetStatus", "description": "Most recently observed status of the PodDisruptionBudget." } }, "type": "object", "x-kubernetes-group-version-kind": [ { "group": "policy", "kind": "PodDisruptionBudget", "version": "v1beta1" } ] }
kb_694_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "definitions": { "options": { "additionalProperties": false, "properties": { "arguments": { "minItems": 1, "type": "array" }, "container": { "additionalProperties": false, "properties": { "installer": { "type": "string" }, "kind": { "enum": [ "zip" ], "type": "string" } }, "required": [ "kind", "installer" ], "type": "object" }, "destination": { "type": "string" }, "extension": { "type": "string" }, "filename": { "type": "string" }, "shims": { "type": "array" }, "shortcuts": { "type": "array", "items": { "type": "object", "additionalProperties": false, "required": [ "name", "target" ], "properties": { "name": { "type": "string" }, "target": { "type": "string" } } } } }, "type": "object" } }, "properties": { "$schema": { "type": "string" }, "packages": { "additionalProperties": false, "patternProperties": { "^[a-zA-Z0-9\\.\\-\\+]+$": { "additionalProperties": false, "properties": { "installer": { "additionalProperties": false, "properties": { "interactive": { "type": "boolean" }, "kind": { "enum": [ "advancedinstaller", "appx", "as-is", "copy", "custom", "easy_install_26", "easy_install_27", "innosetup", "jetbrains-nsis", "msi", "nsis", "squirrel", "zip" ], "type": "string" }, "options": { "oneOf": [ { "$ref": "#/definitions/options" }, { "additionalProperties": false, "properties": { "x86": { "$ref": "#/definitions/options" }, "x86_64": { "$ref": "#/definitions/options" } }, "type": "object" } ] }, "x86": { "type": "string" }, "x86_64": { "type": "string" } }, "anyOf": [ { "required": [ "kind", "x86" ] }, { "required": [ "kind", "x86_64" ] } ], "type": "object" }, "version": { "maxLength": 64, "minLength": 1, "type": "string" } }, "required": [ "version", "installer" ], "type": "object" } }, "type": "object" }, "version": { "maximum": 4, "minimum": 4, "type": "integer" } }, "required": [ "$schema", "packages", "version" ], "type": "object" }
o53524
{ "properties": { "end_time": { "description": "The end time of the event", "format": "date-time", "type": "string" }, "location": { "description": "The location of the event", "type": "string" }, "start_time": { "description": "The start time of the event", "format": "date-time", "type": "string" }, "title": { "description": "The title of the event", "type": "string" } }, "required": [ "title", "start_time", "end_time", "location" ], "type": "object" }
create_calendar_event_dcbf8164
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "Generated from kata/spec/fixtures/examples/simple2.json with shasum 5f8c7bb298c37e79072e2019426775b4b900c29d", "type": "object", "required": [ "id", "name", "price", "tags" ], "properties": { "id": { "type": "integer", "default": 1 }, "name": { "type": "string", "default": "A green door" }, "price": { "type": "number", "default": 12.5 }, "tags": { "type": "array", "minItems": 1, "_uniqueItems": true, "items": { "type": "object", "required": [ "home", "color" ], "properties": { "home": { "type": "string", "default": "vermont" }, "color": { "type": "string", "default": "green" } } } } } }
o59671
{ "additionalProperties": false, "description": "Schema for a transaction event", "properties": { "affiliation": { "type": "string" }, "category": { "type": "string" }, "currency": { "type": "string" }, "name": { "type": "string" }, "quantity": { "minimum": 0, "type": "number" }, "revenue": { "minimum": 0, "type": "number" }, "shipping": { "minimum": 0, "type": "number" }, "sku": { "type": "string" }, "tax": { "minimum": 0, "type": "number" }, "transactionId": { "type": "string" }, "unitPrice": { "minimum": 0, "type": "number" } }, "required": [ "name", "sku" ], "self": { "format": "jsonschema", "name": "transaction_event", "vendor": "com.mparticle.snowplow", "version": "1-0-0" }, "type": "object" }
sp_149_Normalized
{ "properties": { "keywords": { "description": "The keywords to search for in job descriptions", "items": { "type": "string" }, "type": "array" }, "location": { "description": "The desired job location", "type": "string" }, "salary_range": { "properties": { "max": { "description": "The maximum salary range", "type": "number" }, "min": { "description": "The minimum salary range", "type": "number" } }, "type": "object" } }, "required": [ "keywords" ], "type": "object" }
search_jobs_4815ca42
{ "$schema": "http://json-schema.org/draft-06/schema#", "properties": { "bar": { "type": "string", "minLength": 10 }, "baz": { "type": "number", "minLength": 10 } } }
o25193
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_TypedLocalObjectReference": { "description": "TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.", "properties": { "apiGroup": { "description": "APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.", "type": "string" }, "kind": { "description": "Kind is the type of resource being referenced", "type": "string" }, "name": { "description": "Name is the name of resource being referenced", "type": "string" } }, "required": [ "kind", "name" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_extensions_v1beta1_HTTPIngressPath": { "description": "HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.", "properties": { "backend": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_extensions_v1beta1_IngressBackend", "description": "Backend defines the referenced service endpoint to which the traffic will be forwarded to." }, "path": { "description": "Path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional \"path\" part of a URL as defined by RFC 3986. Paths must begin with a '/'. When unspecified, all paths from incoming requests are matched.", "type": "string" }, "pathType": { "description": "PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is\n done on a path element by element basis. A path element refers is the\n list of labels in the path split by the '/' separator. A request is a\n match for path p if every p is an element-wise prefix of p of the\n request path. Note that if the last element of the path is a substring\n of the last element in request path, it is not a match (e.g. /foo/bar\n matches /foo/bar/baz, but does not match /foo/barbaz).\n* ImplementationSpecific: Interpretation of the Path matching is up to\n the IngressClass. Implementations can treat this as a separate PathType\n or treat it identically to Prefix or Exact path types.\nImplementations are required to support all path types. Defaults to ImplementationSpecific.", "type": "string" } }, "required": [ "backend" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_extensions_v1beta1_HTTPIngressRuleValue": { "description": "HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://<host>/<path>?<searchpart> -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.", "properties": { "paths": { "description": "A collection of paths that map requests to backends.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_extensions_v1beta1_HTTPIngressPath" }, "type": "array" } }, "required": [ "paths" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_extensions_v1beta1_IngressBackend": { "description": "IngressBackend describes all endpoints for a given service and port.", "properties": { "resource": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_TypedLocalObjectReference", "description": "Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, serviceName and servicePort must not be specified." }, "serviceName": { "description": "Specifies the name of the referenced service.", "type": "string" }, "servicePort": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString", "description": "Specifies the port of the referenced service." } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "description": "IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.", "properties": { "host": { "description": "Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the \"host\" part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to\n the IP in the Spec of the parent Ingress.\n2. The `:` delimiter is not respected because ports are not allowed.\n\t Currently the port of an Ingress is implicitly :80 for http and\n\t :443 for https.\nBoth these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue.\n\nHost can be \"precise\" which is a domain name without the terminating dot of a network host (e.g. \"foo.bar.com\") or \"wildcard\", which is a domain name prefixed with a single wildcard label (e.g. \"*.foo.com\"). The wildcard character '*' must appear by itself as the first DNS label and matches only a single label. You cannot have a wildcard label by itself (e.g. Host == \"*\"). Requests will be matched against the Host field in the following way: 1. If Host is precise, the request matches this rule if the http host header is equal to Host. 2. If Host is a wildcard, then the request matches this rule if the http host header is to equal to the suffix (removing the first label) of the wildcard rule.", "type": [ "string", "null" ] }, "http": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_extensions_v1beta1_HTTPIngressRuleValue" } }, "type": "object" }
kb_451_Normalized
{ "properties": { "base": { "description": "The base of the triangle (required for triangle)", "type": "number" }, "height": { "description": "The height of the rectangle/triangle (required for rectangle/triangle)", "type": "number" }, "radius": { "description": "The radius of the circle (required for circle)", "type": "number" }, "shape": { "description": "The shape for which area needs to be calculated", "enum": [ "circle", "rectangle", "triangle" ], "type": "string" }, "width": { "description": "The width of the rectangle (required for rectangle)", "type": "number" } }, "required": [ "shape" ], "type": "object" }
calculate_area_fb45ac06
{ "properties": { "dimensions": { "properties": { "base": { "description": "Base of the triangle", "type": "number" }, "height": { "description": "Height of the triangle", "type": "number" }, "length": { "description": "Length of the rectangle", "type": "number" }, "radius": { "description": "Radius of the circle", "type": "number" }, "width": { "description": "Width of the rectangle", "type": "number" } }, "type": "object" }, "shape": { "description": "The type of shape (circle, rectangle, triangle)", "type": "string" } }, "required": [ "shape", "dimensions" ], "type": "object" }
calculate_area_5e9f0075
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Open Contracting Status", "description": "Surveying the status of open contracting around the world", "type": "object", "version": 1, "required": [], "properties": { "tenders_awards": { "title": "Transparency of Tenders & Awards", "type": "string", "default": "", "description": "" }, "contract_changes": { "title": "Transparency of Contract Changes", "type": "boolean", "default": false, "description": "" }, "complaints_mechanism": { "title": "Complaints mechanism", "type": "boolean", "default": false, "description": "" }, "publishers": { "type": "array", "title": "Publishers", "items": { "title": "Publisher", "type": "object", "properties": { "publisher": { "title": "Name of the publishing entity or page", "type": "string", "description": "" }, "publisher_link": { "title": "Link to publishing entity", "type": "string", "description": "" }, "ocds_historic_data": { "title": "Publishing historic OCDS data", "type": "boolean", "default": false, "description": "" }, "ocds_ongoing_data": { "title": "Publishing ongoing OCDS data", "type": "boolean", "default": false, "description": "" }, "ocds_implementation": { "title": "Implementation in progress", "type": "boolean", "default": false, "description": "" }, "year_first_implemented": { "title": "Year first implemented", "type": "string", "description": "In YYYY format" } } } }, "ocds_description": { "title": "Details about OCDS activities in this country", "type": "string", "description": "" }, "innovations": { "type": "array", "title": "Innovations in monitoring and data use", "items": { "title": "Innovation", "type": "object", "properties": { "innovation_description": { "title": "Provide a simple description of the innovation", "type": "string" }, "innovation_link": { "title": "Provide a link to the innovation", "type": "string" } }, "required": [ "innovation_description" ] } }, "ogp_commitments": { "type": "array", "title": "Relevant OGP commitments", "items": { "title": "Commitment", "type": "object", "properties": { "ogp_commitment": { "title": "Relevant OGP Commitment", "type": "string" }, "ogp_commitment_link": { "title": "Link to OGP NAP", "type": "string" } }, "required": [ "ogp_commitment" ] } }, "impacts_stories": { "type": "array", "title": "Impacts and stories", "items": { "title": "Story", "type": "object", "properties": { "story_title": { "title": "Name", "type": "string" }, "story_url": { "title": "Link", "type": "string" } }, "required": [ "story_title", "story_url" ] } }, "citizen_monitoring": { "title": "Citizen Monitoring Legal Framework", "type": "boolean", "default": false }, "commitment_oil_mining": { "title": "Relevant commitment: Oil and Mining", "type": "string", "enum": [ "full", "partial", "some", "none" ], "default": "none" }, "commitment_oil_mining_description": { "title": "Description of oil and mining commitment", "type": "string", "description": "" }, "commitment_oil_mining_link": { "title": "Link to oil and mining commitment", "type": "string", "description": "" }, "disclosure_oil_mining": { "title": "Notable disclosure: Oil and Mining sector", "type": "string", "enum": [ "full", "partial", "some", "none" ], "default": "none" }, "disclosure_oil_mining_description": { "title": "Description of oil and mining disclosure", "type": "string", "description": "" }, "disclosure_oil_mining_link": { "title": "Link to oil and mining disclosure", "type": "string", "default": "", "description": "" }, "read_more": { "title": "Read more", "type": "string", "default": "", "description": "" } } }
o65322
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1": { "description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff", "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry": { "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", "properties": { "apiVersion": { "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", "type": "string" }, "fieldsType": { "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"", "type": "string" }, "fieldsV1": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1", "description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type." }, "manager": { "description": "Manager is an identifier of the workflow managing these fields.", "type": "string" }, "operation": { "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", "type": "string" }, "time": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference": { "description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "blockOwnerDeletion": { "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.", "type": "boolean" }, "controller": { "description": "If true, this reference points to the managing controller.", "type": "boolean" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "uid": { "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "required": [ "apiVersion", "kind", "name", "uid" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": { "_format": "date-time", "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "type": "string" } }, "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", "properties": { "annotations": { "additionalProperties": { "type": [ "string", "null" ] }, "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations", "type": [ "object", "null" ] }, "clusterName": { "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.", "type": [ "string", "null" ] }, "creationTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "deletionGracePeriodSeconds": { "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.", "format": "int64", "type": [ "integer", "null" ] }, "deletionTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "finalizers": { "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.", "items": { "type": [ "string", "null" ] }, "type": [ "array", "null" ], "x-kubernetes-patch-strategy": "merge" }, "generateName": { "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency", "type": [ "string", "null" ] }, "generation": { "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.", "format": "int64", "type": [ "integer", "null" ] }, "labels": { "additionalProperties": { "type": [ "string", "null" ] }, "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels", "type": [ "object", "null" ] }, "managedFields": { "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry" }, "type": [ "array", "null" ] }, "name": { "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": [ "string", "null" ] }, "namespace": { "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces", "type": [ "string", "null" ] }, "ownerReferences": { "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference" }, "type": [ "array", "null" ], "x-kubernetes-patch-merge-key": "uid", "x-kubernetes-patch-strategy": "merge" }, "resourceVersion": { "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": [ "string", "null" ] }, "selfLink": { "description": "SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", "type": [ "string", "null" ] }, "uid": { "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": [ "string", "null" ] } }, "type": "object" }
kb_644_Normalized
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NamespaceCondition": { "description": "NamespaceCondition contains details about state of namespace.", "properties": { "lastTransitionTime": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time" }, "message": { "type": "string" }, "reason": { "type": "string" }, "status": { "description": "Status of the condition, one of True, False, Unknown.", "type": "string" }, "type": { "description": "Type of namespace controller condition.", "type": "string" } }, "required": [ "type", "status" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NamespaceSpec": { "description": "NamespaceSpec describes the attributes on a Namespace.", "properties": { "finalizers": { "description": "Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NamespaceStatus": { "description": "NamespaceStatus is information about the current status of a Namespace.", "properties": { "conditions": { "description": "Represents the latest available observations of a namespace's current state.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NamespaceCondition" }, "type": "array", "x-kubernetes-patch-merge-key": "type", "x-kubernetes-patch-strategy": "merge" }, "phase": { "description": "Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1": { "description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff", "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry": { "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", "properties": { "apiVersion": { "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", "type": "string" }, "fieldsType": { "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"", "type": "string" }, "fieldsV1": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1", "description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type." }, "manager": { "description": "Manager is an identifier of the workflow managing these fields.", "type": "string" }, "operation": { "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", "type": "string" }, "time": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta": { "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations", "type": "object" }, "clusterName": { "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.", "type": "string" }, "creationTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "deletionGracePeriodSeconds": { "_format": "int64", "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.", "type": "integer" }, "deletionTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "finalizers": { "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.", "items": { "type": "string" }, "type": "array", "x-kubernetes-patch-strategy": "merge" }, "generateName": { "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency", "type": "string" }, "generation": { "_format": "int64", "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.", "type": "integer" }, "labels": { "additionalProperties": { "type": "string" }, "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels", "type": "object" }, "managedFields": { "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry" }, "type": "array" }, "name": { "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "namespace": { "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces", "type": "string" }, "ownerReferences": { "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference" }, "type": "array", "x-kubernetes-patch-merge-key": "uid", "x-kubernetes-patch-strategy": "merge" }, "resourceVersion": { "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", "type": "string" }, "uid": { "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference": { "description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "blockOwnerDeletion": { "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.", "type": "boolean" }, "controller": { "description": "If true, this reference points to the managing controller.", "type": "boolean" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "uid": { "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "required": [ "apiVersion", "kind", "name", "uid" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": { "_format": "date-time", "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "type": "string" } }, "description": "Namespace provides a scope for Names. Use of multiple namespaces is optional.", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", "enum": [ "v1" ], "type": [ "string", "null" ] }, "kind": { "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "enum": [ "Namespace" ], "type": [ "string", "null" ] }, "metadata": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NamespaceSpec", "description": "Spec defines the behavior of the Namespace. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NamespaceStatus", "description": "Status describes the current status of a Namespace. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, "type": "object", "x-kubernetes-group-version-kind": [ { "group": "", "kind": "Namespace", "version": "v1" } ] }
kb_573_Normalized
{ "type": "array", "$schema": "http://json-schema.org/draft-04/schema#", "description": "", "minItems": 1, "_uniqueItems": true, "items": { "type": "object", "required": [ "name", "description", "largeIconImageUrl", "smallIconImageUrl", "isUsableByPlayer", "id", "contentId" ], "properties": { "name": { "type": "string", "minLength": 1 }, "description": { "type": [ "string", "null" ], "minLength": 1 }, "largeIconImageUrl": { "type": "string", "minLength": 1 }, "smallIconImageUrl": { "type": "string", "minLength": 1 }, "isUsableByPlayer": { "type": "boolean" }, "id": { "type": "string", "minLength": 1 }, "contentId": { "type": "string", "minLength": 1 } } } }
o4268
{ "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "author": { "type": "string" }, "category": { "type": "string" }, "cost": { "minimum": 0, "type": "integer" }, "desc_en": { "pattern": "^.*\\.md$", "type": "string" }, "desc_ru": { "pattern": "^.*\\.md$", "type": "string" }, "flag": { "type": "string" }, "flag_comp": { "type": "string" }, "images": { "items": { "properties": { "filename": { "pattern": "^.*\\.tar$", "type": "string" }, "tcp_ports": { "items": { "minimum": 0, "type": "integer" }, "minItems": 1, "type": "array", "_uniqueItems": true }, "udp_ports": { "items": { "minimum": 0, "type": "integer" }, "minItems": 1, "type": "array", "_uniqueItems": true } }, "required": [ "filename" ], "type": "object" }, "minItems": 1, "type": "array", "_uniqueItems": true }, "schema_version": { "pattern": "^0\\.2$", "type": "string" }, "title_en": { "type": "string" }, "title_ru": { "type": "string" }, "upload_timestamp": { "type": "integer" }, "writeup_en": { "pattern": "^.*\\.md$", "type": "string" }, "writeup_ru": { "pattern": "^.*\\.md$", "type": "string" } }, "required": [ "schema_version", "title_ru", "title_en", "category", "cost", "desc_ru", "desc_en", "writeup_ru", "writeup_en", "flag", "flag_comp" ], "title": "BlackBox 3.0 task meta-info v0.2", "type": "object" }
o78061
{ "id": "https://raw.githubusercontent.com/rolfvreijdenberger/jsend-json-schema/master/jsend-json-schema.json", "$schema": "http://json-schema.org/draft-04/schema#", "title": "jsend json schema", "description": "This is a json-schema for the jsend format for json responses for applications. see https://labs.omniti.com/labs/jsend/wiki", "type": "object", "oneOf": [ { "$ref": "#/definitions/success" }, { "$ref": "#/definitions/fail" }, { "$ref": "#/definitions/error" } ], "definitions": { "success": { "description": "All went well, and (usually) some data was returned.", "required": [ "status", "data" ], "properties": { "status": { "type": "string", "pattern": "^success$", "description": "the status for a succesful handling" }, "data": { "description": "Acts as the wrapper for any data returned by the API call. If the call returns no data (as in the last example), data should be set to null.", "$ref": "#/definitions/data" } } }, "fail": { "description": "There was a problem with the data submitted, or some pre-condition of the API call wasn't satisfied", "required": [ "status", "data" ], "properties": { "status": { "type": "string", "pattern": "^fail$", "description": "the status for a failure handling" }, "data": { "description": "provides the wrapper for the details of why the request failed. If the reasons for failure correspond to POST values, the response object's keys SHOULD correspond to those POST values.", "$ref": "#/definitions/data" } } }, "error": { "description": "An error occurred in processing the request, i.e. an exception was thrown", "required": [ "status", "message" ], "properties": { "status": { "type": "string", "pattern": "^error$", "description": "the status for a error handling" }, "message": { "$ref": "#/definitions/message" }, "code": { "$ref": "#/definitions/code" }, "data": { "description": "A generic container for any other information about the error, i.e. the conditions that caused the error, stack traces, etc.", "$ref": "#/definitions/data" } } }, "data": { "description": "a generic container for data returned for success, fail or error", "type": [ "string", "null", "array", "object", "integer", "boolean" ] }, "code": { "description": "A numeric code corresponding to the error in an error result, if applicable", "type": [ "string", "integer" ] }, "message": { "description": "A meaningful, end-user-readable (or at the least log-worthy) message, explaining what went wrong in an error result.", "type": "string" } } }
o71267
{ "description": "PodDNSConfigOption defines DNS resolver options of a pod.", "properties": { "name": { "description": "Required.", "type": [ "string", "null" ] }, "value": { "type": [ "string", "null" ] } }, "type": "object" }
kb_703_Normalized
{ "$schema": "http://json-schema.org/draft-07/schema", "title": "Extract i18n Target", "description": "Extract i18n target options for Build Facade.", "type": "object", "properties": { "browserTarget": { "type": "string", "description": "Target to extract from.", "pattern": "^[^:\\s]+:[^:\\s]+(:[^\\s]+)?$" }, "format": { "type": "string", "description": "Output format for the generated file.", "default": "xlf", "enum": [ "xmb", "xlf", "xlif", "xliff", "xlf2", "xliff2" ] }, "i18nFormat": { "type": "string", "description": "Output format for the generated file.", "default": "xlf", "x-deprecated": "Use 'format' option instead.", "enum": [ "xmb", "xlf", "xlif", "xliff", "xlf2", "xliff2" ] }, "i18nLocale": { "type": "string", "description": "Specifies the source language of the application.", "x-deprecated": "Use 'i18n' project level sub-option 'sourceLocale' instead." }, "progress": { "type": "boolean", "description": "Log progress to the console.", "default": true }, "outputPath": { "type": "string", "description": "Path where output will be placed." }, "outFile": { "type": "string", "description": "Name of the file to output." } }, "additionalProperties": false, "required": [ "browserTarget" ] }
o58445
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "meta": { "type": "object", "properties": { "id": { "type": "string", "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$" }, "type": { "type": "string", "enum": [ "EiffelArtifactPublishedEvent" ] }, "version": { "type": "string", "enum": [ "1.1.0" ], "default": "1.1.0" }, "time": { "type": "integer" }, "tags": { "type": "array", "items": { "type": "string" } }, "source": { "type": "object", "properties": { "domainId": { "type": "string" }, "host": { "type": "string" }, "name": { "type": "string" }, "serializer": { "type": "object", "properties": { "groupId": { "type": "string" }, "artifactId": { "type": "string" }, "version": { "type": "string" } }, "required": [ "groupId", "artifactId", "version" ], "additionalProperties": false }, "uri": { "type": "string" } }, "additionalProperties": false }, "security": { "type": "object", "properties": { "sdm": { "type": "object", "properties": { "authorIdentity": { "type": "string" }, "encryptedDigest": { "type": "string" } }, "required": [ "authorIdentity", "encryptedDigest" ], "additionalProperties": false } }, "additionalProperties": false } }, "required": [ "id", "type", "version", "time" ], "additionalProperties": false }, "data": { "type": "object", "properties": { "locations": { "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string", "enum": [ "ARTIFACTORY", "NEXUS", "PLAIN", "OTHER" ] }, "uri": { "type": "string" } }, "required": [ "type", "uri" ], "additionalProperties": false } }, "customData": { "type": "array", "items": { "type": "object", "properties": { "key": { "type": "string" }, "value": {} }, "required": [ "key", "value" ], "additionalProperties": false } } }, "required": [ "locations" ], "additionalProperties": false }, "links": { "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string" }, "target": { "type": "string", "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$" } }, "required": [ "type", "target" ], "additionalProperties": false } } }, "required": [ "meta", "data", "links" ], "additionalProperties": false }
o5351
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Agent set", "type": "array", "items": { "title": "Agent", "type": "object", "properties": { "apiVersion": { "enum": [ "v1beta1", "v1.0", "v1" ] }, "kind": { "enum": [ "Agent", "agent" ], "readOnly": true }, "metadata": { "type": "object", "properties": { "name": { "type": "string", "minLength": 3, "maxLength": 30 }, "createdOn": { "type": "string", "readOnly": true }, "modifiedOn": { "type": "string", "readOnly": true }, "ref": { "type": "string", "readOnly": true, "minLength": 3, "maxLength": 24 } }, "required": [ "name" ] }, "spec": { "type": "object", "properties": { "privacy": { "enum": [ "Private", "private", "None", "none" ] }, "credentials": { "type": "object", "properties": { "username": { "type": "string", "readOnly": true, "minLength": 3, "maxLength": 30 }, "secret": { "type": "string", "writeOnly": true } }, "required": [ "username", "secret" ] }, "domains": { "type": "array", "items": { "type": "string", "readOnly": true }, "minItems": 1, "_uniqueItems": true } }, "required": [ "credentials", "domains" ] } }, "required": [ "apiVersion", "kind", "spec", "metadata" ] } }
o68597
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "A Study Schema", "description": "Study base schema", "type": "object", "properties": { "alias": { "description": "An unique identifier in a submission.", "type": "string", "minLength": 1 }, "title": { "description": "Title of the study.", "type": "string" }, "description": { "description": "More extensive free-form description.", "type": "string" }, "attributes": { "description": "Attributes for describing a study.", "type": "object", "properties": {}, "patternProperties": { "^.*$": { "type": "array", "minItems": 1, "items": { "type": "object", "properties": { "value": { "type": "string", "minLength": 1 }, "units": { "type": "string", "minLength": 1 }, "terms": { "type": "array", "items": { "type": "object", "properties": { "url": { "type": "string", "format": "uri" } }, "required": [ "url" ] } } }, "required": [ "value" ] } } } }, "StudyDataType": { "type": "string", "enum": [ "Sequencing", "FunctionalGenomics", "Metabolomics", "Proteomics" ] }, "projectRef": { "description": "Reference to project.", "$ref": "#/definitions/submittableRef" }, "protocolRefs": { "description": "Reference(s) to protocol(s).", "type": "array", "items": { "$ref": "#/definitions/submittableRef" } } }, "definitions": { "submittableRef": { "type": "object", "properties": { "alias": { "type": "string", "minLength": 1 }, "accession": { "type": "string", "minLength": 1 }, "team": { "type": "string", "minLength": 1 } }, "oneOf": [ { "required": [ "alias", "team" ] }, { "required": [ "accession" ] } ] } }, "required": [ "alias", "StudyDataType" ] }
o4842
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "A Control Statement is a statement by a company or entity about a the control of a company. In its most straightforward, Company A may say that Entity B controls it. Each statement should be about a single control relationship, i.e. if Company A has two controlling entities, B and C, and those control relationships are distinct (e.g. they started at a different time) then they should each be stored as a indiviudal Control Statements. They should only be stored in the same Control Statement if it is logically part of the same control mechanism, e.g. if company A is controlled by person C and person D, who control the shares *jointly*. Control Statements can be used to describe that an entity has no controlling entity, or that the controlling entity is not disclosed. Beneficial Ownership is a specific example of control relationships, and the ultimate_beneficial_owner flag can be used to signify that a person is the Ultimate Beneficial Owner of a company", "properties": { "subject_entity": { "$ref": "#/definitions/entity" }, "control_level": { "description": "The level of control, i.e. whether the control is direct (i.e. there are no intermediaries), indirect (there are intermediaries) or unknown. It can be null in the case where a company is saying that there are no controlling entities", "enum": [ "direct", "indirect", "unknown", null ] }, "ultimate_beneficial_owner": { "description": "Whether the controlling entities are the ultimate beneficial owners (i.e. individuals who ultimately control the company)", "type": "boolean" }, "controlling_entities": { "type": "array", "items": { "$ref": "#/definitions/entity" } }, "control_mechanisms": { "description": "The mechanism(s) by which the controlling party/parties control the company", "type": "array", "items": { "oneOf": [ { "type": [ "string", "null" ], "minLength": 2 }, { "$ref": "#/definitions/control_mechanism" } ] } }, "no_controlling_entities_reasons": { "description": "The reason why no controlling entities are declared, for example because the entity has been unable to discover them, or there are no controlling entities (e.g. 100 people owned 1% each), or the companies is exempt from reporting (as some listed companies are in some jurisdictions)", "type": "array", "items": { "type": "string" } }, "uid": { "description": "Unique id/reference for the control relationship entity record if the external source has given it one", "type": "string" }, "url": { "description": "Persistent URL on the external source for the control relationship entity record, if there is one", "type": "string" }, "source_url": { "description": "Source url of the web page for the filing or if there is not persistent URL the page from which it can be found (e.g. search page). This field is required.", "type": "string", "minLength": 11 }, "confidence": { "description": "Confidence in accuracy of data", "type": "string", "enum": [ "HIGH", "MEDIUM", "LOW" ] }, "start_date": { "description": "Date on which control started", "type": "string", "format": "date" }, "start_date_type": { "enum": [ "at", "before", "after" ] }, "end_date": { "description": "Date on which control ended", "type": "string", "format": "date" }, "end_date_type": { "enum": [ "at", "before", "after" ] }, "retrieved_at": { "description": "Date-time this was retrieved from the source", "type": "string", "format": "date-time" }, "sample_date": { "description": "Date on which we know this to be true (for example the date the control statement was published)", "type": "string", "format": "date" }, "other_attributes": { "description": "Use for other attributes for which we don't yet have curated schema attributes", "type": "object" } }, "additionalProperties": false, "required": [ "control_level", "subject_entity", "retrieved_at", "source_url", "sample_date", "confidence" ], "definitions": { "range": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "This represents a range of numeric values, particularly useful for where it is not clear of the exact numeric value, only that it is between two bounds, e.g. a shareholding percentage is greater than 50 but less than or equal to 75", "type": "object", "properties": { "minimum": { "type": "number", "description": "The minimum value" }, "maximum": { "type": "number", "description": "The maximum value" }, "exclusive_minimum": { "type": "boolean", "description": "True if the the minimum value is not included in the range, i.e. x > minumum (not x >= minumum)" }, "exclusive_maximum": { "type": "boolean", "description": "True if the the maximum value is not included in the range, i.e. x < maximum (not x <= maximum)" } }, "additionalProperties": false }, "control_mechanism": { "title": "Control Mechanism", "description": "A specific mechanism(s) by which controls of a company is exercised", "oneOf": [ { "properties": { "mechanism_type": { "enum": [ "share_ownership" ] }, "mechanism_properties": { "properties": { "number_of_shares": { "description": "Number of shares", "type": "integer" }, "percentage_of_shares": { "description": "Percentage of shares", "oneOf": [ { "type": "number", "maximum": 100, "minimum": 0 }, { "$ref": "#/definitions/range" } ] }, "share_class": { "description": "Share class or classes", "type": "string" }, "exercised_via": { "enum": [ "trust", "firm", null ] } } }, "source_description": { "description": "Description of the control relationship as given by the source", "type": "string" } }, "additionalProperties": false }, { "properties": { "mechanism_type": { "enum": [ "voting_rights" ] }, "mechanism_properties": { "properties": { "voting_percentage": { "description": "Percentage of votes", "oneOf": [ { "type": "number", "maximum": 100, "minimum": 0 }, { "$ref": "#/definitions/range" } ] }, "exercised_via": { "enum": [ "trust", "firm", null ] } } }, "source_description": { "description": "Description of the control relationship as given by the source", "type": "string" } }, "additionalProperties": false }, { "properties": { "mechanism_type": { "enum": [ "right_to_appoint_and_remove_directors" ] }, "mechanism_properties": { "properties": { "exercised_via": { "enum": [ "trust", "firm", null ] } } }, "source_description": { "description": "Description of the control relationship as given by the source", "type": "string" } }, "additionalProperties": false }, { "properties": { "mechanism_type": { "enum": [ "right_to_appoint_and_remove_members" ] }, "mechanism_properties": { "properties": { "exercised_via": { "enum": [ "trust", "firm", null ] } } }, "source_description": { "description": "Description of the control relationship as given by the source", "type": "string" } }, "additionalProperties": false }, { "properties": { "mechanism_type": { "enum": [ "right_to_appoint_and_remove_person" ] }, "mechanism_properties": { "properties": { "exercised_via": { "enum": [ "trust", "firm", null ] } } }, "source_description": { "description": "Description of the control relationship as given by the source", "type": "string" } }, "additionalProperties": false }, { "properties": { "mechanism_type": { "enum": [ "right_to_share_surplus_assets" ] }, "mechanism_properties": { "properties": { "exercised_via": { "enum": [ "trust", "firm", null ] }, "percentage_rights": { "description": "Percentage of rights to assets in the event of a winding up of the entity", "oneOf": [ { "type": "number", "maximum": 100, "minimum": 0 }, { "$ref": "#/definitions/range" } ] } } }, "source_description": { "description": "Description of the control relationship as given by the source", "type": "string" } }, "additionalProperties": false }, { "properties": { "mechanism_type": { "enum": [ "significant_influence_or_control" ] }, "mechanism_properties": { "properties": { "exercised_via": { "enum": [ "trust", "firm", null ] } } }, "source_description": { "description": "Description of the control relationship as given by the source", "type": "string" } }, "additionalProperties": false } ] }, "entity": { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "entity_type", "entity_properties" ], "oneOf": [ { "properties": { "entity_type": { "enum": [ "company" ] }, "entity_properties": { "$ref": "#/definitions/company-for-nesting" } } }, { "properties": { "entity_type": { "enum": [ "person" ] }, "entity_properties": { "$ref": "#/definitions/person" } } }, { "properties": { "entity_type": { "enum": [ "organisation" ] }, "entity_properties": { "$ref": "#/definitions/organisation" } } }, { "properties": { "entity_type": { "enum": [ "unknown" ] }, "entity_properties": { "$ref": "#/definitions/unknown-entity-type" } } } ] }, "company-for-nesting": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "A company in OpenCorporates", "type": "object", "properties": { "company_number": { "type": "string", "description": "unique identifier given by the corporate register with which it is incorporated", "minLength": 1 }, "name": { "type": "string", "description": "Legal name of the company", "minLength": 1 }, "jurisdiction": { "type": "string", "description": "A free text field for the jurisdiction where the company is registered \u2013 this can be either the ISO 3166-2 code, the underscored version, or the standard name for the jurisdiction, e.g. France" }, "jurisdiction_code": { "type": "string", "description": "Code representing the jurisdiction/company register which is the canonical record of the company\u2019s existence. Uses underscored ISO 3166-2 to represent it, e.g. es for Spain, us_de for Delaware", "minLength": 2, "maxLength": 5 }, "incorporation_date": { "type": "string", "format": "date" }, "dissolution_date": { "type": "string", "format": "date" }, "retrieved_at": { "type": "string", "format": "date" }, "current_status": { "type": [ "string", "null" ] }, "company_type": { "type": [ "string", "null" ] }, "registry_url": { "type": "string" }, "website": { "oneOf": [ { "type": "string", "minLength": 5 }, { "type": [ "array", "null" ], "items": { "type": "string", "minLength": 5 } } ] }, "telephone_number": { "type": "string", "minLength": 4 }, "fax_number": { "type": "string", "minLength": 4 }, "registered_address": { "$ref": "#/definitions/address" }, "headquarters_address": { "$ref": "#/definitions/address" }, "mailing_address": { "$ref": "#/definitions/address" }, "addresses": { "type": "array", "items": { "$ref": "#/definitions/address-with-type" } }, "officers": { "type": "array", "items": { "$ref": "#/definitions/officer" } }, "share_parcels": { "type": "array", "items": { "$ref": "#/definitions/share-parcel" } }, "total_shares": { "$ref": "#/definitions/total-shares" }, "filings": { "type": "array", "items": { "$ref": "#/definitions/filing" } }, "identifiers": { "type": "array", "items": { "$ref": "#/definitions/identifier" } }, "industry_codes": { "type": "array", "items": { "$ref": "#/definitions/industry-code" } }, "previous_names": { "type": "array", "items": { "$ref": "#/definitions/previous-name" } }, "alternative_names": { "type": "array", "items": { "$ref": "#/definitions/alternative-name" } }, "branch": { "type": [ "string", "null" ], "description": "A flag to denote whether a company is a branch entity. This should only be set if the company is a type of branch (otherwise should be null). In general the only option here is 'F' for a 'Foreign' branch, i.e. an out-of-jurisdiction entity that has registered as having a presence in the jurisdiction. In the US this is sometimes called a Foreign Corporation", "enum": [ "F", "L", null ] }, "all_attributes": { "type": "object", "description": "Other arbitrary attributes for a given company", "properties": { "jurisdiction_of_origin": { "type": [ "string", "null" ], "description": "The jurisdiction of the 'home' company if this is a branch", "minLength": 1 }, "home_company_number": { "type": [ "string", "null" ], "description": "If the entity is a 'branch', this is the company_number of the 'home' company in the home company's jurisdiction", "minLength": 1 }, "home_legal_name": { "type": [ "string", "null" ], "description": "The legal name of the 'home' company in its jurisdiction if this is a branch, and the name is different from the legal name of the branch", "minLength": 1 }, "registered_agent_address": { "type": [ "string", "null" ], "description": "The address of the 'Agent', a public address to which legal papers can be served", "minLength": 1 }, "registered_agent_name": { "type": [ "string", "null" ], "description": "The 'Agent' of the company \u2013 a person or entity that is empowered to accept service for the company", "minLength": 1 }, "number_of_employees": { "anyOf": [ { "type": "string", "minLength": 1 }, { "type": "number", "minimum": 0 } ], "description": "The number of employees" }, "merged_into": { "type": "object", "description": "Information on the merger of this company into a 'survivor' company", "properties": { "surviving_company": { "type": [ "object" ], "description": "the surviving_company that this has been merged into", "properties": { "name": { "type": "string", "description": "The legal name of the surviving company", "minLength": 1 }, "company_number": { "type": "string", "description": "The company_number of the surviving company, if known", "minLength": 1 }, "jurisdiction": { "type": "string", "description": "The jurisdiction of incorporation of the surviving company", "minLength": 2 } }, "anyOf": [ { "required": [ "name" ] }, { "required": [ "company_number" ] } ] }, "effective_date": { "description": "The date of the merger", "type": "string", "format": "date" } }, "additionalProperties": false, "required": [ "surviving_company" ] } } } }, "additionalProperties": false, "anyOf": [ { "required": [ "name" ] }, { "required": [ "company_number" ] } ] }, "address": { "$schema": "http://json-schema.org/draft-04/schema#", "oneOf": [ { "type": [ "string", "null" ], "minLength": 2 }, { "name": "Address", "description": "An address object", "type": "object", "properties": { "street_address": { "type": "string" }, "locality": { "type": "string" }, "region": { "type": "string" }, "postal_code": { "type": "string" }, "country": { "type": "string" }, "country_code": { "description": "ISO 3166-2 code for country", "type": "string" } }, "anyOf": [ { "required": [ "street_address" ] }, { "required": [ "postal_code" ] }, { "required": [ "locality", "country" ] } ] } ] }, "address-with-type": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "An address with a type", "type": "object", "properties": { "address": { "$ref": "#/definitions/address" }, "type": { "enum": [ "registered", "headquarters", "mailing", "trading", "unknown" ] } }, "additionalProperties": false, "required": [ "address", "type" ] }, "officer": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "An officer (director, senior executive) of a company", "type": "object", "properties": { "name": { "type": "string", "minLength": 1, "not": { "pattern": "^[\\.\\,\\*\\\\\\-\\s\\{\\}\\(\\)]+$" } }, "start_date": { "anyOf": [ { "type": "string", "format": "date" }, { "type": "null" } ] }, "end_date": { "anyOf": [ { "type": "string", "format": "date" }, { "type": "null" } ] }, "position": { "type": "string" }, "uid": { "type": "string", "description": "a unique identifier given to the officership" }, "other_attributes": { "type": "object", "properties": { "date_of_birth": { "type": "string", "format": "date" }, "nationality": { "type": "string" }, "person_uid": { "type": "string", "description": "a unique identifier given to the individual (as opposed to the officership)" }, "address": { "$ref": "#/definitions/address" }, "type": { "type": "string", "enum": [ "Person", "Company" ], "description": "The type of entity that is the officer (either 'Person' or 'Company')" } } } }, "required": [ "name" ] }, "share-parcel": { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "description": "A parcel of shares in a company", "properties": { "number_of_shares": { "description": "Number of shares, if known", "type": "integer" }, "percentage_of_shares": { "description": "Percentage of shares, if known", "type": "number", "maximum": 100, "minimum": 0 }, "percentage_of_shares_min": { "description": "Minimum percentage of shares (if for example a band of percentage is given)", "type": [ "number", "null" ], "maximum": 100, "minimum": 0 }, "percentage_of_shares_max": { "description": "Maximum percentage of shares (if for example a band of percentage is given)", "type": [ "number", "null" ], "maximum": 100, "minimum": 0 }, "voting_percentage": { "description": "Percentage of votes, if known", "type": "number", "maximum": 100, "minimum": 0 }, "voting_percentage_min": { "description": "Minimum percentage of votes (if for example a band of votes is given)", "type": [ "number", "null" ], "maximum": 100, "minimum": 0 }, "voting_percentage_max": { "description": "Maximum percentage of votes (if for example a band of votes is given)", "type": [ "number", "null" ], "maximum": 100, "minimum": 0 }, "share_class": { "description": "Share class or classes, if known", "type": "string" }, "start_date": { "type": "string", "format": "date" }, "end_date": { "type": "string", "format": "date" }, "sample_date": { "type": "string", "format": "date" }, "shareholders": { "description": "Legal persons who own this share parcel", "type": "array", "minItems": 1, "items": { "type": "object", "name": "shareholder", "required": [ "name" ], "properties": { "name": { "description": "Name of natural person or company", "type": "string", "minLength": 1 }, "jurisdiction": { "description": "Jurisdiction of registration, if company", "type": "string" }, "company_number": { "description": "Company number, if company and known", "type": "string" }, "identifier": { "description": "Unique identifier of person", "type": "string" }, "type": { "description": "Type of person if known (company or natural person)", "enum": [ "Company", "Person" ] }, "address": { "description": "Address given for shareholder", "$ref": "#/definitions/address" }, "address_country": { "description": "Country part of owner's address (for example if address not given)", "type": "string" } } } } } }, "total-shares": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "The total number of shares a company has issued", "type": "object", "properties": { "number": { "type": "integer" }, "share_class": { "type": "string", "minLength": 1 } }, "required": [ "number" ] }, "filing": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "A statutory filing", "type": "object", "properties": { "title": { "type": "string" }, "date": { "type": "string", "format": "date" }, "description": { "type": "string" }, "uid": { "type": "string" }, "url": { "type": "string" }, "filing_type_code": { "type": "string" }, "filing_type_name": { "type": "string" }, "other_attributes": { "type": "object" } }, "required": [ "date" ], "anyOf": [ { "required": [ "title" ] }, { "required": [ "description" ] }, { "required": [ "filing_type_name" ] } ] }, "identifier": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "An identifier for an entity (possibly other things, e.g. securities in the future). Examples are tax IDs, non-profit IDs, SEC CIK numbers, Federal Reserve RSSD id. The main requirements for an identifier is that they should be well-defined, and issued by a government or have statutory standing", "type": "object", "properties": { "uid": { "type": "string", "description": "The unique identifier given by the identifier system \u2013 it should be unique in the context of the identifier_system", "minLength": 1 }, "identifier_system_code": { "type": "string", "description": "An identifier representing the identifier scheme. Some examples of this are us_fein (US Federal tax number), us_sec_cik (US Securities and Exchange Commission CIK), uk_ew_cc (Charity Commission of England & Wales), lei (Global Legal Entity Identifier System)" } }, "required": [ "uid", "identifier_system_code" ] }, "industry-code": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "An industry code from a standard code list (e.g. NAICS 2007 or NACE 2). This schema is a sub-schema of Classification.", "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "code_scheme_id": { "type": "string", "description": "An identifier representing industry code scheme. At the moment these are eu_nace_2, uk_sic_2003, uk_sic_2007, us_naics_2002, us_naics_2007, be_nace_2008, dk_db_2007, nz_bic_2006, no_sic_2007, anz_sic_2006, nz_bic_2006, in_nic_2004_mca, ca_qc_cae, lu_nace_2. For other code schemes, or details of these, contact [email protected]" }, "start_date": { "type": "string", "format": "date" }, "end_date": { "type": "string", "format": "date" } }, "required": [ "code", "code_scheme_id" ] }, "previous-name": { "$schema": "http://json-schema.org/draft-04/schema#", "name": "PreviousName", "description": "A previous name of a company", "type": "object", "properties": { "company_name": { "type": "string", "minLength": 1 }, "con_date": { "type": "string", "format": "date", "description": "The end (conversion) date of the name" }, "start_date": { "type": "string", "format": "date" } }, "required": [ "company_name" ] }, "alternative-name": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "An alternative name of a company, e.g. abbreviation, trading (including dba or doing business as), legal. As well as trading names etc, it can be used for storing alternative language representations of the legal name, in which case the language should be represented as two-letter ISO-639 code", "type": "object", "properties": { "company_name": { "type": "string", "minLength": 1 }, "start_date": { "type": "string", "format": "date" }, "end_date": { "type": "string", "format": "date" }, "language": { "type": "string", "minLength": 2, "maxLength": 2 }, "type": { "type": "string", "enum": [ "trading", "abbreviation", "legal", "unknown", "alias" ] } }, "required": [ "company_name", "type" ] }, "person": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "A person, for example, referenced in some other context, e.g. director of a company, shareholder, licence-holder, lobbyist. This should be used only if the person is the subject of the datum", "type": "object", "additionalProperties": false, "properties": { "name": { "$ref": "#/definitions/person-name" }, "jurisdiction": { "type": "string", "description": "Name of the jurisdiction in which the entity is based" }, "company": { "description": "Company the person is representing. NB If the licence holder is a company, and the individual is a just a contact, then use the company-schema for the entity. This is where the individual themselves are the subject entity (e.g. licence holder, disqualified director)", "$ref": "#/definitions/company-for-nesting" }, "relationship_with_company": { "enum": [ "employee", "director", "shareholder", null ] }, "website": { "oneOf": [ { "type": "string", "minLength": 5 }, { "type": [ "array", "null" ], "items": { "type": "string", "minLength": 5 } } ] }, "uid": { "description": "Unique id of the person. Note: the unique id is not expected to be globally unique, but only unique with reference to the source from which it is derived. No check is made for uniqueness", "type": "string", "minLength": 1 }, "telephone_number": { "type": "string", "minLength": 4 }, "fax_number": { "type": "string", "minLength": 4 }, "registered_address": { "description": "address for service (or address given in the context of legal requirement)", "$ref": "#/definitions/address" }, "headquarters_address": { "$ref": "#/definitions/address" }, "mailing_address": { "$ref": "#/definitions/address" }, "addresses": { "type": "array", "items": { "$ref": "#/definitions/address-with-type" } }, "industry_codes": { "type": "array", "items": { "$ref": "#/definitions/industry-code" } }, "alternative_names": { "type": "array", "items": { "$ref": "#/definitions/alternative-name" } }, "date_of_birth": { "anyOf": [ { "type": "string", "format": "date" }, { "$ref": "#/definitions/date" } ] }, "nationality": { "description": "The person's nationality", "type": "string", "format": "non-blank" }, "country_of_residence": { "description": "The normal country of residence for the person", "type": "string", "format": "non-blank" }, "identifiers": { "type": [ "array", "null" ], "items": { "$ref": "#/definitions/identifier" } }, "other_attributes": { "description": "Use for other attributes for which we don't yet have curated schema attributes", "type": "object" } }, "required": [ "name" ] }, "person-name": { "$schema": "http://json-schema.org/draft-04/schema#", "oneOf": [ { "type": [ "string", "null" ], "format": "non-blank" }, { "description": "The name of a person as an object", "type": "object", "properties": { "given_name": { "type": [ "string", "null" ], "format": "non-blank", "description": "The given name(s) (often first name) of a person, as opposed to their family name. Following FOAF practice, this is preferred to first_name" }, "family_name": { "type": [ "string", "null" ], "format": "non-blank", "description": "The family name (often last name) of a person, as opposed to their family name. Following FOAF practice, this is preferred to last_name" }, "first_name": { "type": [ "string", "null" ], "format": "non-blank" }, "middle_name": { "type": [ "string", "null" ], "format": "non-blank" }, "last_name": { "type": [ "string", "null" ], "format": "non-blank" }, "title": { "type": [ "string", "null" ], "format": "non-blank", "description": "Title such as Mr, Ms, Dr etc" }, "suffixes": { "type": [ "string", "null" ], "format": "non-blank", "description": "Any suffixes, including degrees, honours (OBE), ordinals (John Smith Jr, Bill Jones II) etc" } } } ] }, "date": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "A parsed date object. This allows us to represent not just normal dates, but also partial dates too", "type": "object", "properties": { "year": { "type": "number", "description": "year part as YYYY" }, "month": { "type": "number", "description": "month part of date in numbers e.g. 11 for November, 4 for April" }, "day": { "type": [ "number", "null" ], "description": "day part of date in numbers" } }, "additionalProperties": false, "anyOf": [ { "required": [ "year", "month" ] }, { "required": [ "month", "day" ] } ] }, "organisation": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "An entity which is a distinct organisation, but is not a company nor an individual. Examples include governments and governmental entities (e.g. Multilateral Development Banks, Government Departments, municipalities, etc), and also membership organisations", "type": "object", "additionalProperties": false, "properties": { "name": { "type": "string", "description": "Name of the entity", "minLength": 1 }, "jurisdiction": { "type": "string", "description": "Name of the jurisdiction in which the entity is incorporated/domiciled (use global for global entities, e.g. UN)" }, "legal_form": { "type": "string", "description": "legal form of organisation, e.g. municipality, government department, trust, etc" }, "website": { "oneOf": [ { "type": "string", "minLength": 5 }, { "type": [ "array", "null" ], "items": { "type": "string", "minLength": 5 } } ] }, "telephone_number": { "type": "string", "minLength": 4 }, "fax_number": { "type": "string", "minLength": 4 }, "identifiers": { "type": [ "array", "null" ], "items": { "$ref": "#/definitions/identifier" } }, "registered_address": { "$ref": "#/definitions/address" }, "headquarters_address": { "$ref": "#/definitions/address" }, "mailing_address": { "$ref": "#/definitions/address" }, "addresses": { "type": "array", "items": { "$ref": "#/definitions/address-with-type" } }, "industry_codes": { "type": "array", "items": { "$ref": "#/definitions/industry-code" } }, "previous_names": { "type": "array", "items": { "$ref": "#/definitions/previous-name" } }, "alternative_names": { "type": "array", "items": { "$ref": "#/definitions/alternative-name" } }, "other_attributes": { "description": "Use for other attributes for which we don't yet have curated schema attributes", "type": "object" } }, "required": [ "name" ] }, "unknown-entity-type": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "An entity of unknown type - potentially a company, a person, government entity, or some unincorporated organisation", "additionalProperties": false, "type": "object", "properties": { "name": { "type": "string", "description": "Name of the entity", "minLength": 1 }, "jurisdiction": { "type": "string", "description": "Name of the jurisdiction in which the entity is incorporated/domiciled" }, "uid": { "description": "Unique id for the entity if it has one", "type": "string" }, "website": { "oneOf": [ { "type": "string", "minLength": 5 }, { "type": [ "array", "null" ], "items": { "type": "string", "minLength": 5 } } ] }, "telephone_number": { "type": "string", "minLength": 4 }, "fax_number": { "type": "string", "minLength": 4 }, "registered_address": { "$ref": "#/definitions/address" }, "headquarters_address": { "$ref": "#/definitions/address" }, "mailing_address": { "$ref": "#/definitions/address" }, "addresses": { "type": "array", "items": { "$ref": "#/definitions/address-with-type" } }, "identifiers": { "type": [ "array", "null" ], "items": { "$ref": "#/definitions/identifier" } }, "industry_codes": { "type": "array", "items": { "$ref": "#/definitions/industry-code" } }, "previous_names": { "type": "array", "items": { "$ref": "#/definitions/previous-name" } }, "alternative_names": { "type": "array", "items": { "$ref": "#/definitions/alternative-name" } }, "other_attributes": { "description": "Use for other attributes for which we don't yet have curated schema attributes", "type": "object" } }, "required": [ "name" ] } } }
o65417
{ "additionalProperties": false, "description": "Schema for API Request Enrichment configuration", "properties": { "enabled": { "type": "boolean" }, "name": { "type": "string" }, "parameters": { "additionalProperties": false, "properties": { "api": { "additionalProperties": false, "maxProperties": 1, "minProperties": 1, "properties": { "http": { "additionalProperties": false, "properties": { "authentication": { "additionalProperties": false, "properties": { "httpBasic": { "additionalProperties": false, "properties": { "password": { "type": "string" }, "username": { "type": "string" } }, "required": [ "username", "password" ], "type": "object" } }, "type": "object" }, "method": { "enum": [ "GET", "POST", "PUT" ], "type": "string" }, "timeout": { "maximum": 60000, "minimum": 1, "type": "integer" }, "uri": { "type": "string" } }, "required": [ "method", "uri", "timeout", "authentication" ], "type": "object" } }, "type": "object" }, "cache": { "additionalProperties": false, "properties": { "size": { "minimum": 0, "type": "integer" }, "ttl": { "maximum": 86400, "minimum": 0, "type": "integer" } }, "required": [ "size", "ttl" ], "type": "object" }, "inputs": { "items": { "additionalProperties": false, "maxProperties": 2, "minProperties": 2, "properties": { "json": { "additionalProperties": false, "properties": { "field": { "enum": [ "unstruct_event", "contexts", "derived_contexts" ], "type": "string" }, "jsonPath": { "pattern": "^\\$.*$", "type": "string" }, "schemaCriterion": { "pattern": "^iglu:[a-zA-Z0-9-_.]+/[a-zA-Z0-9-_]+/[a-zA-Z0-9-_]+/([1-9][0-9]*|\\*)-((?:0|[1-9][0-9]*)|\\*)-((?:0|[1-9][0-9]*)|\\*)$", "type": "string" } }, "type": "object" }, "key": { "pattern": "^[A-Za-z0-9_-]+$", "type": "string" }, "pojo": { "additionalProperties": false, "properties": { "field": { "type": "string" } }, "type": "object" } }, "required": [ "key" ], "type": "object" }, "type": "array" }, "outputs": { "items": { "additionalProperties": false, "maxProperties": 2, "minProperties": 2, "properties": { "json": { "additionalProperties": false, "properties": { "jsonPath": { "pattern": "^\\$.*$", "type": "string" } }, "required": [ "jsonPath" ], "type": "object" }, "schema": { "pattern": "^iglu:([a-zA-Z0-9-_.]+)/([a-zA-Z0-9-_]+)/([a-zA-Z0-9-_]+)/([1-9][0-9]*(?:-(?:0|[1-9][0-9]*)){2})$", "type": "string" } }, "required": [ "schema" ], "type": "object" }, "minItems": 1, "type": "array" } }, "required": [ "inputs", "api", "outputs", "cache" ], "type": "object" }, "vendor": { "type": "string" } }, "required": [ "name", "vendor", "enabled", "parameters" ], "self": { "format": "jsonschema", "name": "api_request_enrichment_config", "vendor": "com.snowplowanalytics.snowplow.enrichments", "version": "1-0-1" }, "type": "object" }
sp_348_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "A company in OpenCorporates", "type": "object", "properties": { "company_number": { "type": "string", "description": "unique identifier given by the corporate register with which it is incorporated", "minLength": 1 }, "name": { "type": "string", "description": "Legal name of the company", "minLength": 1 }, "jurisdiction_code": { "type": "string", "description": "Code representing the jurisdiction/company register which is the canonical record of the company\u2019s existence. Uses underscored ISO 3166-2 to represent it, e.g. es for Spain, us_de for Delaware", "minLength": 2, "maxLength": 5 }, "incorporation_date": { "type": "string", "_format": "date" }, "dissolution_date": { "type": "string", "_format": "date" }, "retrieved_at": { "type": "string", "_format": "date" }, "current_status": { "type": [ "string", "null" ] }, "company_type": { "type": [ "string", "null" ] }, "registry_url": { "type": [ "string", "null" ] }, "website": { "oneOf": [ { "type": "string", "minLength": 5 }, { "type": [ "array", "null" ], "items": { "type": "string", "minLength": 5 } } ] }, "telephone_number": { "type": "string", "minLength": 4 }, "fax_number": { "type": "string", "minLength": 4 }, "registered_address": { "$ref": "#/definitions/address" }, "headquarters_address": { "$ref": "#/definitions/address" }, "mailing_address": { "$ref": "#/definitions/address" }, "officers": { "type": "array", "items": { "$ref": "#/definitions/officer" } }, "share_parcels": { "type": "array", "items": { "$ref": "#/definitions/share-parcel" } }, "total_shares": { "$ref": "#/definitions/total-shares" }, "filings": { "type": "array", "items": { "$ref": "#/definitions/filing" } }, "identifiers": { "type": [ "array", "null" ], "items": { "$ref": "#/definitions/identifier" } }, "industry_codes": { "type": "array", "items": { "$ref": "#/definitions/industry-code" } }, "previous_names": { "type": "array", "items": { "$ref": "#/definitions/previous-name" } }, "alternative_names": { "type": "array", "items": { "$ref": "#/definitions/alternative-name" } }, "subsequent_registrations": { "type": "array", "items": { "$ref": "#/definitions/subsequent-registration-schema" } }, "alternate_registrations": { "type": "array", "items": { "$ref": "#/definitions/alternate-registration-schema" } }, "branch": { "type": [ "string", "null" ], "description": "A flag to denote whether a company is a branch entity. This should only be set if the company is a type of branch (otherwise should be null). In general the only option here is 'F' for a 'Foreign' branch, i.e. an out-of-jurisdiction entity that has registered as having a presence in the jurisdiction. In the US this is sometimes called a Foreign Corporation", "enum": [ "F", "L", null ] }, "all_attributes": { "type": "object", "description": "Other arbitrary attributes for a given company", "properties": { "jurisdiction_of_origin": { "type": [ "string", "null" ], "description": "The jurisdiction of the 'home' company if this is a branch", "minLength": 1 }, "home_company_number": { "type": [ "string", "null" ], "description": "If the entity is a 'branch', this is the company_number of the 'home' company in the home company's jurisdiction", "minLength": 1 }, "home_legal_name": { "type": [ "string", "null" ], "description": "The legal name of the 'home' company in its jurisdiction if this is a branch, and the name is different from the legal name of the branch", "minLength": 1 }, "registered_agent_address": { "type": [ "string", "null" ], "description": "The address of the 'Agent', a public address to which legal papers can be served", "minLength": 1 }, "registered_agent_name": { "type": [ "string", "null" ], "description": "The 'Agent' of the company \u2013 a person or entity that is empowered to accept service for the company", "minLength": 1 }, "number_of_employees": { "anyOf": [ { "type": "string", "minLength": 1 }, { "type": "number", "minimum": 0 } ], "description": "The number of employees" }, "merged_into": { "type": "object", "description": "Information on the merger of this company into a 'survivor' company", "properties": { "surviving_company": { "type": [ "object" ], "description": "the surviving_company that this has been merged into", "properties": { "name": { "type": "string", "description": "The legal name of the surviving company", "minLength": 1 }, "company_number": { "type": "string", "description": "The company_number of the surviving company, if known", "minLength": 1 }, "jurisdiction": { "type": "string", "description": "The jurisdiction of incorporation of the surviving company", "minLength": 2 } }, "anyOf": [ { "required": [ "name" ] }, { "required": [ "company_number" ] } ] }, "effective_date": { "type": "string", "_format": "date", "description": "The date of the merger" } }, "additionalProperties": false, "required": [ "surviving_company" ] } } } }, "additionalProperties": false, "required": [ "company_number", "name", "jurisdiction_code", "retrieved_at" ], "definitions": { "address": { "$schema": "http://json-schema.org/draft-04/schema#", "oneOf": [ { "type": [ "string", "null" ], "minLength": 2 }, { "name": "Address", "description": "An address object", "type": "object", "properties": { "street_address": { "type": "string" }, "locality": { "type": "string" }, "region": { "type": "string" }, "postal_code": { "type": "string" }, "country": { "type": "string" }, "country_code": { "description": "ISO 3166-2 code for country", "type": "string" } }, "anyOf": [ { "required": [ "street_address" ] }, { "required": [ "postal_code" ] }, { "required": [ "locality", "country" ] } ] } ] }, "officer": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "An officer (director, senior executive) of a company", "type": "object", "properties": { "name": { "type": "string", "minLength": 1, "not": { "pattern": "^[\\.\\,\\*\\\\\\-\\s\\{\\}\\(\\)]+$" } }, "start_date": { "anyOf": [ { "type": "string", "_format": "date" }, { "type": "null" } ] }, "end_date": { "anyOf": [ { "type": "string", "_format": "date" }, { "type": "null" } ] }, "position": { "type": "string" }, "uid": { "type": "string", "description": "a unique identifier given to the officership" }, "other_attributes": { "type": "object", "properties": { "date_of_birth": { "type": "string", "_format": "date" }, "nationality": { "type": "string" }, "person_uid": { "type": "string", "description": "a unique identifier given to the individual (as opposed to the officership)" }, "address": { "$ref": "#/definitions/address" }, "type": { "type": "string", "enum": [ "Person", "Company" ], "description": "The type of entity that is the officer (either 'Person' or 'Company')" } } } }, "required": [ "name" ] }, "share-parcel": { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "description": "A parcel of shares in a company", "properties": { "number_of_shares": { "description": "Number of shares, if known", "type": "integer" }, "percentage_of_shares": { "description": "Percentage of shares, if known", "type": "number", "maximum": 100, "minimum": 0 }, "percentage_of_shares_min": { "description": "Minimum percentage of shares (if for example a band of percentage is given)", "type": [ "number", "null" ], "maximum": 100, "minimum": 0 }, "percentage_of_shares_max": { "description": "Maximum percentage of shares (if for example a band of percentage is given)", "type": [ "number", "null" ], "maximum": 100, "minimum": 0 }, "voting_percentage": { "description": "Percentage of votes, if known", "type": "number", "maximum": 100, "minimum": 0 }, "voting_percentage_min": { "description": "Minimum percentage of votes (if for example a band of votes is given)", "type": [ "number", "null" ], "maximum": 100, "minimum": 0 }, "voting_percentage_max": { "description": "Maximum percentage of votes (if for example a band of votes is given)", "type": [ "number", "null" ], "maximum": 100, "minimum": 0 }, "share_class": { "description": "Share class or classes, if known", "type": "string" }, "start_date": { "type": "string", "_format": "date" }, "end_date": { "type": "string", "_format": "date" }, "sample_date": { "type": "string", "_format": "date" }, "shareholders": { "description": "Legal persons who own this share parcel", "type": "array", "minItems": 1, "items": { "type": "object", "name": "shareholder", "required": [ "name" ], "properties": { "name": { "description": "Name of natural person or company", "type": "string", "minLength": 1 }, "jurisdiction": { "description": "Jurisdiction of registration, if company", "type": "string" }, "company_number": { "description": "Company number, if company and known", "type": "string" }, "identifier": { "description": "Unique identifier of person", "type": "string" }, "type": { "description": "Type of person if known (company or natural person)", "enum": [ "Company", "Person" ] }, "address": { "description": "Address given for shareholder", "$ref": "#/definitions/address" }, "address_country": { "description": "Country part of owner's address (for example if address not given)", "type": "string" } } } } } }, "total-shares": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "The total number of shares a company has issued", "type": "object", "properties": { "number": { "type": "integer" }, "share_class": { "type": "string", "minLength": 1 } }, "required": [ "number" ] }, "filing": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "A statutory filing", "type": "object", "properties": { "title": { "type": "string" }, "date": { "type": "string", "_format": "date" }, "description": { "type": "string" }, "uid": { "type": "string" }, "url": { "type": "string" }, "filing_type_code": { "type": "string" }, "filing_type_name": { "type": "string" }, "other_attributes": { "type": "object" } }, "required": [ "date" ], "anyOf": [ { "required": [ "title" ] }, { "required": [ "description" ] }, { "required": [ "filing_type_name" ] } ] }, "identifier": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "An identifier for an entity (possibly other things, e.g. securities in the future). Examples are tax IDs, non-profit IDs, SEC CIK numbers, Federal Reserve RSSD id. The main requirements for an identifier is that they should be well-defined, and issued by a government or have statutory standing", "type": "object", "properties": { "uid": { "type": "string", "description": "The unique identifier given by the identifier system \u2013 it should be unique in the context of the identifier_system", "minLength": 1 }, "identifier_system_code": { "type": "string", "description": "An identifier representing the identifier scheme. Some examples of this are us_fein (US Federal tax number), us_sec_cik (US Securities and Exchange Commission CIK), uk_ew_cc (Charity Commission of England & Wales), lei (Global Legal Entity Identifier System)" } }, "required": [ "uid", "identifier_system_code" ] }, "industry-code": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "An industry code from a standard code list (e.g. NAICS 2007 or NACE 2). This schema is a sub-schema of Classification.", "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "code_scheme_id": { "type": "string", "description": "An identifier representing industry code scheme. At the moment these are eu_nace_2, uk_sic_2003, uk_sic_2007, us_naics_2002, us_naics_2007, be_nace_2008, dk_db_2007, nz_bic_2006, no_sic_2007, anz_sic_2006, nz_bic_2006, in_nic_2004_mca, ca_qc_cae, lu_nace_2. For other code schemes, or details of these, contact [email protected]" }, "start_date": { "type": "string", "_format": "date" }, "end_date": { "type": "string", "_format": "date" } }, "required": [ "code", "code_scheme_id" ] }, "previous-name": { "$schema": "http://json-schema.org/draft-04/schema#", "name": "PreviousName", "description": "A previous name of a company", "type": "object", "properties": { "company_name": { "type": "string", "minLength": 1 }, "con_date": { "type": "string", "_format": "date", "description": "The end (conversion) date of the name" }, "start_date": { "type": "string", "_format": "date" } }, "required": [ "company_name" ] }, "alternative-name": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "An alternative name of a company, e.g. abbreviation, trading (including dba or doing business as), legal. As well as trading names etc, it can be used for storing alternative language representations of the legal name, in which case the language should be represented as two-letter ISO-639 code", "type": "object", "properties": { "company_name": { "type": "string", "minLength": 1 }, "start_date": { "type": "string", "_format": "date" }, "end_date": { "type": "string", "_format": "date" }, "language": { "type": "string", "minLength": 2, "maxLength": 2 }, "type": { "type": "string", "enum": [ "trading", "abbreviation", "legal", "unknown", "alias" ] } }, "required": [ "company_name", "type" ] }, "subsequent-registration-schema": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "A representation of entity registration changing over time", "type": "object", "properties": { "data_type": { "enum": [ "subsequent-registration" ] }, "previous_entity": { "description": "the previous entity", "$ref": "#/definitions/entity" }, "subsequent_entity": { "description": "the subsequent entity", "$ref": "#/definitions/entity" }, "subsequent_registration_start_date": { "description": "date when subsequent registration started", "type": "string", "_format": "date" }, "previous_registration_end_date": { "description": "date when previous registration ended", "type": "string", "_format": "date" }, "publication_date": { "description": "the publication date of the filing/notice that gives details of the alternate registration", "type": "string", "_format": "date" }, "start_date": { "description": "date when subsequent registration was valid from", "type": "string", "_format": "date" }, "start_date_type": { "enum": [ "at", "before", "after" ] }, "sample_date": { "description": "date when subsequent registration was sampled", "type": "string", "_format": "date" }, "retrieved_at": { "description": "date when subsequent registration was retrieved", "type": "string", "_format": "date" }, "source_url": { "description": "URL of the source of the data (e.g. download URL), or if there is not persistent URL the page from which it can be found (e.g. search page)", "type": "string" }, "confidence": { "description": "Confidence in accuracy of data", "enum": [ "HIGH", "MEDIUM", "LOW" ] } }, "additionalProperties": false, "required": [ "data_type", "previous_entity", "subsequent_entity", "retrieved_at", "confidence" ], "anyOf": [ { "required": [ "start_date" ] }, { "required": [ "sample_date" ] } ] }, "entity": { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "entity_type", "entity_properties" ], "oneOf": [ { "properties": { "entity_type": { "enum": [ "company" ] }, "entity_properties": { "$ref": "#/definitions/company-for-nesting" } } }, { "properties": { "entity_type": { "enum": [ "person" ] }, "entity_properties": { "$ref": "#/definitions/person" } } }, { "properties": { "entity_type": { "enum": [ "organisation" ] }, "entity_properties": { "$ref": "#/definitions/organisation" } } }, { "properties": { "entity_type": { "enum": [ "unknown" ] }, "entity_properties": { "$ref": "#/definitions/unknown-entity-type" } } } ] }, "company-for-nesting": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "A company in OpenCorporates", "type": "object", "properties": { "company_number": { "type": "string", "description": "unique identifier given by the corporate register with which it is incorporated", "minLength": 1 }, "name": { "type": "string", "description": "Legal name of the company", "minLength": 1 }, "jurisdiction": { "type": "string", "description": "A free text field for the jurisdiction where the company is registered \u2013 this can be either the ISO 3166-2 code, the underscored version, or the standard name for the jurisdiction, e.g. France" }, "jurisdiction_code": { "type": "string", "description": "Code representing the jurisdiction/company register which is the canonical record of the company\u2019s existence. Uses underscored ISO 3166-2 to represent it, e.g. es for Spain, us_de for Delaware", "minLength": 2, "maxLength": 5 }, "incorporation_date": { "type": "string", "_format": "date" }, "dissolution_date": { "type": "string", "_format": "date" }, "retrieved_at": { "type": "string", "_format": "date" }, "current_status": { "type": [ "string", "null" ] }, "company_type": { "type": [ "string", "null" ] }, "registry_url": { "type": "string" }, "website": { "oneOf": [ { "type": "string", "minLength": 5 }, { "type": [ "array", "null" ], "items": { "type": "string", "minLength": 5 } } ] }, "telephone_number": { "type": "string", "minLength": 4 }, "fax_number": { "type": "string", "minLength": 4 }, "registered_address": { "$ref": "#/definitions/address" }, "headquarters_address": { "$ref": "#/definitions/address" }, "mailing_address": { "$ref": "#/definitions/address" }, "addresses": { "type": "array", "items": { "$ref": "#/definitions/address-with-type" } }, "officers": { "type": "array", "items": { "$ref": "#/definitions/officer" } }, "share_parcels": { "type": "array", "items": { "$ref": "#/definitions/share-parcel" } }, "total_shares": { "$ref": "#/definitions/total-shares" }, "filings": { "type": "array", "items": { "$ref": "#/definitions/filing" } }, "identifiers": { "type": "array", "items": { "$ref": "#/definitions/identifier" } }, "industry_codes": { "type": "array", "items": { "$ref": "#/definitions/industry-code" } }, "previous_names": { "type": "array", "items": { "$ref": "#/definitions/previous-name" } }, "alternative_names": { "type": "array", "items": { "$ref": "#/definitions/alternative-name" } }, "branch": { "type": [ "string", "null" ], "description": "A flag to denote whether a company is a branch entity. This should only be set if the company is a type of branch (otherwise should be null). In general the only option here is 'F' for a 'Foreign' branch, i.e. an out-of-jurisdiction entity that has registered as having a presence in the jurisdiction. In the US this is sometimes called a Foreign Corporation", "enum": [ "F", "L", null ] }, "all_attributes": { "type": "object", "description": "Other arbitrary attributes for a given company", "properties": { "jurisdiction_of_origin": { "type": [ "string", "null" ], "description": "The jurisdiction of the 'home' company if this is a branch", "minLength": 1 }, "home_company_number": { "type": [ "string", "null" ], "description": "If the entity is a 'branch', this is the company_number of the 'home' company in the home company's jurisdiction", "minLength": 1 }, "home_legal_name": { "type": [ "string", "null" ], "description": "The legal name of the 'home' company in its jurisdiction if this is a branch, and the name is different from the legal name of the branch", "minLength": 1 }, "registered_agent_address": { "type": [ "string", "null" ], "description": "The address of the 'Agent', a public address to which legal papers can be served", "minLength": 1 }, "registered_agent_name": { "type": [ "string", "null" ], "description": "The 'Agent' of the company \u2013 a person or entity that is empowered to accept service for the company", "minLength": 1 }, "number_of_employees": { "anyOf": [ { "type": "string", "minLength": 1 }, { "type": "number", "minimum": 0 } ], "description": "The number of employees" }, "merged_into": { "type": "object", "description": "Information on the merger of this company into a 'survivor' company", "properties": { "surviving_company": { "type": [ "object" ], "description": "the surviving_company that this has been merged into", "properties": { "name": { "type": "string", "description": "The legal name of the surviving company", "minLength": 1 }, "company_number": { "type": "string", "description": "The company_number of the surviving company, if known", "minLength": 1 }, "jurisdiction": { "type": "string", "description": "The jurisdiction of incorporation of the surviving company", "minLength": 2 } }, "anyOf": [ { "required": [ "name" ] }, { "required": [ "company_number" ] } ] }, "effective_date": { "description": "The date of the merger", "type": "string", "_format": "date" } }, "additionalProperties": false, "required": [ "surviving_company" ] } } } }, "additionalProperties": false, "anyOf": [ { "required": [ "name" ] }, { "required": [ "company_number" ] } ] }, "address-with-type": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "An address with a type", "type": "object", "properties": { "address": { "$ref": "#/definitions/address" }, "type": { "enum": [ "registered", "headquarters", "mailing", "trading", "unknown" ] } }, "additionalProperties": false, "required": [ "address", "type" ] }, "person": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "A person, for example, referenced in some other context, e.g. director of a company, shareholder, licence-holder, lobbyist. This should be used only if the person is the subject of the datum", "type": "object", "additionalProperties": false, "properties": { "name": { "$ref": "#/definitions/person-name" }, "jurisdiction": { "type": "string", "description": "Name of the jurisdiction in which the entity is based" }, "company": { "description": "Company the person is representing. NB If the licence holder is a company, and the individual is a just a contact, then use the company-schema for the entity. This is where the individual themselves are the subject entity (e.g. licence holder, disqualified director)", "$ref": "#/definitions/company-for-nesting" }, "relationship_with_company": { "enum": [ "employee", "director", "shareholder", null ] }, "website": { "oneOf": [ { "type": "string", "minLength": 5 }, { "type": [ "array", "null" ], "items": { "type": "string", "minLength": 5 } } ] }, "uid": { "description": "Unique id of the person. Note: the unique id is not expected to be globally unique, but only unique with reference to the source from which it is derived. No check is made for uniqueness", "type": "string", "minLength": 1 }, "telephone_number": { "type": "string", "minLength": 4 }, "fax_number": { "type": "string", "minLength": 4 }, "registered_address": { "description": "address for service (or address given in the context of legal requirement)", "$ref": "#/definitions/address" }, "headquarters_address": { "$ref": "#/definitions/address" }, "mailing_address": { "$ref": "#/definitions/address" }, "addresses": { "type": "array", "items": { "$ref": "#/definitions/address-with-type" } }, "industry_codes": { "type": "array", "items": { "$ref": "#/definitions/industry-code" } }, "alternative_names": { "type": "array", "items": { "$ref": "#/definitions/alternative-name" } }, "date_of_birth": { "anyOf": [ { "type": "string", "_format": "date" }, { "$ref": "#/definitions/date" } ] }, "nationality": { "description": "The person's nationality", "type": "string", "_format": "non-blank" }, "country_of_residence": { "description": "The normal country of residence for the person", "type": "string", "_format": "non-blank" }, "identifiers": { "type": [ "array", "null" ], "items": { "$ref": "#/definitions/identifier" } }, "other_attributes": { "description": "Use for other attributes for which we don't yet have curated schema attributes", "type": "object" } }, "required": [ "name" ] }, "person-name": { "$schema": "http://json-schema.org/draft-04/schema#", "oneOf": [ { "type": [ "string", "null" ], "_format": "non-blank" }, { "description": "The name of a person as an object", "type": "object", "properties": { "given_name": { "type": [ "string", "null" ], "_format": "non-blank", "description": "The given name(s) (often first name) of a person, as opposed to their family name. Following FOAF practice, this is preferred to first_name" }, "family_name": { "type": [ "string", "null" ], "_format": "non-blank", "description": "The family name (often last name) of a person, as opposed to their family name. Following FOAF practice, this is preferred to last_name" }, "first_name": { "type": [ "string", "null" ], "_format": "non-blank" }, "middle_name": { "type": [ "string", "null" ], "_format": "non-blank" }, "last_name": { "type": [ "string", "null" ], "_format": "non-blank" }, "title": { "type": [ "string", "null" ], "_format": "non-blank", "description": "Title such as Mr, Ms, Dr etc" }, "suffixes": { "type": [ "string", "null" ], "_format": "non-blank", "description": "Any suffixes, including degrees, honours (OBE), ordinals (John Smith Jr, Bill Jones II) etc" } } } ] }, "date": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "A parsed date object. This allows us to represent not just normal dates, but also partial dates too", "type": "object", "properties": { "year": { "type": "number", "description": "year part as YYYY" }, "month": { "type": "number", "description": "month part of date in numbers e.g. 11 for November, 4 for April" }, "day": { "type": [ "number", "null" ], "description": "day part of date in numbers" } }, "additionalProperties": false, "anyOf": [ { "required": [ "year", "month" ] }, { "required": [ "month", "day" ] } ] }, "organisation": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "An entity which is a distinct organisation, but is not a company nor an individual. Examples include governments and governmental entities (e.g. Multilateral Development Banks, Government Departments, municipalities, etc), and also membership organisations", "type": "object", "additionalProperties": false, "properties": { "name": { "type": "string", "description": "Name of the entity", "minLength": 1 }, "jurisdiction": { "type": "string", "description": "Name of the jurisdiction in which the entity is incorporated/domiciled (use global for global entities, e.g. UN)" }, "legal_form": { "type": "string", "description": "legal form of organisation, e.g. municipality, government department, trust, etc" }, "website": { "oneOf": [ { "type": "string", "minLength": 5 }, { "type": [ "array", "null" ], "items": { "type": "string", "minLength": 5 } } ] }, "telephone_number": { "type": "string", "minLength": 4 }, "fax_number": { "type": "string", "minLength": 4 }, "identifiers": { "type": [ "array", "null" ], "items": { "$ref": "#/definitions/identifier" } }, "registered_address": { "$ref": "#/definitions/address" }, "headquarters_address": { "$ref": "#/definitions/address" }, "mailing_address": { "$ref": "#/definitions/address" }, "addresses": { "type": "array", "items": { "$ref": "#/definitions/address-with-type" } }, "industry_codes": { "type": "array", "items": { "$ref": "#/definitions/industry-code" } }, "previous_names": { "type": "array", "items": { "$ref": "#/definitions/previous-name" } }, "alternative_names": { "type": "array", "items": { "$ref": "#/definitions/alternative-name" } }, "other_attributes": { "description": "Use for other attributes for which we don't yet have curated schema attributes", "type": "object" } }, "required": [ "name" ] }, "unknown-entity-type": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "An entity of unknown type - potentially a company, a person, government entity, or some unincorporated organisation", "additionalProperties": false, "type": "object", "properties": { "name": { "type": "string", "description": "Name of the entity", "minLength": 1 }, "jurisdiction": { "type": "string", "description": "Name of the jurisdiction in which the entity is incorporated/domiciled" }, "uid": { "description": "Unique id for the entity if it has one", "type": "string" }, "website": { "oneOf": [ { "type": "string", "minLength": 5 }, { "type": [ "array", "null" ], "items": { "type": "string", "minLength": 5 } } ] }, "telephone_number": { "type": "string", "minLength": 4 }, "fax_number": { "type": "string", "minLength": 4 }, "registered_address": { "$ref": "#/definitions/address" }, "headquarters_address": { "$ref": "#/definitions/address" }, "mailing_address": { "$ref": "#/definitions/address" }, "addresses": { "type": "array", "items": { "$ref": "#/definitions/address-with-type" } }, "identifiers": { "type": [ "array", "null" ], "items": { "$ref": "#/definitions/identifier" } }, "industry_codes": { "type": "array", "items": { "$ref": "#/definitions/industry-code" } }, "previous_names": { "type": "array", "items": { "$ref": "#/definitions/previous-name" } }, "alternative_names": { "type": "array", "items": { "$ref": "#/definitions/alternative-name" } }, "other_attributes": { "description": "Use for other attributes for which we don't yet have curated schema attributes", "type": "object" } }, "required": [ "name" ] }, "alternate-registration-schema": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "A representation of multiple registrations for the same entity", "type": "object", "properties": { "data_type": { "enum": [ "alternate-registration" ] }, "alternate_entities": { "description": "array of entities that are linked via alternate registrations", "type": "array", "items": { "$ref": "#/definitions/entity", "minLength": 2 } }, "alternate_registration_start_date": { "description": "date when alternate registration started", "type": "string", "_format": "date" }, "alternate_registration_end_date": { "description": "date when alternate registration ended", "type": "string", "_format": "date" }, "publication_date": { "description": "the publication date of the filing/notice that gives details of the alternate registration", "type": "string", "_format": "date" }, "start_date": { "description": "date when alternate registration was valid from", "type": "string", "_format": "date" }, "start_date_type": { "enum": [ "at", "before", "after" ] }, "sample_date": { "description": "date when alternate registration was sampled", "type": "string", "_format": "date" }, "retrieved_at": { "description": "date when alternate registration was retrieved", "type": "string", "_format": "date" }, "source_url": { "description": "URL of the source of the data (e.g. download URL), or if there is not persistent URL the page from which it can be found (e.g. search page)", "type": "string" }, "confidence": { "description": "Confidence in accuracy of data", "enum": [ "HIGH", "MEDIUM", "LOW" ] } }, "additionalProperties": false, "required": [ "data_type", "alternate_entities", "retrieved_at", "confidence" ], "anyOf": [ { "required": [ "start_date" ] }, { "required": [ "sample_date" ] } ] } } }
o65416
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base length of the triangle", "type": "number" }, "height": { "description": "The height of the triangle", "type": "number" }, "radius": { "description": "The radius of the circle", "type": "number" }, "side": { "description": "The length of the side for square/triangle", "type": "number" } }, "required": [ "radius", "side", "base", "height" ], "type": "object" }, "shape": { "description": "The type of geometric shape (e.g. circle, square, triangle)", "type": "string" } }, "required": [ "shape", "dimensions" ], "type": "object" }
calculate_area_44f84877
{ "$id": "https://json.schemastore.org/pyrseas-0.8.json", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "onePriv": { "oneOf": [ { "type": "string", "enum": [ "all", "insert", "delete", "select", "update", "truncate", "references", "trigger", "usage", "execute", "create" ] }, { "type": "object", "additionalProperties": false, "properties": { "all": { "additionalProperties": false, "properties": { "grantable": { "type": "boolean" } } } } }, { "type": "object", "additionalProperties": false, "properties": { "insert": { "additionalProperties": false, "properties": { "grantable": { "type": "boolean" } } } } }, { "type": "object", "additionalProperties": false, "properties": { "delete": { "additionalProperties": false, "properties": { "grantable": { "type": "boolean" } } } } }, { "type": "object", "additionalProperties": false, "properties": { "select": { "additionalProperties": false, "properties": { "grantable": { "type": "boolean" } } } } }, { "type": "object", "additionalProperties": false, "properties": { "update": { "additionalProperties": false, "properties": { "grantable": { "type": "boolean" } } } } }, { "type": "object", "additionalProperties": false, "properties": { "truncate": { "additionalProperties": false, "properties": { "grantable": { "type": "boolean" } } } } }, { "type": "object", "additionalProperties": false, "properties": { "references": { "additionalProperties": false, "properties": { "grantable": { "type": "boolean" } } } } }, { "type": "object", "additionalProperties": false, "properties": { "trigger": { "additionalProperties": false, "properties": { "grantable": { "type": "boolean" } } } } }, { "type": "object", "additionalProperties": false, "properties": { "usage": { "additionalProperties": false, "properties": { "grantable": { "type": "boolean" } } } } }, { "type": "object", "additionalProperties": false, "properties": { "execute": { "additionalProperties": false, "properties": { "grantable": { "type": "boolean" } } } } }, { "type": "object", "additionalProperties": false, "properties": { "create": { "additionalProperties": false, "properties": { "grantable": { "type": "boolean" } } } } } ] }, "privileges": { "type": "array", "items": { "type": "object", "additionalProperties": { "oneOf": [ { "type": "array", "items": { "$ref": "#/definitions/onePriv" } }, { "type": "object", "additionalProperties": false, "properties": { "grantor": { "type": "string" }, "privs": { "type": "array", "items": { "$ref": "#/definitions/onePriv" } } } } ] } } }, "db": { "type": "object", "additionalProperties": false, "patternProperties": { "^schema ": { "$ref": "#/definitions/schema" }, "^cast ": { "type": "object", "additionalProperties": false, "properties": { "context": { "type": "string" }, "method": { "type": "string" }, "description": { "type": "string" }, "function": { "type": "string" }, "depends_on": { "type": "array", "items": { "type": "string" } } } }, "^extension ": { "type": "object", "additionalProperties": false, "properties": { "description": { "type": "string" }, "owner": { "type": "string" }, "schema": { "type": "string" }, "version": { "type": "string" } } }, "^event trigger ": { "type": "object", "additionalProperties": false, "properties": { "description": { "type": "string" }, "enabled": { "type": "boolean" }, "event": { "type": "string" }, "procedure": { "type": "string" }, "tags": { "type": "array", "items": { "type": "string" } }, "owner": { "type": "string" } } }, "^foreign data wrapper ": { "type": "object", "additionalProperties": false, "properties": { "description": { "type": "string" }, "validator": { "type": "string" }, "options": { "type": "array", "items": { "type": "string" } }, "handler": { "type": "string" }, "owner": { "type": "string" }, "privileges": { "$ref": "#/definitions/privileges" } } }, "^language ": { "type": "object", "additionalProperties": false, "properties": { "description": { "type": "string" }, "trusted": { "type": "boolean" }, "owner": { "type": "string" }, "privileges": { "$ref": "#/definitions/privileges" } } } } }, "schema": { "type": "object", "additionalProperties": false, "patternProperties": { "^table ": { "type": "object", "additionalProperties": false, "properties": { "owner": { "type": "string" }, "description": { "type": "string" }, "columns": { "type": "array", "items": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": false, "properties": { "type": { "type": "string" }, "default": { "type": "string" }, "not_null": { "type": "boolean" }, "inherited": { "type": "boolean" }, "collation": { "type": "string" }, "statistics": { "type": "integer" }, "identity": { "type": "string", "enum": ["always", "by default"] }, "description": { "type": "string" } } } } }, "unique_constraints": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": false, "properties": { "columns": { "type": "array", "items": { "type": "string" } }, "description": { "type": "string" } } } }, "foreign_keys": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": false, "properties": { "columns": { "type": "array", "items": { "type": "string" } }, "on_delete": { "type": "string" }, "on_update": { "type": "string" }, "description": { "type": "string" }, "references": { "type": "object", "additionalProperties": false, "properties": { "columns": { "type": "array", "items": { "type": "string" } }, "schema": { "type": "string" }, "table": { "type": "string" } } } } } }, "check_constraints": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": false, "properties": { "columns": { "type": "array", "items": { "type": "string" } }, "expression": { "type": "string" }, "inherited": { "type": "boolean" }, "description": { "type": "string" } } } }, "primary_key": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": false, "properties": { "columns": { "type": "array", "items": { "type": "string" } }, "cluster": { "type": "boolean" } } } }, "indexes": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": false, "properties": { "keys": { "type": "array", "items": { "type": "string" } }, "access_method": { "type": "string" }, "unique": { "type": "boolean" }, "description": { "type": "string" } } } }, "triggers": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": false, "properties": { "events": { "type": "array", "items": { "type": "string" } }, "level": { "type": "string" }, "procedure": { "type": "string" }, "timing": { "type": "string" }, "description": { "type": "string" } } } }, "inherits": { "type": "array", "items": { "type": "string" } }, "unlogged": { "type": "boolean" }, "options": { "type": "array", "items": { "type": "string" } }, "partition_bound_spec": { "type": "string" }, "partition_by": { "type": "string" }, "partition_cols": { "type": "array", "items": { "type": "string" } }, "partition_exprs": { "type": "string" }, "tablespace": { "type": "string" }, "rules": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": false, "properties": { "actions": { "type": "string" }, "condition": { "type": "string" }, "event": { "type": "string" }, "instead": { "type": "boolean" }, "depends_on": { "type": "array", "items": { "type": "string" } }, "description": { "type": "string" } } } }, "privileges": { "$ref": "#/definitions/privileges" }, "depends_on": { "type": "array", "items": { "type": "string" } } } }, "^aggregate ": { "type": "object", "additionalProperties": false, "properties": { "owner": { "type": "string" }, "privileges": { "$ref": "#/definitions/privileges" }, "sfunc": { "type": "string" }, "stype": { "type": "string" }, "sspace": { "type": "integer" }, "finalfunc": { "type": "string" }, "finalfunc_extra": { "type": "boolean" }, "initcond": { "type": "string" }, "sortop": { "type": "string" }, "msfunc": { "type": "string" }, "minvfunc": { "type": "string" }, "mstype": { "type": "string" }, "msspace": { "type": "integer" }, "mfinalfunc": { "type": "string" }, "mfinalfunc_extra": { "type": "boolean" }, "minitcond": { "type": "string" }, "kind": { "type": "string" }, "combinefunc": { "type": "string" }, "serialfunc": { "type": "string" }, "deseriafunc": { "type": "string" }, "parallel": { "type": "string" }, "arguments": { "type": "string" } } }, "^domain ": { "type": "object", "additionalProperties": false, "properties": { "owner": { "type": "string" }, "type": { "type": "string" }, "not_null": { "type": "boolean" }, "default": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "check_constraints": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": false, "properties": { "expression": { "type": "string" }, "depends_on": { "type": "array", "items": { "type": "string" } } } } } } }, "^function ": { "type": "object", "additionalProperties": false, "properties": { "language": { "type": "string" }, "owner": { "type": "string" }, "privileges": { "$ref": "#/definitions/privileges" }, "returns": { "type": "string" }, "source": { "type": "string" }, "volatility": { "type": "string" }, "strict": { "type": "boolean" }, "security_definer": { "type": "boolean" }, "description": { "type": "string" }, "obj_file": { "type": "string" }, "link_symbol": { "type": "string" }, "configuration": { "type": "array", "items": { "type": "string" } }, "arguments": { "type": "string" }, "cost": { "type": "integer" }, "rows": { "type": "integer" }, "leakproof": { "type": "boolean" } } }, "^sequence ": { "type": "object", "additionalProperties": false, "properties": { "description": { "type": "string" }, "cache_value": { "type": "integer" }, "increment_by": { "type": "integer" }, "max_value": { "oneOf": [ { "type": "integer" }, { "type": "string", "const": "null" } ] }, "min_value": { "oneOf": [ { "type": "integer" }, { "type": "string", "const": "null" } ] }, "owner": { "type": "string" }, "start_value": { "type": "integer" }, "owner_table": { "type": "string" }, "owner_column": { "type": "string" }, "privileges": { "$ref": "#/definitions/privileges" }, "data_type": { "type": "string" } } }, "^type ": { "type": "object", "additionalProperties": false, "description": "5 types: Base Type, Composite, Enum, Domain, Range", "properties": { "labels": { "type": "array", "items": { "type": "string" } }, "owner": { "type": "string" }, "description": { "type": "string" }, "privileges": { "$ref": "#/definitions/privileges" }, "attributes": { "type": "array", "items": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": false, "properties": { "type": { "type": "string" }, "oldname": { "type": "string" } } } } }, "subtype": { "type": "string" }, "oldname": { "type": "string" }, "input": { "type": "string" }, "output": { "type": "string" }, "internallength": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "alignment": { "type": "string" }, "storage": { "type": "string" }, "category": { "type": "string" }, "subtype_diff": { "type": "string" }, "type": { "type": "string" }, "not_null": { "type": "boolean" }, "default": { "type": "string" }, "canonical": { "type": "string" }, "receive": { "type": "string" }, "send": { "type": "string" }, "typmod_in": { "type": "string" }, "typmod_out": { "type": "string" }, "analyze": { "type": "string" }, "delimiter": { "type": "string" }, "preferred": { "type": "boolean" } } }, "^view ": { "type": "object", "additionalProperties": false, "properties": { "definition": { "type": "string" }, "description": { "type": "string" }, "owner": { "type": "string" }, "depends_on": { "type": "array", "items": { "type": "string" } } } }, "^foreign table ": { "type": "object", "additionalProperties": false, "properties": { "owner": { "type": "string" }, "description": { "type": "string" }, "privileges": { "$ref": "#/definitions/privileges" }, "columns": { "type": "array", "items": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": false, "properties": { "type": { "type": "string" } } } } }, "server": { "type": "string" }, "options": { "type": "array", "items": { "type": "string" } } } }, "^collation ": { "type": "object", "additionalProperties": false, "properties": { "lc_collate": { "type": "string" }, "lc_ctype": { "type": "string" }, "owner": { "type": "string" }, "description": { "type": "string" } } } }, "properties": { "owner": { "type": "string" }, "description": { "type": "string" }, "privileges": { "$ref": "#/definitions/privileges" } } } }, "oneOf": [ { "$ref": "#/definitions/db" }, { "$ref": "#/definitions/schema" } ], "title": "JSON schema for Pyrseas yaml files" }
pyrseas-0
{ "properties": { "action": { "type": "string" }, "builtin": { "enum": [ "MODIFIABLE", "DELETABLE", "IMMUTABLE", "PARTITION_ALL" ], "readonly": true, "type": "object" }, "comment": { "type": "string" }, "description": { "readonly": true, "type": "string" }, "feature": { "enum": [ "WL", "WebLogging", "SP", "SurgeProtection", "LB", "LoadBalancing", "CS", "ContentSwitching", "CR", "CacheRedirection", "SC", "SureConnect", "CMP", "CMPcntl", "CompressionControl", "PQ", "PriorityQueuing", "HDOSP", "HttpDoSProtection", "SSLVPN", "AAA", "GSLB", "GlobalServerLoadBalancing", "SSL", "SSLOffload", "SSLOffloading", "CF", "ContentFiltering", "IC", "IntegratedCaching", "OSPF", "OSPFRouting", "RIP", "RIPRouting", "BGP", "BGPRouting", "REWRITE", "IPv6PT", "IPv6protocoltranslation", "AppFw", "ApplicationFirewall", "RESPONDER", "HTMLInjection", "push", "NSPush", "NetScalerPush", "AppFlow", "CloudBridge", "ISIS", "ISISRouting", "CH", "CallHome", "AppQoE", "ContentAccelerator", "SYSTEM", "RISE", "FEO", "LSN", "LargeScaleNAT", "RDPProxy", "Rep", "Reputation", "URLFiltering", "VideoOptimization", "ForwardProxy", "SSLInterception", "AdaptiveTCP", "CQA", "CI", "ContentInspection", "Bot" ], "readonly": true, "type": "string" }, "hits": { "readonly": true, "type": "integer" }, "isdefault": { "readonly": true, "type": "boolean" }, "logaction": { "type": "string" }, "name": { "type": "string" }, "newname": { "type": "string" }, "rule": { "type": "string" }, "undefaction": { "type": "string" }, "undefhits": { "readonly": true, "type": "integer" } }, "title": "rewritepolicy", "type": "object" }
o30871
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeSelector": { "description": "A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.", "properties": { "nodeSelectorTerms": { "description": "Required. A list of node selector terms. The terms are ORed.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeSelectorTerm" }, "type": "array" } }, "required": [ "nodeSelectorTerms" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeSelectorRequirement": { "description": "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "The label key that the selector applies to.", "type": "string" }, "operator": { "description": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.", "type": "string" }, "values": { "description": "An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeSelectorTerm": { "description": "A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.", "properties": { "matchExpressions": { "description": "A list of node selector requirements by node's labels.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeSelectorRequirement" }, "type": "array" }, "matchFields": { "description": "A list of node selector requirements by node's fields.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeSelectorRequirement" }, "type": "array" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PreferredSchedulingTerm": { "description": "An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).", "properties": { "preference": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeSelectorTerm", "description": "A node selector term, associated with the corresponding weight." }, "weight": { "_format": "int32", "description": "Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.", "type": "integer" } }, "required": [ "weight", "preference" ], "type": "object" } }, "description": "Node affinity is a group of node affinity scheduling rules.", "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "description": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PreferredSchedulingTerm" }, "type": [ "array", "null" ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeSelector", "description": "If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node." } }, "type": "object" }
kb_610_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Resource Model Schema", "description": "This is the schema for resource models for api-pls. For more, see https://github.com/jmeas/api-pls", "type": "object", "additionalProperties": false, "required": [ "name" ], "properties": { "name": { "type": "string" }, "plural_form": { "type": "string" }, "actions": { "type": "object", "additionalProperties": false, "properties": { "create": { "type": "boolean" }, "read_one": { "type": "boolean" }, "read_many": { "type": "boolean" }, "update": { "type": "boolean" }, "delete": { "type": "boolean" } } }, "pagination": { "oneOf": [ { "type": "object", "additionalProperties": false, "properties": { "default_page_size": { "type": "integer", "minimum": 1 }, "default_page_number": { "type": "integer", "minimum": 0 }, "enabled": { "type": "boolean" } } }, { "type": "boolean" } ] }, "attributes": { "type": "object", "patternProperties": { ".": { "oneOf": [ { "type": "string" }, { "type": "object", "additionalProperties": false, "properties": { "type": { "type": "string" }, "nullable": { "type": "boolean" }, "default": { "type": "string" } } } ] } } }, "meta": { "type": "object", "patternProperties": { ".": { "oneOf": [ { "type": "string" }, { "type": "object", "additionalProperties": false, "properties": { "type": { "type": "string" }, "nullable": { "type": "boolean" }, "default": { "type": "string" } } } ] } } }, "relationships": { "type": "object", "patternProperties": { ".": { "oneOf": [ { "type": "string", "enum": [ "many-to-one", "one-to-many", "one-to-one", "many-to-many" ] }, { "type": "object", "additionalProperties": false, "properties": { "resource": { "type": "string" }, "cardinality": { "type": "string", "enum": [ "many-to-one", "one-to-many", "one-to-one", "many-to-many" ] }, "host": { "type": "boolean" } } } ] } } }, "built_in_meta": { "type": "object", "additionalProperties": false, "properties": { "created_at": { "type": "boolean" }, "updated_at": { "type": "boolean" } } } } }
o50685
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "javaType": "com.ericsson.eiffel.semantics.events.EiffelAlertRaisedEvent", "extendsJavaClass": "com.ericsson.eiffel.semantics.events.Event", "properties": { "meta": { "type": "object", "javaType": "com.ericsson.eiffel.semantics.events.EiffelAlertRaisedEventMeta", "javaInterfaces": [ "com.ericsson.eiffel.semantics.events.Meta" ], "properties": { "id": { "type": "string", "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$" }, "type": { "type": "string", "enum": [ "EiffelAlertRaisedEvent" ] }, "version": { "type": "string", "enum": [ "1.0.0" ], "default": "1.0.0" }, "time": { "type": "integer", "format": "utc-millisec" }, "tags": { "type": "array", "items": { "type": "string" } }, "source": { "type": "object", "javaType": "com.ericsson.eiffel.semantics.events.Source", "properties": { "domainId": { "type": "string" }, "host": { "type": "string" }, "name": { "type": "string" }, "serializer": { "type": "object", "javaType": "com.ericsson.eiffel.semantics.events.Serializer", "properties": { "groupId": { "type": "string" }, "artifactId": { "type": "string" }, "version": { "type": "string" } }, "required": [ "groupId", "artifactId", "version" ], "additionalProperties": false }, "uri": { "type": "string" } }, "additionalProperties": false }, "security": { "type": "object", "javaType": "com.ericsson.eiffel.semantics.events.Security", "properties": { "sdm": { "type": "object", "javaType": "com.ericsson.eiffel.semantics.events.Sdm", "properties": { "authorIdentity": { "type": "string" }, "encryptedDigest": { "type": "string" } }, "required": [ "authorIdentity", "encryptedDigest" ], "additionalProperties": false } }, "additionalProperties": false } }, "required": [ "id", "type", "version", "time", "source" ], "additionalProperties": false }, "data": { "type": "object", "javaType": "com.ericsson.eiffel.semantics.events.EiffelAlertRaisedEventData", "properties": { "heading": { "type": "string" }, "body": { "type": "string" }, "uri": { "type": "string" }, "entity": { "type": "string" }, "severity": { "type": "string", "enum": [ "MINOR", "MAJOR", "CRITICAL", "BLOCKER", "CANCELED" ] }, "customData": { "type": "array", "items": { "type": "object", "javaType": "com.ericsson.eiffel.semantics.events.CustomData", "properties": { "key": { "type": "string" }, "value": { "anyOf": [ { "type": "object" }, { "type": "string" }, { "type": "array" }, { "type": "number" } ] } }, "required": [ "key", "value" ], "additionalProperties": false } } }, "required": [ "severity", "heading", "body" ], "additionalProperties": false }, "links": { "type": "array", "items": { "type": "object", "javaType": "com.ericsson.eiffel.semantics.events.Link", "properties": { "type": { "type": "string" }, "target": { "type": "string", "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$" } }, "required": [ "type", "target" ], "additionalProperties": false } } }, "required": [ "meta", "data", "links" ], "additonalProperties": false }
o89723
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "tag": { "anyOf": [ { "type": "object", "properties": { "tag_id": { "type": "string" }, "label": { "type": "string" } } }, { "type": "string", "enum": [ "green" ] } ] } } }
o69510
{ "description": "a payment transaction", "properties": { "sign": { "items": { "type": "string" }, "minItems": 1, "type": "array", "_uniqueItems": true }, "tx": { "properties": { "fee": { "exclusiveMinimum": 0, "type": "integer" }, "from": { "items": { "type": "string" }, "minItems": 1, "type": "array", "_uniqueItems": true }, "id": { "pattern": "^[0-9a-f]{64}$", "type": "string" }, "msg": { "maxLength": 254, "type": "string" }, "to": { "items": { "properties": { "address": { "type": "string" }, "amount": { "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "address", "amount" ], "type": "object" }, "minItems": 1, "type": "array" } }, "required": [ "id", "from", "to", "msg", "fee" ], "type": "object" } }, "required": [ "tx", "sign" ], "title": "Payment", "type": "object" }
o44462
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "#/", "type": "object", "description": "CDIF schema definitions for PayPal REST API", "paypal": { "payment": { "listPaymentArgs": { "type": "object", "properties": { "count": { "type": "integer", "maximum": 20, "minimum": 0 }, "start_id": { "type": "string" }, "start_index": { "type": "integer" }, "start_time": { "type": "string" }, "end_time": { "type": "string" }, "sort_by": { "type": "string", "enum": [ "create_time", "end_time" ] }, "sort_order": { "type": "string", "enum": [ "asc", "desc" ] } }, "additionalProperties": false }, "paymentList": { "type": "object", "properties": { "payments": { "type": "array", "items": { "oneOf": [ { "$ref": "#/paypal/definitions/payment" } ] } } } }, "executePaymentArgs": { "type": "object", "properties": { "payer_id": { "type": "string" }, "transactions": { "type": "array", "items": { "oneOf": [ { "$ref": "#/paypal/definitions/amount" } ] }, "additionalProperties": false } }, "required": [ "payer_id" ], "additionalProperties": false }, "transactions": { "type": "array", "items": { "oneOf": [ { "$ref": "#/paypal/definitions/transaction" } ] } }, "payer": { "$ref": "#/paypal/definitions/payer" }, "payment": { "$ref": "#/paypal/definitions/payment" }, "redirectUrls": { "$ref": "#/paypal/definitions/redirect_urls" } }, "payouts": { "senderBatchHeader": { "type": "object", "properties": { "sender_batch_id": { "type": "string" }, "email_subject": { "type": "string", "maxLength": 255 }, "recipient_type": { "type": "string", "enum": [ "EMAIL", "PHONE", "PAYPAL_ID" ] } } }, "payoutItems": { "$ref": "#/paypal/definitions/payout_item" }, "createPayoutResult": { "type": "object" }, "getStatusResult": { "type": "object" }, "getItemStatusResult": { "type": "object" }, "cancelItemResult": { "type": "object" } }, "clientConfig": { "type": "object", "properties": { "mode": { "type": "string", "enum": [ "sandbox", "live" ] }, "client_id": { "type": "string" }, "client_secret": { "type": "string" } }, "required": [ "mode", "client_id", "client_secret" ] }, "definitions": { "payment": { "type": "object", "properties": { "id": { "description": "ID of the created payment. Value generated by PayPal.", "type": "string" }, "intent": { "description": "Payment intent. Must be set to sale for immediate payment, authorize to authorize a payment for capture later, or order to create an order.", "type": "string", "enum": [ "sale", "authorize", "order" ] }, "payer": { "description": "Source of the funds for this payment represented by a PayPal account or a direct credit card.", "$ref": "#/paypal/definitions/payer" }, "create_time": { "description": "Payment creation time as defined in RFC 3339 Section 5.6. Value generated by PayPal.", "type": "string" }, "update_time": { "description": "Time that the resource was last updated. Value generated by PayPal.", "type": "string" }, "state": { "description": "Payment state. Must be one of the following: created; approved; failed; pending; canceled; or expired. Value generated by PayPal.", "type": "string", "enum": [ "created", "approved", "failed", "pending", "canceled", "expired" ] }, "redirect_urls": { "oneOf": [ { "$ref": "#/paypal/definitions/redirect_urls" } ] }, "transactions": { "description": "Transactional details including the amount and item details.", "type": "array", "items": { "oneOf": [ { "$ref": "#/paypal/definitions/transaction" } ] } }, "links": { "type": "array", "items": { "oneOf": [ { "$ref": "#/paypal/definitions/link" } ] } } }, "required": [ "intent", "id", "transactions", "payer" ] }, "payer": { "type": "object", "properties": { "payment_method": { "description": "Payment method used. Must be either credit_card or paypal.", "type": "string", "enum": [ "credit_card", "paypal" ] }, "funding_instruments": { "description": "A list of funding instruments for the current payment", "type": "array", "items": { "oneOf": [ { "$ref": "#/paypal/definitions/funding_instruments_credit_card" }, { "$ref": "#/paypal/definitions/funding_instruments_stored_credit_card" }, { "$ref": "#/paypal/definitions/funding_instruments_credit_card_token" } ] } }, "payer_info": { "$ref": "#/paypal/definitions/payer_info" }, "status": { "type": "string", "enum": [ "VERIFIED", "UNVERIFIED" ] } }, "required": [ "payment_method" ] }, "funding_instruments_credit_card": { "type": "object", "properties": { "id": { "description": "ID of the credit card. This ID is provided in the response when storing credit cards.", "type": "string" }, "payer_id": { "description": "A unique identifier that you can assign and track when storing a credit card or using a stored credit card. This ID can help to avoid unintentional use or misuse of credit cards. This ID can be any value you would like to associate with the saved card, such as a UUID, username, or email address.", "type": "string" }, "number": { "description": "Credit card number. Numeric characters only with no spaces or punctuation. The string must conform with modulo and length required by each credit card type.", "type": "string", "pattern": "^([\\d]+)$" }, "type": { "description": "Credit card type. Valid types are: visa, mastercard, discover, amex", "type": "string", "enum": [ "visa", "mastercard", "discover", "amex" ] }, "expire_month": { "description": "Expiration month with no leading zero. Acceptable values are 1 through 12.", "type": "number", "minimum": 0, "maximum": 12 }, "expire_year": { "description": "4-digit expiration year.", "type": "string", "pattern": "^([\\d]{4})$" }, "cvv2": { "description": "3-4 digit card validation code.", "type": "string", "pattern": "^([\\d]{3,4})$" }, "first_name": { "description": "Cardholder’s first name.", "type": "string" }, "last_name": { "description": "Cardholder’s last name.", "type": "string" }, "billing_address": { "$ref": "#/paypal/definitions/address" }, "external_customer_id": { "description": "A unique identifier of the customer to whom this bank account belongs. Generated and provided by the facilitator.", "type": "string" }, "merchant_id": { "description": "A user-provided, optional field that functions as a unique identifier for the merchant holding the card. Note that this has no relation to PayPal merchant id.", "type": "string" }, "external_card_id": { "description": "A unique identifier of the bank account resource. Generated and provided by the facilitator so it can be used to restrict the usage of the bank account to the specific merchant.", "type": "string" }, "create_time": { "description": "Resource creation time in ISO8601 date-time format ", "type": "string" }, "update_time": { "description": "Resource update time in ISO8601 date-time format", "type": "string" }, "state": { "description": "Cardholder’s last name.State of the credit card funding instrument: expired or ok. Value generated by PayPal.", "type": "string", "enum": [ "ok", "expired" ] }, "valid_until": { "description": "Funding instrument expiration date. Value generated by PayPal.", "type": "string" } }, "required": [ "number", "type", "expire_month", "expire_year" ] }, "funding_instruments_stored_credit_card": { "type": "object", "properties": { "id": { "description": "ID of the credit card. This ID is provided in the response when storing credit cards.", "type": "string" }, "payer_id": { "description": "A unique identifier that you can assign and track when storing a credit card or using a stored credit card. This ID can help to avoid unintentional use or misuse of credit cards. This ID can be any value you would like to associate with the saved card, such as a UUID, username, or email address.", "type": "string" }, "number": { "description": "Credit card number. Numeric characters only with no spaces or punctuation. The string must conform with modulo and length required by each credit card type.", "type": "string", "pattern": "^([\\d]+)$" }, "type": { "description": "Credit card type. Valid types are: visa, mastercard, discover, amex", "type": "string", "enum": [ "visa", "mastercard", "discover", "amex" ] }, "expire_month": { "description": "Expiration month with no leading zero. Acceptable values are 1 through 12.", "type": "number", "minimum": 0, "maximum": 12 }, "expire_year": { "description": "4-digit expiration year.", "type": "string", "pattern": "^([\\d]{4})$" }, "cvv2": { "description": "3-4 digit card validation code.", "type": "string", "pattern": "^([\\d]{3,4})$" }, "first_name": { "description": "Cardholder’s first name.", "type": "string" }, "last_name": { "description": "Cardholder’s last name.", "type": "string" }, "billing_address": { "$ref": "#/paypal/definitions/address" }, "external_customer_id": { "description": "A unique identifier of the customer to whom this bank account belongs. Generated and provided by the facilitator.", "type": "string" }, "merchant_id": { "description": "A user-provided, optional field that functions as a unique identifier for the merchant holding the card. Note that this has no relation to PayPal merchant id.", "type": "string" }, "external_card_id": { "description": "A unique identifier of the bank account resource. Generated and provided by the facilitator so it can be used to restrict the usage of the bank account to the specific merchant.", "type": "string" }, "create_time": { "description": "Resource creation time in ISO8601 date-time format ", "type": "string" }, "update_time": { "description": "Resource update time in ISO8601 date-time format", "type": "string" }, "state": { "description": "Cardholder’s last name.State of the credit card funding instrument: expired or ok. Value generated by PayPal.", "type": "string", "enum": [ "ok", "expired" ] }, "valid_until": { "description": "Funding instrument expiration date. Value generated by PayPal.", "type": "string" } }, "required": [ "id", "number", "type", "expire_month", "expire_year" ] }, "funding_instruments_credit_card_token": { "type": "object", "properties": { "credit_card_id": { "description": "ID of credit card previously stored using /vault/credit-card", "type": "string" }, "payer_id": { "description": "A unique identifier that you can assign and track when storing a credit card or using a stored credit card. This ID can help to avoid unintentional use or misuse of credit cards. This ID can be any value you would like to associate with the saved card, such as a UUID, username, or email address. Required when using a stored credit card if a payer_id was originally provided when storing the credit card in vault.", "type": "string" }, "last4": { "description": "Last four digits of the stored credit card number. Value generated by PayPal.", "type": "string" }, "type": { "description": "Credit card type. Valid types are: visa, mastercard, discover, amex. Values are presented in lowercase and not should not be used for display. Value generated by PayPal.", "type": "string", "enum": [ "visa", "mastercard", "discover", "amex" ] }, "expire_year": { "description": "4-digit expiration year. Value generated by PayPal.", "type": "number", "pattern": "^([\\d]{4})$" }, "expire_month": { "description": "Expiration month with no leading zero. Acceptable values are 1 through 12. Value generated by PayPal.", "type": "number", "minimum": 0, "maximum": 12 } }, "required": [ "credit_card_id" ] }, "payer_info": { "type": "object", "properties": { "email": { "description": "Email address representing the payer. 127 characters max.", "type": "string", "maxLength": 127 }, "salutation": { "type": "string" }, "first_name": { "description": "First name of the payer. Value generated by PayPal.", "type": "string" }, "middle_name": { "description": "Middle name of the payer. Value generated by PayPal.", "type": "string" }, "last_name": { "description": "Last name of the payer. Vaelue gnerated by PayPal.", "type": "string" }, "suffix": { "description": "Suffix of the payer", "type": "string" }, "payer_id": { "description": "PayPal assigned Payer ID. Vaelue gnerated by PayPal.", "type": "string" }, "phone": { "description": "Phone number representing the payer. 20 characters max.", "type": "string", "maxLength": 20 }, "country_code": { "description": "Two-letter registered country code of the payer to identify the buyer country.", "type": "string", "maxLength": 2 }, "shipping_address": { "$ref": "#/paypal/definitions/shipping_address" }, "tax_id_type": { "description": "Payer’s tax ID type. ", "type": "string", "enum": [ "BR_CPF", "BR_CNPJ" ] }, "tax_id": { "description": "Payer’s tax ID", "type": "string" } } }, "redirect_urls": { "type": "object", "properties": { "return_url": { "description": "The payer is redirected to this URL after approving the payment.", "type": "string", "format": "uri" }, "cancel_url": { "description": "The payer is redirected to this URL after canceling the payment.", "type": "string", "format": "uri" } }, "required": [ "return_url", "cancel_url" ] }, "transaction": { "type": "object", "properties": { "amount": { "$ref": "#/paypal/definitions/amount" }, "description": { "description": "Description of transaction. 127 characters max.", "type": "string", "maxLength": 127 }, "item_list": { "$ref": "#/paypal/definitions/item_list" }, "related_resources": { "description": "Financial transactions related to a payment.", "type": "array" }, "invoice_number": { "description": "Invoice number used to track the payment. Only supported when thepayment_method is set to paypal.", "type": "string", "maxLength": 256 }, "custom": { "description": "Free-form field for the use of clients. Only supported when thepayment_method is set to paypal.", "type": "string", "maxLength": 256 }, "soft_descriptor": { "description": "Soft descriptor used when charging this funding source. Only supported when thepayment_method is set to paypal.", "type": "string", "maxLength": 22 }, "payment_options": { "$ref": "#/paypal/definitions/payment_options" } }, "required": [ "amount" ] }, "link": { "type": "object", "properties": { "href": { "description": "URL of the related HATEOAS link you can use for subsequent calls.", "type": "string" }, "rel": { "description": "Link relation that describes how this link relates to the previous call. Examples include self (get details of the current call), parent_payment (get details of the parent payment), or a related call such as execute or refund.", "type": "string" }, "method": { "description": "The HTTP method required for the related call.", "type": "string" } }, "required": [ "href", "rel", "method" ] }, "amount": { "type": "object", "properties": { "currency": { "description": "3-letter currency code. PayPal does not support all currencies.", "type": "string", "minLength": 3, "maxLength": 3 }, "total": { "description": "Total amount charged from the payer to the payee. In case of a refund, this is the refunded amount to the original payer from the payee. 10 characters max with support for 2 decimal places.", "type": "string", "maxLength": 10 }, "details": { "type": "object", "properties": { "shipping": { "type": "string", "maxLength": 10 }, "subtotal": { "type": "string", "maxLength": 10 }, "tax": { "type": "string", "maxLength": 10 }, "handling_fee": { "type": "string" }, "insurance": { "type": "string" }, "shipping_discount": { "type": "string" } } } }, "required": [ "currency", "total" ] }, "payout_item": { "type": "array", "items": { "type": "object", "properties": { "recipient_type": { "type": "string", "enum": [ "EMAIL", "PHONE", "PAYPAL_ID" ] }, "amount": { "type": "object", "properties": { "currency": { "type": "string", "maxLength": 3 }, "value": { "type": "string" } }, "required": [ "currency", "value" ] }, "note": { "type": "string" }, "receiver": { "type": "string" }, "sender_item_id": { "type": "string" } }, "required": [ "amount", "receiver" ] } }, "shipping_address": { "type": "object", "properties": { "recipient_name": { "description": "Name of the recipient at this address. 50 characters max.", "type": "string", "maxLength": 50 }, "type": { "description": "Address type. Must be one of the following: residential, business, or mailbox.", "type": "string", "enum": [ "residential", "business", "mailbox" ] }, "line1": { "description": "Line 1 of the address (e.g., Number, street, etc). 100 characters max.", "type": "string", "maxLength": 100 }, "line2": { "description": "Line 2 of the address (e.g., Suite, apt #, etc). 100 characters max.", "type": "string", "maxLength": 100 }, "city": { "description": "City name. 50 characters max.", "type": "string", "maxLength": 50 }, "country_code": { "description": "2-letter country code. 2 characters max", "type": "string", "maxLength": 2, "minLength": 2 }, "postal_code": { "description": "Zip code or equivalent is usually required for countries that have them. 20 characters max.", "type": "string", "maxLength": 20 }, "state": { "description": "2-letter code for US states, and the equivalent for other countries. 100 characters max.", "type": "string", "maxLength": 100 }, "phone": { "description": "Phone number in E.123 format. 50 characters max.", "type": "string", "maxLength": 50 } }, "require": [ "recipient_name", "line1", "city", "country_code" ] }, "item_list": { "type": "object", "properties": { "items": { "type": "array", "items": { "oneOf": [ { "$ref": "#/paypal/definitions/item" } ] } }, "shipping_address": { "$ref": "#/paypal/definitions/shipping_address" } } }, "payment_options": { "type": "object", "properties": { "allowed_payment_method": { "type": "string", "enum": [ "INSTANT_FUNDING_SOURCE" ] } } }, "item": { "type": "object", "properties": { "quantity": { "description": "Number of a particular item. 10 characters max.", "type": "string", "maxLength": 10 }, "name": { "description": "Item name. 127 characters max.", "type": "string", "maxLength": 127 }, "price": { "description": "Item cost. 10 characters max.", "type": "string", "maxLength": 10 }, "currency": { "description": "3-letter currency code.", "type": "string", "maxLength": 3 }, "sku": { "description": "Stock keeping unit corresponding (SKU) to item. 50 characters max.", "type": "string", "maxLength": 50 }, "description": { "type": "string", "maxLength": 127 }, "tax": { "type": "string" } }, "required": [ "quantity", "name", "price", "currency" ] }, "address": { "type": "object", "properties": { "line1": { "description": "Line 1 of the address (e.g., Number, street, etc). 100 characters max", "type": "string", "maxLength": 100 }, "line2": { "description": "Line 2 of the address (e.g., Suite, apt #, etc). 100 characters max.", "type": "string", "maxLength": 100 }, "city": { "description": "City name. 50 characters max.", "type": "string", "maxLength": 50 }, "country_code": { "description": "2-letter country code. 2 characters max.", "type": "string", "maxLength": 2 }, "postal_code": { "description": "Zip code or equivalent is usually required for countries that have them. 20 characters max. Required in certain countries.", "type": "string", "maxLength": 20 }, "state": { "description": "2-letter code for US states, and the equivalent for other countries. 100 characters max.", "type": "string", "maxLength": 100 }, "phone": { "description": "Phone number in E.123 format.", "type": "string", "maxLength": 50 } }, "required": [ "line1", "city", "country_code" ] } } }, "properties": { "paypal.payment.listPaymentArgs": { "$ref": "#/paypal/payment/listPaymentArgs" }, "paypal.payment.paymentList": { "$ref": "#/paypal/payment/paymentList" }, "paypal.payment.executePaymentArgs": { "$ref": "#/paypal/payment/executePaymentArgs" }, "paypal.payment.transactions": { "$ref": "#/paypal/payment/transactions" }, "paypal.payment.payer": { "$ref": "#/paypal/payment/payer" }, "paypal.payment.payment": { "$ref": "#/paypal/payment/payment" }, "paypal.payment.redirectUrls": { "$ref": "#/paypal/payment/redirectUrls" }, "paypal.payouts.senderBatchHeader": { "$ref": "#/paypal/payouts/senderBatchHeader" }, "paypal.payouts.payoutItems": { "$ref": "#/paypal/payouts/payoutItems" }, "paypal.clientConfig": { "$ref": "#/paypal/clientConfig" }, "paypal.payment": { "$ref": "#/paypal/definitions/payment" }, "paypal.payer": { "$ref": "#/paypal/definitions/payer" }, "paypal.funding_instruments_credit_card": { "$ref": "#/paypal/definitions/funding_instruments_credit_card" }, "paypal.funding_instruments_stored_credit_card": { "$ref": "#/paypal/definitions/funding_instruments_stored_credit_card" }, "paypal.funding_instruments_credit_card_token": { "$ref": "#/paypal/definitions/funding_instruments_credit_card_token" }, "paypal.payer_info": { "$ref": "#/paypal/definitions/payer_info" }, "paypal.redirect_urls": { "$ref": "#/paypal/definitions/redirect_urls" }, "paypal.transaction": { "$ref": "#/paypal/definitions/transaction" }, "paypal.link": { "$ref": "#/paypal/definitions/link" }, "paypal.amount": { "$ref": "#/paypal/definitions/amount" }, "paypal.payout_item": { "$ref": "#/paypal/definitions/payout_item" }, "paypal.shipping_address": { "$ref": "#/paypal/definitions/shipping_address" }, "paypal.item_list": { "$ref": "#/paypal/definitions/item_list" }, "paypal.payment_options": { "$ref": "#/paypal/definitions/payment_options" }, "paypal.item": { "$ref": "#/paypal/definitions/item" }, "paypal.address": { "$ref": "#/paypal/definitions/address" } }, "required": [ "paypal.payment.listPaymentArgs", "paypal.payment.paymentList", "paypal.payment.executePaymentArgs", "paypal.payment.transactions", "paypal.payment.payer", "paypal.payment.payment", "paypal.payment.redirectUrls", "paypal.payouts.senderBatchHeader", "paypal.payouts.payoutItems", "paypal.clientConfig", "paypal.payment", "paypal.payer", "paypal.funding_instruments_credit_card", "paypal.funding_instruments_stored_credit_card", "paypal.funding_instruments_credit_card_token", "paypal.payer_info", "paypal.redirect_urls", "paypal.transaction", "paypal.link", "paypal.amount", "paypal.payout_item", "paypal.shipping_address", "paypal.item_list", "paypal.payment_options", "paypal.item", "paypal.address" ] }
o65975
{ "description": "AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.", "properties": { "name": { "description": "Name is the registered name of the CSI driver", "type": [ "string", "null" ] } }, "required": [ "name" ], "type": "object" }
kb_7_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { "TotalTimePlayed": { "type": "string" }, "TotalMatchesStarted": { "type": "integer" }, "TotalMatchesCompleted": { "type": "integer" }, "TotalMatchesWon": { "type": "integer" }, "TotalMatchesLost": { "type": "integer" }, "TotalLeaderPowersCast": { "type": "integer" } }, "required": [ "TotalTimePlayed", "TotalMatchesStarted", "TotalMatchesCompleted", "TotalMatchesWon", "TotalMatchesLost", "TotalLeaderPowersCast" ] } }
o43278
{ "id": "http://schemas.triniti.io/json-schema/gdbots/forms/field/sexual-orientation-field/1-0-0.json#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "_schema": { "type": "string", "pattern": "^pbj:([a-z0-9-]+):([a-z0-9\\.-]+):([a-z0-9-]+)?:([a-z0-9-]+):([0-9]+-[0-9]+-[0-9]+)$", "default": "pbj:gdbots:forms:field:sexual-orientation-field:1-0-0" }, "name": { "type": "string", "pattern": "^[a-zA-Z_]{1}[\\w-]*$", "description": "A unique identifier (within the form) for the field. This value is not shown to the user and should NOT change once set.", "pbj": { "type": "string", "rule": "single" } }, "maps_to": { "type": "string", "default": "cf", "pattern": "^[a-zA-Z_]{1}\\w*$", "description": "The name of the schema field the answer will map to. By default this will go to the \"cf\" field which is a \"dynamic-field\" list containing all answers filled out on the form (ref \"gdbots:forms:mixin:send-submission\").", "pbj": { "type": "string", "rule": "single" } }, "label": { "type": "string", "minLength": 0, "maxLength": 255, "description": "The main text for the question/field.", "pbj": { "type": "string", "rule": "single" } }, "placeholder": { "type": "string", "minLength": 0, "maxLength": 255, "pbj": { "type": "string", "rule": "single" } }, "description": { "type": "string", "minLength": 0, "maxLength": 65535, "description": "A short description to better explain this field.", "pbj": { "type": "text", "rule": "single" } }, "is_required": { "type": "boolean", "pbj": { "type": "boolean", "rule": "single" } }, "link_text": { "type": "string", "minLength": 0, "maxLength": 255, "description": "The text that will replace the token \"{link}\" within the label or description.", "pbj": { "type": "string", "rule": "single" } }, "link_url": { "type": "string", "pattern": "^(https?:\\/\\/)?([\\da-z\\.-]+)\\.([a-z\\.]{2,6})([\\/\\w \\.-]*)*\\/?$", "description": "The URL to use for the replaced token \"{link}\" within the label or description.", "pbj": { "type": "string", "rule": "single", "format": "url" } }, "pii_impact": { "type": "string", "enum": [ "unknown", "high", "moderate", "low" ], "pbj": { "type": "string-enum", "rule": "single" } } }, "required": [ "_schema", "name" ], "additionalProperties": false }
o82351
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "content-type": "application/x-www-form-urlencoded", "endpoint": "/token", "id": "http://localhost:3000/schemas/token-refresh-token-grant-request.json#", "method": "POST", "properties": { "grant_type": { "description": "Must be set to refresh_token.", "enum": [ "refresh_token" ], "type": "string" }, "refresh_token": { "description": "The refresh token issued to the client.", "type": "string" }, "scope": { "description": "Optional requested scope values for the new access token. Must not include any scope values not originally granted by the resource owner, and if omitted is treated as equal to the originally granted scope.", "type": "string" } }, "required": [ "grant_type" ], "title": "Token refresh token grant request", "type": "object" }
o20487
{ "properties": { "check_in_date": { "description": "The check-in date for the hotel", "type": "string" }, "check_out_date": { "description": "The check-out date for the hotel", "type": "string" }, "destination": { "description": "The destination to search for hotels", "type": "string" }, "price_range": { "description": "The price range for the hotel", "type": "string" } }, "required": [ "destination", "check_in_date", "check_out_date" ], "type": "object" }
search_hotels_174e5c12
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://mcda.drugis.org/betaDistribution.json#", "title": "MCDA beta distribution for the performance table entry of absolute data", "type": "object", "required": [ "type", "parameters" ], "additionalProperties": false, "properties": { "type": { "type": "string", "enum": [ "dbeta" ] }, "parameters": { "type": "object", "additionalProperties": false, "required": [ "alpha", "beta" ], "properties": { "alpha": { "type": "number" }, "beta": { "type": "number" } } }, "input": { "required": [ "events", "sampleSize" ], "additionalProperties": false, "properties": { "events": { "type": "number" }, "sampleSize": { "type": "number" } } } } }
o37085
{ "description": "IDRange provides a min/max of an allowed range of IDs.", "properties": { "max": { "description": "max is the end of the range, inclusive.", "format": "int64", "type": [ "integer", "null" ] }, "min": { "description": "min is the start of the range, inclusive.", "format": "int64", "type": [ "integer", "null" ] } }, "required": [ "min", "max" ], "type": "object" }
kb_432_Normalized
{ "properties": { "company": { "description": "The name of the company", "type": "string" }, "date_range": { "properties": { "end_date": { "description": "The end date for analysis in YYYY-MM-DD format", "type": "string" }, "start_date": { "description": "The start date for analysis in YYYY-MM-DD format", "type": "string" } }, "required": [ "start_date", "end_date" ], "type": "object" } }, "required": [ "company", "date_range" ], "type": "object" }
analyze_stock_market_8b93e3e7
{ "properties": { "client_name": { "description": "The name of the client", "type": "string" }, "services": { "description": "The services provided in the invoice", "items": { "properties": { "name": { "description": "The name of the service", "type": "string" }, "price": { "description": "The price of the service", "type": "number" }, "quantity": { "description": "The quantity of the service", "type": "integer" } }, "required": [ "name", "quantity", "price" ], "type": "object" }, "type": "array" } }, "required": [ "client_name", "services" ], "type": "object" }
generate_invoice_a03c471c
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://drafts.opds.io/schema/feed-metadata.schema.json", "title": "OPDS Metadata", "type": "object", "properties": { "identifier": { "type": "string", "format": "uri" }, "@type": { "type": "string", "format": "uri" }, "title": { "type": [ "string", "array", "object" ] }, "subtitle": { "type": [ "string", "array", "object" ] }, "modified": { "type": "string", "format": "date-time" }, "description": { "type": "string" }, "itemsPerPage": { "type": "integer", "exclusiveMinimum": 0 }, "currentPage": { "type": "integer", "exclusiveMinimum": 0 }, "numberOfItems": { "type": "integer", "minimum": 0 } }, "required": [ "title" ] }
o38438
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "title": "Esquema de validaci\u00f3n para par\u00e1metros de getPackageList.", "description": "Este esquema contiene los datos que se reciben como par\u00e1metro de entrada para el m\u00e9todo getPackageList.", "properties": { "order_field": { "type": "string", "enum": [ "PRICE", "DEPARTURE_DATE" ], "title": "Campo que marcar\u00e1 orden de resultados.", "description": "Atributo de paquete por el cual se establecer\u00e1 el orden de los resultados." }, "order_type": { "type": "string", "enum": [ "ASC", "DESC" ], "title": "Criterio de orden de resultados", "description": "Criterio de orden de resultados ascendente o descendente." }, "currency": { "type": "string", "enum": [ "EUR", "USD", "ARS" ], "title": "Tipo de cambio de paquetes.", "description": "Especifica el tipo de cambio que tendr\u00e1n los paquetes retornadoss por el getPackageList." }, "origin_place": { "type": "array", "title": "Lugares de salida de los paquetes.", "items": { "type": "string", "minLength": 2, "maxLength": 4, "title": "IATA de los lugares de salida de los paquetes." } }, "destination_place": { "type": "array", "title": "Destinos de los paquetes.", "items": { "type": "string", "minLength": 2, "maxLength": 4, "title": "IATA de los destinos de los paquetes." } }, "month_departure": { "type": "integer", "minimum": 0, "maximum": 12, "title": "Mes de salida.", "description": "Mes en el cual el pasajeros desean salir." }, "year_departure": { "type": "integer", "title": "A\u00f1o de salida.", "description": "Junto con month_departure forman el mes en que el pasajeros desean salir." }, "Room": { "type": "array", "title": "Habitaci\u00f3n.", "description": " .", "items": { "adult": { "type": "integer", "minimum": 1, "maximum": 8, "title": "Adultos de la habitaci\u00f3n.", "description": "Cantidad de adultos que ocupan la habitaci\u00f3n." }, "Children": { "type": "array", "title": "Ni\u00f1os de la habitaci\u00f3n.", "description": " .", "items": { "type": "object", "title": "Un ni\u00f1o de la habitaci\u00f3n.", "description": " .", "properties": { "age": { "type": "integer", "minimum": 0, "maximum": 18, "title": "Edad del ni\u00f1o." } } } } }, "required": [ "adult", "Children" ] } }, "required": [ "order_type", "order_field", "currency", "origin_place", "destination_place", "month_departure", "year_departure", "Room" ] }
o82259
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "pets": { "type": "object", "properties": { "amount": { "type": "integer" } }, "required": [ "amount" ] } }, "properties": { "pets": { "$ref": "#/definitions/pets" } }, "required": [ "pets" ] }
o41590
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authorization_v1beta1_NonResourceAttributes": { "description": "NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface", "properties": { "path": { "description": "Path is the URL path of the request", "type": "string" }, "verb": { "description": "Verb is the standard HTTP verb", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authorization_v1beta1_ResourceAttributes": { "description": "ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface", "properties": { "group": { "description": "Group is the API Group of the Resource. \"*\" means all.", "type": "string" }, "name": { "description": "Name is the name of the resource being requested for a \"get\" or deleted for a \"delete\". \"\" (empty) means all.", "type": "string" }, "namespace": { "description": "Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces \"\" (empty) is defaulted for LocalSubjectAccessReviews \"\" (empty) is empty for cluster-scoped resources \"\" (empty) means \"all\" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview", "type": "string" }, "resource": { "description": "Resource is one of the existing resource types. \"*\" means all.", "type": "string" }, "subresource": { "description": "Subresource is one of the existing resource types. \"\" means none.", "type": "string" }, "verb": { "description": "Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. \"*\" means all.", "type": "string" }, "version": { "description": "Version is the API Version of the Resource. \"*\" means all.", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authorization_v1beta1_SubjectAccessReviewSpec": { "description": "SubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set", "properties": { "extra": { "additionalProperties": { "items": { "type": "string" }, "type": "array" }, "description": "Extra corresponds to the user.Info.GetExtra() method from the authenticator. Since that is input to the authorizer it needs a reflection here.", "type": "object" }, "group": { "description": "Groups is the groups you're testing for.", "items": { "type": "string" }, "type": "array" }, "nonResourceAttributes": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authorization_v1beta1_NonResourceAttributes", "description": "NonResourceAttributes describes information for a non-resource access request" }, "resourceAttributes": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authorization_v1beta1_ResourceAttributes", "description": "ResourceAuthorizationAttributes describes information for a resource access request" }, "uid": { "description": "UID information about the requesting user.", "type": "string" }, "user": { "description": "User is the user you're testing for. If you specify \"User\" but not \"Group\", then is it interpreted as \"What if User were not a member of any groups", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authorization_v1beta1_SubjectAccessReviewStatus": { "description": "SubjectAccessReviewStatus", "properties": { "allowed": { "description": "Allowed is required. True if the action would be allowed, false otherwise.", "type": "boolean" }, "denied": { "description": "Denied is optional. True if the action would be denied, otherwise false. If both allowed is false and denied is false, then the authorizer has no opinion on whether to authorize the action. Denied may not be true if Allowed is true.", "type": "boolean" }, "evaluationError": { "description": "EvaluationError is an indication that some error occurred during the authorization check. It is entirely possible to get an error and be able to continue determine authorization status in spite of it. For instance, RBAC can be missing a role, but enough roles are still present and bound to reason about the request.", "type": "string" }, "reason": { "description": "Reason is optional. It indicates why a request was allowed or denied.", "type": "string" } }, "required": [ "allowed" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1": { "description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff", "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry": { "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", "properties": { "apiVersion": { "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", "type": "string" }, "fieldsType": { "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"", "type": "string" }, "fieldsV1": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1", "description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type." }, "manager": { "description": "Manager is an identifier of the workflow managing these fields.", "type": "string" }, "operation": { "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", "type": "string" }, "time": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta": { "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations", "type": "object" }, "clusterName": { "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.", "type": "string" }, "creationTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "deletionGracePeriodSeconds": { "_format": "int64", "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.", "type": "integer" }, "deletionTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "finalizers": { "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.", "items": { "type": "string" }, "type": "array", "x-kubernetes-patch-strategy": "merge" }, "generateName": { "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency", "type": "string" }, "generation": { "_format": "int64", "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.", "type": "integer" }, "labels": { "additionalProperties": { "type": "string" }, "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels", "type": "object" }, "managedFields": { "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry" }, "type": "array" }, "name": { "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "namespace": { "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces", "type": "string" }, "ownerReferences": { "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference" }, "type": "array", "x-kubernetes-patch-merge-key": "uid", "x-kubernetes-patch-strategy": "merge" }, "resourceVersion": { "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", "type": "string" }, "uid": { "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference": { "description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "blockOwnerDeletion": { "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.", "type": "boolean" }, "controller": { "description": "If true, this reference points to the managing controller.", "type": "boolean" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "uid": { "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "required": [ "apiVersion", "kind", "name", "uid" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": { "_format": "date-time", "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "type": "string" } }, "description": "SubjectAccessReview checks whether or not a user or group can perform an action.", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", "enum": [ "authorization.k8s.io/v1beta1" ], "type": [ "string", "null" ] }, "kind": { "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "enum": [ "SubjectAccessReview" ], "type": [ "string", "null" ] }, "metadata": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta" }, "spec": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authorization_v1beta1_SubjectAccessReviewSpec", "description": "Spec holds information about the request being evaluated" }, "status": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authorization_v1beta1_SubjectAccessReviewStatus", "description": "Status is filled in by the server and indicates whether the request is allowed or not" } }, "required": [ "spec" ], "type": "object", "x-kubernetes-group-version-kind": [ { "group": "authorization.k8s.io", "kind": "SubjectAccessReview", "version": "v1beta1" } ] }
kb_1042_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "outputItem": { "type": "object", "properties": { "valid": { "type": "boolean" }, "keywordLocation": { "type": "string" }, "absoluteKeywordLocation": { "type": "string", "format": "uri" }, "instanceLocation": { "type": "string" }, "annotations": { "type": "array", "items": { "$ref": "#/definitions/outputItem" } }, "errors": { "type": "array", "items": { "$ref": "#/definitions/outputItem" } } } } }, "type": "array", "items": { "type": "object", "required": [ "description", "schema", "tests" ], "properties": { "description": { "type": "string" }, "schema": {}, "tests": { "type": "array", "items": { "type": "object", "required": [ "description", "data", "valid" ], "properties": { "description": { "type": "string" }, "data": {}, "valid": { "type": "boolean" }, "output": { "type": "object", "properties": { "basic": { "$ref": "#/definitions/outputItem" }, "detailed": { "$ref": "#/definitions/outputItem" }, "verbose": { "$ref": "#/definitions/outputItem" } }, "required": [ "basic", "detailed", "verbose" ] } }, "additionalProperties": false }, "minItems": 1 } }, "additionalProperties": false, "minItems": 1 } }
o83086
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_FlowDistinguisherMethod": { "description": "FlowDistinguisherMethod specifies the method of a flow distinguisher.", "properties": { "type": { "description": "`type` is the type of flow distinguisher method The supported types are \"ByUser\" and \"ByNamespace\". Required.", "type": "string" } }, "required": [ "type" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_GroupSubject": { "description": "GroupSubject holds detailed information for group-kind subject.", "properties": { "name": { "description": "name is the user group that matches, or \"*\" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_NonResourcePolicyRule": { "description": "NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.", "properties": { "nonResourceURLs": { "description": "`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:\n - \"/healthz\" is legal\n - \"/hea*\" is illegal\n - \"/hea\" is legal but matches nothing\n - \"/hea/*\" also matches nothing\n - \"/healthz/*\" matches all per-component health checks.\n\"*\" matches all non-resource urls. if it is present, it must be the only entry. Required.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "set" }, "verbs": { "description": "`verbs` is a list of matching verbs and may not be empty. \"*\" matches all verbs. If it is present, it must be the only entry. Required.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "set" } }, "required": [ "verbs", "nonResourceURLs" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_PolicyRulesWithSubjects": { "description": "PolicyRulesWithSubjects prescribes a test that applies to a request to an apiserver. The test considers the subject making the request, the verb being requested, and the resource to be acted upon. This PolicyRulesWithSubjects matches a request if and only if both (a) at least one member of subjects matches the request and (b) at least one member of resourceRules or nonResourceRules matches the request.", "properties": { "nonResourceRules": { "description": "`nonResourceRules` is a list of NonResourcePolicyRules that identify matching requests according to their verb and the target non-resource URL.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_NonResourcePolicyRule" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "resourceRules": { "description": "`resourceRules` is a slice of ResourcePolicyRules that identify matching requests according to their verb and the target resource. At least one of `resourceRules` and `nonResourceRules` has to be non-empty.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_ResourcePolicyRule" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "subjects": { "description": "subjects is the list of normal user, serviceaccount, or group that this rule cares about. There must be at least one member in this slice. A slice that includes both the system:authenticated and system:unauthenticated user groups matches every request. Required.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_Subject" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "subjects" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_PriorityLevelConfigurationReference": { "description": "PriorityLevelConfigurationReference contains information that points to the \"request-priority\" being used.", "properties": { "name": { "description": "`name` is the name of the priority level configuration being referenced Required.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_ResourcePolicyRule": { "description": "ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) least one member of namespaces matches the request.", "properties": { "apiGroups": { "description": "`apiGroups` is a list of matching API groups and may not be empty. \"*\" matches all API groups and, if present, must be the only entry. Required.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "set" }, "clusterScope": { "description": "`clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.", "type": "boolean" }, "namespaces": { "description": "`namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains \"*\". Note that \"*\" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "set" }, "resources": { "description": "`resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ \"services\", \"nodes/status\" ]. This list may not be empty. \"*\" matches all resources and, if present, must be the only entry. Required.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "set" }, "verbs": { "description": "`verbs` is a list of matching verbs and may not be empty. \"*\" matches all verbs and, if present, must be the only entry. Required.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "set" } }, "required": [ "verbs", "apiGroups", "resources" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_ServiceAccountSubject": { "description": "ServiceAccountSubject holds detailed information for service-account-kind subject.", "properties": { "name": { "description": "`name` is the name of matching ServiceAccount objects, or \"*\" to match regardless of name. Required.", "type": "string" }, "namespace": { "description": "`namespace` is the namespace of matching ServiceAccount objects. Required.", "type": "string" } }, "required": [ "namespace", "name" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_Subject": { "description": "Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.", "properties": { "group": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_GroupSubject" }, "kind": { "description": "Required", "type": "string" }, "serviceAccount": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_ServiceAccountSubject" }, "user": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_UserSubject" } }, "required": [ "kind" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "kind", "fields-to-discriminateBy": { "group": "Group", "serviceAccount": "ServiceAccount", "user": "User" } } ] }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_UserSubject": { "description": "UserSubject holds detailed information for user-kind subject.", "properties": { "name": { "description": "`name` is the username that matches, or \"*\" to match all usernames. Required.", "type": "string" } }, "required": [ "name" ], "type": "object" } }, "description": "FlowSchemaSpec describes how the FlowSchema's specification looks like.", "properties": { "distinguisherMethod": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_FlowDistinguisherMethod", "description": "`distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string." }, "matchingPrecedence": { "description": "`matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.", "format": "int32", "type": [ "integer", "null" ] }, "priorityLevelConfiguration": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_PriorityLevelConfigurationReference", "description": "`priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required." }, "rules": { "description": "`rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_PolicyRulesWithSubjects" }, "type": [ "array", "null" ], "x-kubernetes-list-type": "atomic" } }, "required": [ "priorityLevelConfiguration" ], "type": "object" }
kb_368_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "h": { "title": "Height", "description": "Image Height", "type": "number" }, "w": { "title": "Width", "description": "Image Width", "type": "number" }, "id": { "title": "ID", "description": "Image ID", "type": "string" }, "p": { "title": "Image name", "description": "Image name", "type": "string" }, "u": { "title": "Image path", "description": "Image path", "type": "string" } } }
o26992
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "User set", "type": "array", "items": { "title": "User", "type": "object", "properties": { "apiVersion": { "enum": [ "v1beta1", "v1.0", "v1" ] }, "kind": { "enum": [ "User", "user" ], "readOnly": true }, "metadata": { "type": "object", "properties": { "name": { "type": "string", "minLength": 3, "maxLength": 30 }, "createdOn": { "type": "string", "readOnly": true }, "modifiedOn": { "type": "string", "readOnly": true }, "ref": { "type": "string", "readOnly": true, "minLength": 3, "maxLength": 24 } }, "required": [ "name" ] }, "spec": { "type": "object", "properties": { "credentials": { "type": "object", "properties": { "username": { "type": "string", "readOnly": true, "minLength": 3, "maxLength": 30 }, "secret": { "type": "string", "writeOnly": true } }, "required": [ "username", "secret" ] } }, "required": [ "credentials" ] } }, "required": [ "apiVersion", "kind", "spec", "metadata" ] } }
o68603
{ "id": "https://raw.githubusercontent.com/InfinniPlatform/InfinniPlatform/master/Files/Schema/auth.json", "$schema": "http://json-schema.org/draft-04/schema#", "title": "auth", "description": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0435\u0433\u043e \u043f\u0440\u043e\u0432\u0430\u0439\u0434\u0435\u0440\u0430 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438.", "type": "object", "properties": { "UserCacheTimeout": { "description": "\u0422\u0430\u0439\u043c\u0430\u0443\u0442 \u0441\u0431\u0440\u043e\u0441\u0430 \u043a\u044d\u0448\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0432 \u043c\u0438\u043d\u0443\u0442\u0430\u0445.", "type": "integer", "default": 30, "minimum": 1 }, "CookieDomain": { "description": "The domain name where the cookie is served.", "type": "string" } }, "required": [ "UserCacheTimeout" ] }
o7386
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_CrossVersionObjectReference": { "description": "CrossVersionObjectReference contains enough information to let you identify the referred resource.", "properties": { "apiVersion": { "description": "API version of the referent", "type": "string" }, "kind": { "description": "Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds\"", "type": "string" }, "name": { "description": "Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" } }, "required": [ "kind", "name" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_MetricIdentifier": { "description": "MetricIdentifier defines the name and optionally selector for a metric", "properties": { "name": { "description": "name is the name of the given metric", "type": "string" }, "selector": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector", "description": "selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics." } }, "required": [ "name" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_MetricTarget": { "description": "MetricTarget defines the target value, average value, or average utilization of a specific metric", "properties": { "averageUtilization": { "_format": "int32", "description": "averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type", "type": "integer" }, "averageValue": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity", "description": "averageValue is the target value of the average of the metric across all relevant pods (as a quantity)" }, "type": { "description": "type represents whether the metric type is Utilization, Value, or AverageValue", "type": "string" }, "value": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity", "description": "value is the target value of the metric (as a quantity)." } }, "required": [ "type" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelectorRequirement" }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelectorRequirement": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string", "x-kubernetes-patch-merge-key": "key", "x-kubernetes-patch-strategy": "merge" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ], "type": "object" } }, "description": "ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).", "properties": { "describedObject": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_CrossVersionObjectReference" }, "metric": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_MetricIdentifier", "description": "metric identifies the target metric by name and selector" }, "target": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_MetricTarget", "description": "target specifies the target value for the given metric" } }, "required": [ "describedObject", "target", "metric" ], "type": "object" }
kb_648_Normalized
{ "properties": { "dimensions": { "description": "The dimensions of the shape", "properties": { "length": { "description": "The length of the shape", "type": "number" }, "radius": { "description": "The radius of the shape", "type": "number" }, "width": { "description": "The width of the shape", "type": "number" } }, "required": [ "length", "width", "radius" ], "type": "object" }, "shape": { "description": "The shape (e.g. square, rectangle, circle)", "type": "string" } }, "required": [ "shape", "dimensions" ], "type": "object" }
calculate_area_79fd9cb1
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1": { "description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff", "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry": { "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", "properties": { "apiVersion": { "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", "type": "string" }, "fieldsType": { "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"", "type": "string" }, "fieldsV1": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1", "description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type." }, "manager": { "description": "Manager is an identifier of the workflow managing these fields.", "type": "string" }, "operation": { "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", "type": "string" }, "time": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta": { "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations", "type": "object" }, "clusterName": { "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.", "type": "string" }, "creationTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "deletionGracePeriodSeconds": { "_format": "int64", "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.", "type": "integer" }, "deletionTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "finalizers": { "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.", "items": { "type": "string" }, "type": "array", "x-kubernetes-patch-strategy": "merge" }, "generateName": { "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency", "type": "string" }, "generation": { "_format": "int64", "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.", "type": "integer" }, "labels": { "additionalProperties": { "type": "string" }, "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels", "type": "object" }, "managedFields": { "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry" }, "type": "array" }, "name": { "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "namespace": { "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces", "type": "string" }, "ownerReferences": { "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference" }, "type": "array", "x-kubernetes-patch-merge-key": "uid", "x-kubernetes-patch-strategy": "merge" }, "resourceVersion": { "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", "type": "string" }, "uid": { "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference": { "description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "blockOwnerDeletion": { "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.", "type": "boolean" }, "controller": { "description": "If true, this reference points to the managing controller.", "type": "boolean" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "uid": { "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "required": [ "apiVersion", "kind", "name", "uid" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": { "_format": "date-time", "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "type": "string" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_runtime_RawExtension": { "description": "RawExtension is used to hold extensions in external versions.\n\nTo use this, make a field which has RawExtension as its type in your external, versioned struct, and Object in your internal struct. You also need to register your various plugin types.\n\n// Internal package: type MyAPIObject struct {\n\truntime.TypeMeta `json:\",inline\"`\n\tMyPlugin runtime.Object `json:\"myPlugin\"`\n} type PluginA struct {\n\tAOption string `json:\"aOption\"`\n}\n\n// External package: type MyAPIObject struct {\n\truntime.TypeMeta `json:\",inline\"`\n\tMyPlugin runtime.RawExtension `json:\"myPlugin\"`\n} type PluginA struct {\n\tAOption string `json:\"aOption\"`\n}\n\n// On the wire, the JSON will look something like this: {\n\t\"kind\":\"MyAPIObject\",\n\t\"apiVersion\":\"v1\",\n\t\"myPlugin\": {\n\t\t\"kind\":\"PluginA\",\n\t\t\"aOption\":\"foo\",\n\t},\n}\n\nSo what happens? Decode first uses json or yaml to unmarshal the serialized data into your external MyAPIObject. That causes the raw JSON to be stored, but not unpacked. The next step is to copy (using pkg/conversion) into the internal struct. The runtime package's DefaultScheme has conversion functions installed which will unpack the JSON stored in RawExtension, turning it into the correct object type, and storing it in the Object. (TODO: In the case where the object is of an unknown type, a runtime.Unknown object will be created and stored.)", "type": "object" } }, "description": "ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", "enum": [ "apps/v1" ], "type": [ "string", "null" ] }, "data": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_runtime_RawExtension", "description": "Data is the serialized representation of the state." }, "kind": { "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "enum": [ "ControllerRevision" ], "type": [ "string", "null" ] }, "metadata": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "revision": { "description": "Revision indicates the revision of the state represented by Data.", "format": "int64", "type": [ "integer", "null" ] } }, "required": [ "revision" ], "type": "object", "x-kubernetes-group-version-kind": [ { "group": "apps", "kind": "ControllerRevision", "version": "v1" } ] }
kb_135_Normalized
{ "type": "object", "$schema": "http://json-schema.org/draft-04/schema", "properties": { "operators": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "name": { "type": "string" } }, "required": [ "id", "name" ] } }, "logs": { "type": "array", "items": { "type": "object", "properties": { "description": { "type": "string" }, "key": { "type": "string" }, "maximum_merge_delay": { "type": "number", "minimum": 0 }, "operated_by": { "type": "array", "description": "List of log operators", "items": { "type": "number", "description": "Operator numeric id" } }, "url": { "type": "string" }, "final_sth": { "type": "object", "properties": { "tree_size": { "type": "number", "minimum": 0 }, "timestamp": { "type": "number", "minimum": 0 }, "sha256_root_hash": { "type": "string" }, "tree_head_signature": { "type": "string" } } }, "disqualified_at": { "type": "number", "minimum": 0 }, "dns_api_endpoint": { "type": "string", "description": "DNS API endpoint for the log" } }, "required": [ "description", "key", "maximum_merge_delay", "operated_by", "url" ] }, "minItems": 1 } }, "required": [ "logs", "operators" ] }
o80326
{ "description": "Minimum required output for a server configuration object", "properties": { "host": { "description": "Host name, IPv4 or IPv6 address of the server", "type": "string" }, "port": { "description": "Port on the server to connect to", "maximum": 65535, "minimum": 0, "type": "integer" }, "ssl": { "description": "Whether or not SSL should be used for the connection", "type": "boolean" }, "tls": { "description": "Whether or not TLS should be used for the connection", "type": "boolean" } }, "required": [ "host", "port" ], "title": "com.xcitestudios.schema.Network.Server.Configuration.ServerConfiguration", "type": "object" }
o89712
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "definitions": { "IDType": { "pattern": "^\\d{10}$", "type": "string" }, "ISO8601-Date": { "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" }, "ISO8601-Timestamp": { "pattern": "\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}(:\\d{2})?(([+-]\\d{2}(:\\d{2})?)|Z)", "type": "string" }, "LISAManagerReferenceNumberType": { "pattern": "^Z\\d{6}$", "type": "string" }, "chargeReasonCodeType": { "enum": [ "over-lisa-limit", "outside-age-range", "chargeable-withdrawal" ], "type": "string" }, "complianceReasonType": { "enum": [ "house-purchase", "over-sixty", "chargeable", "terminal-illness", "death" ], "type": "string" }, "financialPeriodType": { "properties": { "endDate": { "$ref": "#/definitions/ISO8601-Date" }, "startDate": { "$ref": "#/definitions/ISO8601-Date" } }, "type": "object" }, "lisaTransactionTypeType": { "enum": [ "deposit", "withdrawal", "HTBtransfer", "LISAtransfer", "bonusClaim", "chargeMade" ], "type": "string" }, "supersedeReasonCodeType": { "enum": [ "error-correction", "TBD" ], "type": "string" }, "transactionTypeType": { "enum": [ "bonus", "charge" ], "type": "string" } }, "properties": { "LISAManagerReferenceNumber": { "$ref": "#/definitions/LISAManagerReferenceNumberType" }, "_links": { "type": "object" }, "accountID": { "$ref": "#/definitions/IDType" }, "amount": { "type": "number" }, "chargeDueTo": { "properties": { "_links": { "type": "object" }, "causingLISATransactionID": { "$ref": "#/definitions/IDType" }, "chargeReasonCode": { "$ref": "#/definitions/chargeReasonCodeType" }, "chargeReasontext": { "type": "string" } }, "required": [ "chargeReasonCode", "chargeReasonText", "causingLISATransactionID" ], "type": "object" }, "complianceReason": { "$ref": "#/definitions/complianceReasonType" }, "dateSubmitted": { "$ref": "#/definitions/ISO8601-Timestamp" }, "financialPeriod": { "$ref": "#/definitions/financialPeriodType" }, "incurredCharge": { "properties": { "_links": { "type": "object" }, "chargeLISATransactionID": { "$ref": "#/definitions/IDType" } }, "required": [ "chargeLISATransactionID" ], "type": "object" }, "lisaTransactionID": { "$ref": "#/definitions/IDType" }, "supersedesTransaction": { "properties": { "_links": { "type": "object" }, "supersedeReasonCode": { "$ref": "#/definitions/supersedeReasonCodeType" }, "supersedeReasonText": { "type": "string" }, "supersededLISATransactionID": { "$ref": "#/definitions/IDType" } }, "required": [ "supersededLISATransactionID", "supersedeReasonCode", "supersedeReasonText" ], "type": "object" }, "transactionType": { "$ref": "#/definitions/lisaTransactionTypeType" }, "transferFromLISA": { "properties": { "LISAManagerReferenceNumber": { "$ref": "#/definitions/LISAManagerReferenceNumberType" }, "_links": { "type": "object" }, "accountID": { "$ref": "#/definitions/IDType" }, "transferDate": { "$ref": "#/definitions/ISO8601-Date" } }, "required": [ "LISAManagerReferenceNumber", "accountID", "transferDate" ], "type": "object" } }, "required": [ "lisaTransactionID", "accountID", "LISAManagerReferenceNumber", "amount", "transactionType", "dateSubmitted", "financialPeriod" ], "type": "object" }
o70378
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { "supportedGameModes": { "type": "array", "items": { "type": "string" } }, "name": { "type": "string" }, "description": { "type": "string" }, "rarityType": { "type": "string" }, "rarity": { "type": "string" }, "isMythic": { "type": "boolean" }, "isCertification": { "type": "boolean" }, "isWearable": { "type": "boolean" }, "hideIfNotAcquired": { "type": "boolean" }, "useType": { "type": "string" }, "largeImageUrl": { "type": "string" }, "categoryName": { "type": "string" }, "internalCategoryName": { "type": "string" }, "subcategoryName": { "type": "string" }, "internalSubcategoryName": { "type": "string" }, "subcategoryOrder": { "type": "integer" }, "sellPrice": { "type": "integer" }, "levelRequirement": { "type": "integer" }, "certificationRequisitionId": { "type": [ "string", "null" ] }, "id": { "type": "string" }, "contentId": { "type": "string" } }, "required": [ "supportedGameModes", "name", "description", "rarityType", "rarity", "isMythic", "isCertification", "isWearable", "hideIfNotAcquired", "useType", "largeImageUrl", "categoryName", "internalCategoryName", "subcategoryName", "internalSubcategoryName", "subcategoryOrder", "sellPrice", "levelRequirement", "certificationRequisitionId", "id", "contentId" ] }
o43210
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "title": "PR Preview Config", "description": "Config file for PR Preview.", "properties": { "type": { "definition": "The spec processor used to render this spec.", "enum": [ "bikeshed", "Bikeshed", "BikeShed", "respec", "Respec", "ReSpec", "wattsi", "Wattsi", "html", "HTML" ] }, "src_file": { "definition": "Relative path to the source file from the root of the repository", "type": "string", "minLength": 1 }, "params": { "definition": "parameters for the spec processor", "type": "object", "additionalProperties": { "anyOf": [ { "type": "string" }, { "type": "number" }, { "type": "boolean" }, { "type": "null" } ] } }, "post_processing": { "definition": "Set a post processor.", "type": "object", "properties": { "name": { "definition": "Name of the post-processor", "enum": [ "emu-algify", "webidl-grammar" ] }, "options": { "definition": "Options object for the post-processor", "type": "object", "additionalProperties": true } }, "required": [ "name" ] }, "multipage": { "definition": "Whether the rendered spec is multipage.", "type": "boolean" } }, "additionalProperties": true, "required": [ "src_file", "type" ] }
o81649
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "Models.SGV": { "id": "Models.SGV", "type": "object", "description": "export interface Timestamped { }", "properties": { "date": { "description": "Epoch", "type": "number" }, "dateString": { "description": "dateString, prefer ISO `8601`", "type": "string" }, "sgv": { "description": "The glucose reading", "type": "string" }, "trend": { "description": "Enum of direction", "type": "number" }, "direction": { "description": "Direction of glucose reported by Dexcom.", "type": "string" }, "noise": { "description": "Noise level at time of reading.", "type": "number" } }, "required": [ "date", "dateString", "sgv", "direction" ], "additionalProperties": false }, "Models.Timestamped": { "id": "Models.Timestamped", "type": "object", "properties": { "date": { "type": "number" }, "dateString": { "description": "dateString, prefer ISO `8601`", "type": "string" } }, "required": [ "date", "dateString" ], "additionalProperties": false }, "Models.Entry": { "id": "Models.Entry", "type": "object", "properties": { "sgv": { "type": "string" }, "direction": { "type": "string" } }, "required": [ "sgv", "direction" ], "additionalProperties": false } }, "properties": { "Models.SGV": { "$ref": "#/definitions/Models.SGV" }, "Models.Timestamped": { "$ref": "#/definitions/Models.Timestamped" }, "Models.Entry": { "$ref": "#/definitions/Models.Entry" } }, "required": [ "Models.SGV", "Models.Timestamped", "Models.Entry" ] }
o26201
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_MicroTime": { "_format": "date-time", "description": "MicroTime is version of Time with microsecond level precision.", "type": "string" } }, "description": "EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.", "properties": { "count": { "description": "Number of occurrences in this series up to the last heartbeat time", "format": "int32", "type": [ "integer", "null" ] }, "lastObservedTime": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_MicroTime", "description": "Time of the last occurrence observed" }, "state": { "description": "State of this Series: Ongoing or Finished Deprecated. Planned removal for 1.18", "type": [ "string", "null" ] } }, "type": "object" }
kb_331_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "description": "An index of available Open Badge lists", "properties": { "badgeindex": { "description": "Container for a set of badge lists.", "items": { "additionalProperties": false, "description": "Container for the data needed to describe a badge list.", "properties": { "loc": { "_format": "uri", "description": "The location URI of a badge list.", "type": "string" } }, "required": [ "loc" ], "title": "Badge List", "type": "object" }, "minItems": 1, "type": "array", "_uniqueItems": true } }, "required": [ "badgeindex" ], "title": "Badge List", "type": "object" }
o21868
{ "properties": { "customer_name": { "description": "The name of the customer", "type": "string" }, "items": { "description": "The items in the invoice", "items": { "properties": { "price": { "description": "The price of the product", "type": "number" }, "product_name": { "description": "The name of the product", "type": "string" }, "quantity": { "description": "The quantity of the product", "type": "integer" } }, "required": [ "product_name", "quantity", "price" ], "type": "object" }, "type": "array" } }, "required": [ "customer_name", "items" ], "type": "object" }
create_invoice_e6d4c384
{ "properties": { "base": { "description": "The base of the triangle (required for triangle)", "type": "number" }, "height": { "description": "The height of the triangle (required for triangle)", "type": "number" }, "length": { "description": "The length of the rectangle (required for rectangle)", "type": "number" }, "radius": { "description": "The radius of the circle (required for circle)", "type": "number" }, "shape": { "description": "The geometric shape for which to calculate the area", "enum": [ "circle", "rectangle", "triangle" ], "type": "string" }, "width": { "description": "The width of the rectangle (required for rectangle)", "type": "number" } }, "required": [ "shape" ], "type": "object" }
calculate_area_7a7eb9fa
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Person", "description": "A person from the miniapp", "type": "object", "properties": { "id": { "type": "integer", "description": "Unique person ID" }, "first_name": { "type": "string" }, "last_name": { "type": "string" }, "login": { "type": "string" } } }
o89197