json_schema stringlengths 43 1.28M | unique_id stringlengths 2 41 |
|---|---|
{
"definitions": {
"BottlePayload": {
"example": {
"color": "sparkling",
"country": "USA",
"name": "Number 8",
"region": "Napa Valley",
"review": "Great and inexpensive",
"sweetness": 4,
... | o57801 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodDNSConfigOption": {
"description": "PodDNSConfigOption defines DNS resolver options of a pod.",
"properties": {
"name": {
"description": "Required.",
... | kb_702_Normalized |
{
"properties": {
"length": {
"description": "The length of the password",
"type": "integer"
},
"requirements": {
"properties": {
"lowercase": {
"description": "Require lowercase letters",
"type": "boolean"
},
"numbers": {
"descriptio... | generate_random_password_321a6b80 |
{
"title": "fabric info",
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"additionalProperties": false,
"required": [
"fabric_fq_name",
"management_subnets",
"device_auth",
"node_profiles"
],
"properties": {
"fabric_fq_name": {... | o39197 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "GetDWDescriptors",
"type": "object",
"additionalProperties": false,
"properties": {
"totalCount": {
"type": "integer"
},
"data": {
"type": "array",
"items": {
... | o83276 |
{
"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_436_Normalized |
{
"properties": {
"dimensions": {
"description": "The dimensions of the shape",
"properties": {
"base": {
"description": "The base of the triangle (for triangle shape)",
"type": "number"
},
"height": {
"description": "The height of the triangle (fo... | calculate_area_106b898c |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "sequence",
"link": "account-sequence-number",
"description": "An account transaction sequence number",
"type": "integer",
"minimum": 1
} | o89152 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"name": {
"type": "string",
"minLength": 1,
"maxLength": 255
},
"responseCode": {
"type": "integer",
"minimum": 100,
"maxi... | o9966 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"geometries": {
"$ref": "#/definitions/GeometriesType"
},
"version": {
"type": "string"
}
},
"definitions": {
"... | o73952 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "subschema3",
"type": "object",
"properties": {
"created_by": {
"name": "created_by",
"type": "integer"
},
"id": {
"name": "id",
"type": "integer"
}
}
} | o89704 |
{
"type": "object",
"properties": {
"species": {
"type": "array",
"description": "The species resources featured within this film."
},
"url": {
"type": "string",
"description": "The url of this resource"
},
"opening_crawl": ... | o67146 |
{
"additionalProperties": false,
"description": "Schema for client geolocation contexts",
"properties": {
"altitude": {
"type": [
"number",
"null"
]
},
"altitudeAccuracy": {
"type": [
"number",
... | sp_289_Normalized |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the shape (for triangle)",
"type": "number"
},
"height": {
"description": "The height of the shape (for triangle)",
"type": "number"
},
"rad... | calculate_area_59aeb8e9 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base length of the triangle",
"type": "number"
},
"height": {
"description": "The height of the triangle",
"type": "number"
},
"length": {
... | calculate_area_a9125cf8 |
{
"properties": {
"end_time": {
"description": "The end time of the event",
"type": "string"
},
"location": {
"description": "The location of the event",
"type": "string"
},
"participants": {
"description": "The participants of the event",
"items": {
"ty... | create_calendar_event_5d98f59d |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"metadata": {
"type": "object",
"properties": {
"host": {
"type": "string"
},
"protocol": {
"type"... | o67288 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Product set",
"type": "array",
"items": {
"title": "Product",
"type": "object",
"properties": {
"id": {
"description": "The unique identifier for a product",
"type": "num... | o39225 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"name": "Package",
"type": "object",
"additionalProperties": false,
"required": [
"name",
"description"
],
"properties": {
"name": {
"type": "string",
"description": "Package name, includi... | o83854 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"deaths": {
"type": "object",
"properties": {
... | o45227 |
{
"description": "Local represents directly-attached storage with node affinity (Beta feature)",
"properties": {
"fsType": {
"description": "Filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. \"ext4... | kb_547_Normalized |
{
"definitions": {
"user": {
"$schema": "http://json-schema.org/draft-04/schema",
"definitions": {
"created_at": {
"description": "when user was created",
"format": "date-time",
"type": [
... | o70306 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"rules": {
"anyOf": [
{
"type": "object",
"minItems": 1
},
{
"type": "array"
... | o60839 |
{
"title": "heightModelInfo",
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema",
"description": "An object that defines the characteristics of the vertical coordinate system used by the web scene.",
"properties": {
"heightModel": {
"type": "string",
... | o90215 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"IOC-Country-Code": {
"enum": [
"AFG",
"AHO",
"ALB",
"ALG"
],
"type": "string",
"description": "Three-letter country co... | o41682 |
{
"title": "Feature",
"description": "A MWF feature component's schema definition.",
"type": "object",
"oneOf": [
{
"$ref": "#/definitions/left"
},
{
"$ref": "#/definitions/center"
},
{
"$ref": "#/definitions/right"
}
... | o85188 |
{
"properties": {
"end_datetime": {
"description": "The end date and time of the event",
"format": "date-time",
"type": "string"
},
"location": {
"description": "The location of the event",
"type": "string"
},
"start_datetime": {
"description": "The start date a... | create_calendar_event_c151e619 |
{
"properties": {
"cpxinstanceavailable": {
"readonly": true,
"type": "integer"
},
"cpxinstancetotal": {
"readonly": true,
"type": "integer"
},
"enterprisebandwidthavailable": {
"readonly": true,
"type": ... | o30769 |
{
"additionalProperties": false,
"description": "Floating IP PTR",
"properties": {
"floatingip": {
"additionalProperties": false,
"properties": {
"action": {
"description": "Floating IP PTR Action",
"enum": [
... | o55334 |
{
"$schema": "http://json-schema.org/draft-07/schema",
"$comment": "https://mutagen.io/documentation/introduction/configuration",
"definitions": {
"sync": {
"type": "object",
"properties": {
"alpha": {
"type": "string"
},
... | o55320 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "A unique identifier for the asset_folder.json"
},
"type": {
"type": "string",
"description": "The json_a... | o75283 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"display": {
"type": "object",
"properties": {
"resource": {
"type": "string",
"format": "topic",
"axRole": "i... | o9406 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "EnvSensor4 tempEvent Schema",
"description": "defines the structure of a temperature event in degrees Fahrenheit ",
"properties": {
"temp": {
"description": "temperature in degrees Fahrenheit",
... | o21768 |
{
"properties": {
"Id": {
"_id": "Id",
"type": "string"
},
"Warnings": {
"_id": "Warnings",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"Id"
],
"type"... | o48244 |
{
"definitions": {
"emergency_contact": {
"$schema": "http://json-schema.org/draft-04/schema",
"additionalProperties": false,
"definitions": {
"create_payload": {
"additionalProperties": false,
"description": "Expect... | o7515 |
{
"id": "http://schemas.gdbots.io/json-schema/gdbots/forms/field/weight-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-]+)?:(... | o42598 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"responseType": {
"description": "Response type, as defined by the Open311/GeoReport2 standard.",
"type": "string",
"enum": [
"realtime",
"batch",
... | o32921 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"paste": {
"type": "object",
"required": [
"resource"
],
"properties": {
"resource": {
"type": "string",
... | o89616 |
{
"definitions": {
"infection": {
"$schema": "http://json-schema.org/draft-04/schema",
"definitions": {
"created_at": {
"description": "when item was created",
"type": [
"string"
]
... | o5460 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Character Ad",
"description": "A WoWFinder Character Ad",
"type": "object",
"properties": {
"updated": {
"type": "integer"
},
"lfg": {
"type": "boolean",
"default": false
... | o85250 |
{
"title": "Tree",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"autoIncRowNum": {
"type": "integer"
},
"maxSiblings": {
"type": "integer",
"minimum": 1
}
},
"required": [
"auto... | o91003 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://localhost:3000/schemas/get-client-request.json#",
"title": "Get client request",
"type": "object",
"additionalProperties": false,
"required": [
"id"
],
"properties": {
"id": {
"type": "strin... | o20459 |
{
"additionalProperties": true,
"description": "Schema for a SendGrid spam report event. Property descriptions derived from the SendGrid documentation: https://sendgrid.com/docs/for-developers/tracking-events/event/",
"properties": {
"asm_group_id": {
"description": "The ID of the unsubs... | sp_197_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"edges": {
"type": "array",
"items": {
"type": "object",
"properties": {
"source": {
"type": "string",
... | o78895 |
{
"additionalProperties": true,
"properties": {
"asm_group_id": {
"maximum": 32767,
"minimum": 0,
"type": "integer"
},
"category": {
"items": {
"type": "string"
},
"type": [
"array",
... | sp_192_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "EC2 manifest",
"type": "object",
"properties": {
"virtualization": {
"enum": [
"pvm",
"hvm"
]
},
"image": {
"type": "object",
"propert... | o27361 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": true,
"properties": {
"timestamp_arrive": {
"type": [
"string",
"null"
]
},
"timestamp_depart": {
"type": [
... | o12254 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"bulk_publishing": {
"type": "boolean"
},
"links": {
"type": "object",
"additionalProperties": false,
"properti... | o21381 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "General Config",
"type": "object",
"properties": {
"apiVersion": {
"enum": [
"v1beta1",
"v1.0",
"v1"
]
},
"metadata": {
"type": "object",
"properties": {
"userAgent": {
... | o68598 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
"experienceVersionId": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
... | o9891 |
{
"properties": {
"billing_address": {
"description": "The billing address of the client",
"type": "string"
},
"client_name": {
"description": "The name of the client",
"type": "string"
},
"items": {
"items": {
"properties": {
"description": {
... | generate_invoice_9fce2002 |
{
"$id": "https://raw.githubusercontent.com/edertone/TurboBuilder/master/TurboBuilder-Node/src/main/resources/json-schema/turbodepot.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"title": "turbodepot.json schema",
"required": [
"$schema",
"depo... | o38404 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"stacks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
... | o49234 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"keywords_tagging_details": {
"type": "object",
"description": "Details computed by KeywordsTagging worker",
"properties": {
"description": {
"type": "object",... | o60983 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"definitions": {
"cidr": {
"type": "string",
"description": "a single block of IP addresses in CIDR format (e.g. 102.33.52.0/255). Apps may assume that anyone browsing from these addresses would be give... | o79492 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"title": "DocFx configuraton file",
"type": "object",
"properties": {
"metadata": {
"$ref": "#/definitions/metadataConfig"
},
"build": {
"$ref": "#/definitions/buildConfig"
}
},
"defini... | o66267 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "ico",
"description": "An ico atom",
"type": "object",
"properties": {
"icon": {
"description": "The short name of the icon",
"enum": [
"arrow-right",
"chevron-up",
... | o62759 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"required": [
"name",
"password",
"gid",
"users"
],
"properties": {
"name": {
"type": "string",
... | o65921 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_storage_v1beta1_CSINode": {
"description": "DEPRECATED - This group version of CSINode is deprecated by storage/v1/CSINode. See the release notes for more information. CSINode holds information about all CSI d... | kb_175_Normalized |
{
"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": ... | kb_928_Normalized |
{
"description": "ExternalDocumentation allows referencing an external resource for extended documentation.",
"properties": {
"description": {
"type": [
"string",
"null"
]
},
"url": {
"type": [
"string",
... | kb_341_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"eventIds": {
"type": "array",
"items": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
}
},
"updates": {
"titl... | o9807 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"version": {
"type": "integer"
},
"id": {
"type": "string"
},
"ports": {
"type": "array",
"items": {
"title": "por... | o71847 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"price": {
"description": "The price per unit",
"type": "number"
},
"product_name": {
"description": "The name of the product or service",
"type": "string"
},... | generate_invoice_cda7de78 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"integration": {
"properties": {
"is_active": {
"type": "boolean"
},
"name": {
"enum": [
... | o58913 |
{
"properties": {
"length": {
"description": "The length of the password",
"type": "integer"
},
"lowercase_letters": {
"description": "Whether to include lowercase letters",
"type": "boolean"
},
"numbers": {
"description": "Whether to include numbers",
"type": "... | generate_random_password_8cf128ad |
{
"additionalProperties": false,
"properties": {
"dimensions": {
"items": {
"type": "string"
},
"type": "array"
},
"filters": {
"items": {
"type": "string"
},
"type": "array"
}... | o21479 |
{
"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": ... | kb_897_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema",
"additionalProperties": false,
"anyOf": [
{
"required": [
"id",
"layerType",
"title",
"url"
]
},
{
"required": [
... | o90322 |
{
"properties": {
"linkerd-viz": {
"properties": {
"cpus": {
"default": 1.0,
"description": "CPU shares to allocate to linkerd-viz.",
"minimum": 1.0,
"type": "number"
},
... | o90718 |
{
"description": "IngressTLS describes the transport layer security associated with an Ingress.",
"properties": {
"hosts": {
"description": "Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcar... | kb_462_Normalized |
{
"properties": {
"grades": {
"items": {
"properties": {
"course": {
"description": "The name of the course",
"type": "string"
},
"credit_hours": {
"description": "The number of credit hours for the course",
"type": "numbe... | calculate_gpa_d331abe4 |
{
"additionalProperties": false,
"description": "",
"properties": {
"day": {
"maximum": 31,
"minimum": 1,
"type": "integer"
},
"hour": {
"maximum": 23,
"minimum": 0,
"type": "integer"
},
"minute":... | o28260 |
{
"additionalProperties": false,
"definitions": {
"comparison": {
"enum": [
"=",
"!=",
"==",
"!==",
"<=",
">=",
"<",
">",
"starts",
... | o70296 |
{
"description": "AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined.",
"properties": {
"pathPrefix": {
"description": "pathPrefix is the path prefix that the host volume must match. It does not suppo... | kb_15_Normalized |
{
"properties": {
"artifactresolutionserviceurl": {
"type": "string"
},
"attribute1": {
"type": "string"
},
"attribute10": {
"type": "string"
},
"attribute11": {
"type": "string"
},
"attribute12":... | o30141 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"absolute_path": {
"description": "A path only. Query string and/or fragment are not allowed.",
"pattern": "^/(([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})+(/([a-zA-Z0-9.... | o21300 |
{
"oneOf": [
{
"required": [
"radius"
]
},
{
"required": [
"length",
"width"
]
},
{
"required": [
"base",
"height"
]
}
],
"properties": {
"base": {
"description": "The base of the triangle",
"type":... | calculate_area_7003196f |
{
"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_44045e11 |
{
"properties": {
"departure_date": {
"description": "The departure date of the flight",
"format": "date",
"type": "string"
},
"destination": {
"description": "The destination of the flight",
"type": "string"
},
"origin": {
"description": "The origin of the flig... | book_flight_22ba5334 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Toronto Mesh Nodes",
"type": "array",
"items": {
"title": "Node Detail",
"type": "object",
"required": [
"name",
"latitude",
"longitude",
"status",
"dateA... | o81742 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SecretReference": {
"description": "SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace",
"properties": {
"name": {
... | kb_354_Normalized |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"pred": {
"type": "object",
"description": "Prediction for season onset",
"properties": {
"point": {
"description": "Point value of the prediction",
... | o69885 |
{
"properties": {
"include_numbers": {
"description": "Include numbers in the password",
"type": "boolean"
},
"include_symbols": {
"description": "Include symbols in the password",
"type": "boolean"
},
"include_uppercase": {
"description": "Include uppercase letters i... | generate_random_password_45303cd6 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"GameBaseVariantRank": {
"type": "integer"
},
"NumberOfMatchesCompleted": {
"type": "integer"
},
"GameBaseVariantId": {... | o43234 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Product_FinishedProduct",
"description": "Product_FinishedProduct",
"properties": {
"id": {
"type": "string",
"title": "Identifier",
"minLength": 24,
"maxLength... | o39532 |
{
"additionalProperties": false,
"definitions": {
"constraints": {
"service": {
"anyOf": [
{
"required": [
"build"
]
},
{
... | o6084 |
{
"additionalProperties": false,
"definitions": {
"fileReplacement": {
"oneOf": [
{
"additionalProperties": false,
"properties": {
"replaceWith": {
"type": "string"
... | o39137 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"active",
"inactive"
]
},
"description": {
"type": "string",
"... | o9783 |
{
"properties": {
"dimensions": {
"dependencies": {
"base": [
"triangle"
],
"height": [
"triangle"
],
"length": [
"rectangle"
],
"radius": [
"circle"
],
"shape": [
"rectangle",
... | calculate_area_32f30fb2 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"allOf": [
{
"$ref": "#/definitions/compilerOptionsDefinition"
},
{
"$ref": "#/definitions/compileOnSaveDefinition"
},
{
"$ref": "#/definitions/typeAcquisitionDefinition"
},
{
"$ref": "#/definitions/extendsDe... | jsconfig |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "LuminositySensor Schema",
"type": "object",
"required": [
"LuminositySensor"
],
"properties": {
"_id": {
"$ref": "#/definitions/identificador"
},
"LuminositySensor": {
"$ref": "#/definitions/datos"
}
},
"ad... | o14412 |
{
"$comment": "https://minecraft.fandom.com/wiki/Custom_world_generation#Carvers",
"$id": "https://json.schemastore.org/minecraft-configured-carver.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A carver for a data pack for Minecraft\nhttps://minecraft.fandom.com/wiki/Custom_world_... | minecraft-configured-carver |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The uuid of the lti app"
},
"title": {
"type": "string",
"description": "The title of the lti app",
... | o32504 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"content": {
"type": "string",
"minLength": 1
}
},
"required": [
"content"
]
} | o12240 |
{
"additionalProperties": false,
"properties": {
"names": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"names"
],
"title": "CreateIndexResponse",
"type": "object"
} | o10055 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Describe all the Fcc related Information of SAS",
"properties": {
"certificationConditions": {
"description": "Human-readable string or reference annotating the certification",
"type": "string"
},... | o17408 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Alerts",
"type": "object",
"properties": {
"subjectId": {
"type": "string"
},
"subjectType": {
"type": "string",
"enum": [
"device",
"service",
... | o74591 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_apps_v1_ReplicaSet": {
"description": "ReplicaSet ensures that a specified number of pod replicas are running at any given time.",
"properties": {
"apiVersion": {
... | kb_802_Normalized |
{
"properties": {
"description": {
"description": "Additional description of the event",
"type": "string"
},
"end_datetime": {
"description": "The end date and time of the event in format YYYY-MM-DD HH:MM",
"type": "string"
},
"location": {
"description": "The locatio... | create_calendar_event_7a40efb2 |
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.