json_schema stringlengths 43 1.28M | unique_id stringlengths 2 41 |
|---|---|
{
"properties": {
"destination": {
"description": "The destination address",
"type": "string"
},
"dimensions": {
"properties": {
"height": {
"description": "The height of the package in inches",
"type": "number"
},
"length": {
"descri... | calculate_shipping_cost_8b4abc63 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"title": "Schema of Net",
"type": "object",
"required": [
"vars",
"params",
"blocks"
],
"properties": {
"vars": {
"description": "A dictionary that its keys are name of variables and its valus are ... | o63687 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"calendar": {
"type": "object",
"description": "",
"properties": {
"parameter": {
"type": "string",
"description": "Th... | o52956 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "subelement",
"description": "A subelement element",
"type": "object",
"properties": {
"content": {
"description": "the content",
"type": "string"
},
"children": {
"descriptio... | o62755 |
{
"definitions": {
"FlexibleStat": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
},
"type": {
"type": "string"
},
... | o5467 |
{
"properties": {
"dimensions": {
"description": "The dimensions required to calculate the area",
"properties": {
"base": {
"description": "The base of a triangle",
"type": "number"
},
"height": {
"description": "The height of a triangle",
... | calculate_area_e2165fa4 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "User Token Claim Schema",
"description": "Defines the claims provided to autenticate a user with a JWT.",
"type": "object",
"additionalProperties": true,
"oneOf": [
{
"required": [
"user"
... | o72205 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"userId": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
"role": {
"type": "string",
"enum": [
"admin",
"ed... | o9943 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1beta1_PolicyRule": {
"description": "PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.",
... | kb_864_Normalized |
{
"additionalProperties": false,
"items": {
"additionalProperties": false,
"properties": {
"brand": {
"type": "string"
},
"description": {
"type": "string"
},
"id": {
"pattern": "^[\\d]+$"... | o12069 |
{
"additionalProperties": false,
"description": "Webhook payload describing an alert coming from RDB Loader",
"properties": {
"application": {
"description": "Application's name and version",
"maxLength": 64,
"type": "string"
},
"base": {
... | sp_226_Normalized |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ConfigMapEnvSource": {
"description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-val... | kb_316_Normalized |
{
"properties": {
"check_in_date": {
"description": "The check-in date",
"format": "date",
"type": "string"
},
"check_out_date": {
"description": "The check-out date",
"format": "date",
"type": "string"
},
"location": {
"description": "The location where h... | find_hotels_32ddac6b |
{
"properties": {
"dimensions": {
"description": "The dimensions of the shape",
"properties": {
"base": {
"description": "The base length of the triangle",
"type": "number"
},
"height": {
"description": "The height of the triangle",
"type... | calculate_area_a587f24b |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"required": [
"config",
"inputs"
],
"type": "object",
"properties": {
"inputs": {
"required": [
"api_key"
],
"type": "object",
"properties": {
... | o41227 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the triangle",
"type": "number"
},
"height": {
"description": "The height of the triangle",
"type": "number"
},
"length": {
"descr... | calculate_area_ac47ca69 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"id": "https://raw.githubusercontent.com/develohpanda/LoadTestSchemas/master/testperiodconfig.schema.json",
"title": "JSON Schema for defining the test periods",
"type": "array",
"additionalProperties": false,
"items": {
"title": "Te... | o35937 |
{
"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 ... | kb_29_Normalized |
{
"properties": {
"end_time": {
"description": "The end time of the event",
"format": "date-time",
"type": "string"
},
"event_title": {
"description": "The title of the event",
"type": "string"
},
"location": {
"description": "The location of the event",
"... | create_calendar_event_8a2d858d |
{
"description": "volumeDevice describes a mapping of a raw block device within a container.",
"properties": {
"devicePath": {
"description": "devicePath is the path inside of the container that the device will be mapped to.",
"type": [
"string",
"... | kb_1125_Normalized |
{
"definitions": {
"company": {
"definitions": {
"address": {
"description": "\u4f4f\u6240",
"example": "\u6771\u4eac\u90fd\u6e2f\u533a\u516d\u672c\u6728x-y-z",
"maxLength": 190,
"type": [
... | o77403 |
{
"title": "Hardware Inventory Information",
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"minProperties": 1
} | o8461 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_auditregistration_v1alpha1_AuditSinkSpec": {
"description": "AuditSinkSpec holds the spec for the audit sink",
"properties": {
"policy": {
"$ref": "#/definitions... | kb_43_Normalized |
{
"properties": {
"config": {
"properties": {
"endpoints": {
"items": {
"description": "Name of the method config yaml(json) file",
"examples": [
"hello.yaml"
]... | o83291 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"properties": {
"category": {
"description": "Category of licence",
"enum": [
"Financial",
"Business"
],
"type": "string"
},
... | o65476 |
{
"additionalProperties": false,
"properties": {
"description": {
"type": "string"
},
"framework": {
"default": false,
"description": "True if this package installs a new Mesos framework.",
"type": "boolean"
},
"images": {
... | o49536 |
{
"additionalProperties": false,
"definitions": {
"config": {
"additionalProperties": false,
"id": "#/definitions/config",
"properties": {
"external": {
"properties": {
"name": {
"... | o80248 |
{
"id": "http://prebid.org/pbs_request.json",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "schema for a Prebid Server request",
"type": "object",
"required": [
"account_id",
"ad_units"
],
"properties": {
"account_id": {
"type": "st... | o31351 |
{
"properties": {
"all": {
"type": "boolean"
},
"destip": {
"readonly": true,
"type": "string"
},
"destport": {
"readonly": true,
"type": "integer"
},
"groupname": {
"type": "string"
... | o29942 |
{
"properties": {
"person1": {
"properties": {
"birth_date": {
"description": "The birth date of person 1",
"type": "string"
},
"name": {
"description": "The name of person 1",
"type": "string"
}
},
"type": "object"
},
... | calculate_age_difference_fe7b5ecc |
{
"additionalProperties": true,
"description": "Schema for an Optimizely visitor_dimension context",
"properties": {
"id": {
"type": [
"string",
"null"
]
},
"value": {
"type": [
"string",
... | sp_159_Normalized |
{
"additionalProperties": false,
"description": "Schema for Iglu related errors which could be during validation or schema lookup",
"properties": {
"failure": {
"description": "List of failure messages caused by Iglu subsystem",
"items": {
"anyOf": [
... | sp_334_Normalized |
{
"default": {},
"definitions": {
"nonNegativeInteger": {
"minimum": 0,
"type": "integer"
},
"nonNegativeIntegerDefault0": {
"allOf": [
{
"$ref": "#/definitions/nonNegativeInteger"
},
... | o53084 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://github.com/B-Stefan/Sofia/blob/master/common-schemas/Project.json",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"repositoryUrl": {
"type": "string"
}
},
... | o2058 |
{
"id": "http://schemas.gdbots.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... | o42580 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"required": [
"name",
"package_name",
"package_version"
],
"properties": {
"name": {
"type": "string"
... | o65914 |
{
"properties": {
"dimensions": {
"properties": {
"length": {
"description": "The length of the rectangle",
"type": "number"
},
"radius": {
"description": "The radius of the circle",
"type": "number"
},
"width": {
"des... | calculate_area_e0544781 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_LoadBalancerIngress": {
"description": "LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.",
"p... | kb_448_Normalized |
{
"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 ... | kb_692_Normalized |
{
"additionalProperties": false,
"description": "Schema for an atomic canonical Snowplow event",
"properties": {
"app_id": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"base_currency": {
"maxLength... | sp_261_Normalized |
{
"id": "http://schema.myrtana.sk/text/shortString.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Short string",
"description": "Short string. Max. 1024 bytes.",
"type": "string",
"minLength": 1,
"maxLength": 1024
} | o48167 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"_elements"
],
"properties": {
"_attributes": {
"type": "object",
"required": [
"extracted",
"has_metadata"
],
"prop... | o25763 |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"properties": {
"bar": {
"type": "string",
"pattern": "[0-9]+"
},
"baz": {
"type": "number",
"pattern": "[0-9]+"
}
}
} | o25196 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "O3D3xx spatial bilateral filter configuration",
"type": "object",
"properties": {
"MaskSize": {
"type": "integer",
"minimum": 0,
"maximum": 1,
"default": 0
},
"SigmaP... | o57639 |
{
"description": "Available events to bind actions to an axis for the <a href=\"#controller-gamepad\">controller gamepad.</a>",
"properties": {
"onChange": {
"anyOf": [
{
"type": "string"
},
{
"items": {
... | o44238 |
{
"id": "http://schemas.triniti.io/json-schema/triniti/curator/mixin/teaser-has-target/1-0-0.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"_id": {
"type": "string",
"pattern": "^[\\w\\/\\.:-]+$",
"pbj": {
... | o82821 |
{
"additionalProperties": true,
"properties": {
"body": {
"additionalProperties": true,
"properties": {
"push_id": {
"_format": "uuid",
"type": "string"
}
},
"type": "object"
}... | sp_396_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Mediachain Labs indexer image metadata",
"self": {
"vendor": "io.mediachain.indexer",
"name": "image",
"format": "jsonschema",
"version": "1-0-0"
},
"type": "object",
"properties": {
"... | o60168 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "authorization error response",
"id": "http://localhost:3000/schemas/authorize-error-code.json#",
"properties": {
"error": {
"description": "The OAuth 2.0 error code, with values... | o20473 |
{
"description": "NodeSystemInfo is a set of ids/uuids to uniquely identify the node.",
"properties": {
"architecture": {
"description": "The Architecture reported by the node",
"type": [
"string",
"null"
]
},
"bootID": ... | kb_633_Normalized |
{
"description": "EndpointPort represents a Port used by an EndpointSlice",
"properties": {
"appProtocol": {
"description": "The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC... | kb_303_Normalized |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the triangle",
"type": "number"
},
"height": {
"description": "The height of the triangle",
"type": "number"
},
"length": {
"descr... | calculate_area_960a8cf6 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "StrykerOptions",
"description": "JSON schema for the Stryker Mutator configuration file",
"type": "object",
"definitions": {
"commandRunnerOptions": {
"title": "CommandRunnerOptions",
"type": "object",
... | o78474 |
{
"definitions": {
"null": {
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"Id": {
"type": "integer"
},
"Type": {
... | o43250 |
{
"title": "Activate maintenance mode",
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"additionalProperties": false,
"required": [
"fabric_uuid",
"device_uuid"
],
"properties": {
"fabric_uuid": {
"format": "uuid",
"typ... | o8470 |
{
"additionalProperties": false,
"properties": {
"educationPricing": {
"type": "boolean"
},
"id": {
"pattern": "^([0-9]{16})$",
"type": "string"
},
"incidentEscalation": {
"type": "boolean"
},
"lot": {
... | o62065 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://nevergreen.io/schema.json",
"title": "Nevergreen",
"description": "Nevergreen settings",
"type": "object",
"properties": {
"settings": {
"type": "object",
"properties": {
"show... | o27790 |
{
"definitions": {
"s3": {
"description": "The s3 element contains the bucket & key data",
"properties": {
"awsRegion": {
"type": "string"
},
"bucket": {
"properties": {
"a... | o83992 |
{
"additionalProperties": false,
"description": "This is validation for file metadata fields that the OSF allows to be edited by the user. These fields will match the fields presented to the user on a file metadata form on the OSF.",
"properties": {
"file_description": {
"description": "... | o66329 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "An aushape-parsed audit log",
"definitions": {
"field": {
"description": "A record field",
"type": "array",
"items": {
"type": "string"
},
"minItems": 1... | o13934 |
{
"items": {
"properties": {
"description": {
"title": "Description from 8564_y field",
"type": [
"string",
"null"
]
},
"value": {
"format": "url",
"tit... | o13668 |
{
"properties": {
"attachments": {
"description": "The attachments to be included in the email",
"items": {
"description": "The file paths of the attachments",
"type": "string"
},
"type": "array"
},
"body": {
"description": "The body content of the email",
... | send_email_ce4f8f7a |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"$schema": {
"description": "Ignored. Can be set to get completions, validations and documentation in some editors.",
"example": [
"https://openapi.vercel.sh/vercel.js... | vercel |
{
"properties": {
"builtin": {
"enum": [
"MODIFIABLE",
"DELETABLE",
"IMMUTABLE",
"PARTITION_ALL"
],
"readonly": true,
"type": "object"
},
"comment": {
"type": "string"
... | o29991 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the shape",
"type": "number"
},
"height": {
"description": "The height of the shape",
"type": "number"
},
"length": {
"description... | calculate_area_ebc720d9 |
{
"description": "An instance of <a href=\"#story-events\">the story events configuration</a>.",
"properties": {
"onGroupChange": {
"anyOf": [
{
"type": "string"
},
{
"items": {
"t... | o44309 |
{
"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 alway... | kb_758_Normalized |
{
"$id": "https://example.com/address.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Gemstate groups",
"type": "array",
"items": {
"type": "object",
"required": [
"name",
"id",
"locality",
"addedDate... | o85090 |
{
"additionalProperties": true,
"description": "Schema for a Mailgun message clicked event",
"properties": {
"campaignId": {
"description": "id of campaign triggering the event.",
"type": "string"
},
"campaignName": {
"description": "The name of ca... | sp_115_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema",
"description": "The primary language of the content. The value should follow IETF BCP47. (e.g. 'en', 'es-419', etc.) ",
"title": "Locale",
"type": "string"
} | wp_70_Normalized |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1alpha1_AggregationRule": {
"description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole",
"properties": {
"clusterRoleSelectors": {
... | kb_96_Normalized |
{
"properties": {
"comment": {
"type": "string"
},
"expires": {
"type": "integer"
},
"iffull": {
"enum": [
"undef",
"lru"
],
"type": "string"
},
"ifnovalue": {
... | o30815 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"description": "Openwifimap API https://github.com/freifunk/openwifimap-api",
"properties": {
"total_rows": {
"title": "Total rows",
"type": "integer",
"description": "Total number of re... | o87890 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"jsBundle": {
"properties": {
"outputFileName": {
"pattern": "\\.js$"
},
"sourceMap": {
"description": "JavaScript only. Set to true to produce a source map.",
"type": "boolean"
... | bundleconfig |
{
"additionalProperties": false,
"description": "common json schema for transaction volumes tagged by user channel and channel type (see DbD)",
"properties": {
"_id": {
"description": "unique url-friendly base64 encoded, utf8 endoded concatenation identifier",
"type": "string... | o60886 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"required": [
"config",
"inputs"
],
"type": "object",
"properties": {
"inputs": {
"required": [
"intensity_images",
"mask_image"
],
"type": "object",
... | o41364 |
{
"properties": {
"api": {
"aliases": [
"a"
],
"default": false,
"description": "Specifies if api success and failure actions should be added to the reducer",
"type": "boolean",
"x-prompt": "Should we add success and fai... | o63327 |
{
"name": "vscode-colorize",
"displayName": "colorize",
"description": "A vscode extension to help visualize css colors in files.",
"version": "0.8.16",
"publisher": "kamikillerto",
"license": "Apache-2.0",
"icon": "assets/logo.png",
"engines": {
"vscode": "^1.39.0"
},
"c... | o8733 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "string",
"description": "The temporal relationship of a clinical measure or assessment to meals. ",
"references": [
{
"value": "fasting",
"description": "The SNOMED code represents Fasting (finding)",
... | o65653 |
{
"id": "http://github.com/osrg/earthquake/schema/EventAcceptanceAction.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "schema for an EventAcceptanceAction",
"additionalProperties": true,
"required": [
"uuid",
"entity",
"type",
"class",
... | o948 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"stdCollection": {
"$ref": "#/definitions/StdCollectionType"
},
"geoCollection": {
"$ref": "#/definitions/GeoCollectionType"
},... | o73949 |
{
"properties": {
"measurements": {
"properties": {
"base": {
"description": "The base of the triangle",
"type": "number"
},
"height": {
"description": "The height of the triangle",
"type": "number"
},
"length": {
"des... | calculate_area_02fc0302 |
{
"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 ... | kb_691_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://flynn.io/schema/controller/volume_req#",
"title": "Volume Request",
"description": "",
"sortIndex": 20,
"type": "object",
"require": [
"path"
],
"additionalProperties": false,
"properties": {
"... | o67056 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Fibaro Home Center Variable JSON Schema",
"name": "variable",
"type": "object",
"properties": {
"name": {
"description": "Identifier for the variable",
"type": "string",
"maxLength": 1... | o56021 |
{
"properties": {
"length": {
"description": "The length of the password",
"type": "integer"
},
"use_lowercase": {
"description": "Include lowercase letters in the password",
"type": "boolean"
},
"use_numbers": {
"description": "Include numbers in the password",
... | generate_random_password_f69985b9 |
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "",
"type": "object",
"properties": {
"regionData": {
"type": "array",
"_uniqueItems": true,
"minItems": 1,
"items": {
"required": [
"id... | o69887 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"properties": {
"account_identifier": {
"description": "The identifier for the platform account to fund.",
"maxLength": 96,
"minLength": 5,
"pattern": "^[\\+\\w-]{5,96}$",
"type": "string"... | o50680 |
{
"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"
},
... | calculate_area_4535a807 |
{
"properties": {
"base": {
"description": "The base of the triangle (if applicable)",
"type": "number"
},
"height": {
"description": "The height of the triangle (if applicable)",
"type": "number"
},
"length": {
"description": "The length of the rectangle (if applicab... | calculate_area_d9e8c02c |
{
"description": "An instance of <a href='#hotspot-events'>the hotspot events object.</a>",
"properties": {
"onClick": {
"anyOf": [
{
"type": "string"
},
{
"items": {
"type": "stri... | o44267 |
{
"type": "object",
"properties": {
"roots": {
"description": "The root paths of all the minecraft",
"default": [],
"type": "array",
"items": {
"type": "string"
}
},
"primaryRoot": {
"description": "T... | o7378 |
{
"description": "A generic link between two (or more) entitites",
"properties": {
"end_date": {
"description": "The date on which the relationship ended",
"format": "date",
"sortIndex": 70,
"title": "End date",
"type": [
"strin... | o12381 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_apps_v1_RollingUpdateStatefulSetStrategy": {
"description": "RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.",
"properties": {
... | kb_1011_Normalized |
{
"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": ... | kb_443_Normalized |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"description": "Items to include in the invoice",
"items": {
"properties": {
"name": {
"description": "The name of the item",
"ty... | create_invoice_878b1147 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"windowSize": {
"type": "object",
"properties": {
"width": {
"type": "integer",
"default": 1024
},
... | o227 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "ClearChargingProfileRequest",
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"connectorId": {
"type": "integer"
},
"chargingProfilePurpose": {
"ty... | o43976 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"_elements"
],
"properties": {
"_attributes": {
"type": "object"
},
"_elements": {
"oneof": [
{
"type": "array",
... | o25741 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Schema for image sprite generation files",
"id": "https://json.schemastore.org/sprite.json",
"properties": {
"customstyles": {
"description": "Define custom CSS declarations to inject into the generated stylesheet.",
"type":... | sprite |
Subsets and Splits
JSON Schemas with 'readonly'
The query retrieves records where the 'json_schema' contains the term 'readonly', providing basic filtering of specific entries.