json_schema stringlengths 43 1.28M | unique_id stringlengths 2 41 |
|---|---|
{
"definitions": {
"null": {
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"Id": {
"type": "integer"
},
"Type": {
... | o43248 |
{
"properties": {
"location": {
"description": "The location of the meeting",
"type": "string"
},
"meeting_date": {
"description": "The date and time of the meeting",
"format": "date-time",
"type": "string"
},
"meeting_title": {
"description": "The title of the ... | schedule_meeting_e883bf27 |
{
"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_46f371a2 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"type": {
"enum": [
"free",
"premium"
],
"description": "We have a couple of types available"
}
},
"additionalProperties": fal... | o25793 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Gateway set",
"type": "array",
"items": {
"title": "Gateway",
"type": "object",
"properties": {
"apiVersion": {
"enum": [
"v1beta1",
"v1.0",
... | o68601 |
{
"$schema": "http://json-schema.org/draft-06/schema",
"type": "object",
"properties": {
"hazelcast": {
"type": "object",
"additionalProperties": false,
"properties": {
"import": {
"$ref": "#/definitions/Import"
},
"config-replacers": {
"$ref": "#/... | hazelcast-config-5 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Automation Module Type Definitions",
"description": "This schema is used for verification of JSON objects used for creation of Automation Object Templates.",
"type": "object",
"additionalProperties": false,
"properties": {
... | o90420 |
{
"definitions": {
"signup": {
"$schema": "http://json-schema.org/draft-04/schema",
"definitions": {
"confirm": {
"description": "New user's password confirmation. Should match `password` field",
"readOnly": true,
... | o62073 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"title": "This document describes the structure of fetching engines request output",
"description": "Fetch engines output is list of possible used engines",
"type": "array",
"items": {
"$ref": "#/definitions/result"
},
"definitio... | o69961 |
{
"properties": {
"client_name": {
"description": "The name of the client",
"type": "string"
},
"items": {
"items": {
"properties": {
"name": {
"description": "The name of the item",
"type": "string"
},
"price": {
... | generate_invoice_a4231107 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the triangle (if shape is triangle)",
"type": "number"
},
"height": {
"description": "The height of the triangle (if shape is triangle)",
"type": "number"
... | calculate_area_28bfbf6c |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "schema for index of machine-readable issuer JSON URLs",
"id": "http://www.healthcare.gov/schemas/v1/issuer-index#",
"properties": {
"formulary_urls": {
"items": {
"_format": "uri",
... | o2965 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Item",
"description": "PayPal item json schema",
"type": "object",
"properties": {
"quantity": {
"description": "Number of a particular item. 10 characters max.",
"type": "string",
"maxLengt... | o65965 |
{
"$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": {
... | o65454 |
{
"properties": {
"address": {
"description": "Agent physical address",
"type": "string"
},
"agentId": {
"description": "Id referencing agent",
"type": "integer"
},
"avatar": {
"description": "Agent avatar image link... | o71342 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "build-info",
"description": "build-info",
"type": "object",
"properties": {
"properties": {
"type": "object",
"description": "Environment variables and properties collected from the CI server",
"patternProperties": {
... | buildinfo-schema |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"format": {
"type": "string",
"enum": [
"grid-1.0.0"
]
},
"layers": {
"type": "array",
"items": {
"any... | o9971 |
{
"properties": {
"capdroppkt": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"
},
"capsslkeys": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"... | o30213 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"address": {
"type": "object",
"properties": {
"street_address": {
"type": "string"
}
}
}
},
"type": "object",
"properties"... | o12649 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_AWSElasticBlockStoreVolumeSource": {
"description": "Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zo... | kb_739_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://json.schemastore.org/linkinator-config.json",
"properties": {
"concurrency": {
"description": "The number of connections to make simultaneously.",
"type": "number",
"default": 100
},
"config": {
"description... | linkinator-config |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_AWSElasticBlockStoreVolumeSource": {
"description": "Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zo... | kb_676_Normalized |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Solidarity",
"description": "A rule-set and config for the Solidarity JSON checker",
"type": "object",
"properties": {
"config": {
"output": {
"description": "Identify what kind output should happen... | o47675 |
{
"additionalProperties": false,
"description": "Schema for a Mandrill hard bounce event",
"properties": {
"_id": {
"type": "string"
},
"msg": {
"additionalProperties": false,
"properties": {
"_id": {
"type": "st... | sp_121_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"oneOf": [
{
"title": "Data Table Row Insert Update",
"description": "Schema for inserting or updating a data table row",
"type": "object",
"patternProperties": {
"^[0-9a-zA-Z_-]{1,255... | o9816 |
{
"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_899_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"deviceIds": {
"type": "array",
"items": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
"maxItems": 1000
},
... | o9784 |
{
"properties": {
"dimensions": {
"description": "The dimensions specific to the shape",
"properties": {
"length": {
"description": "The length of the shape",
"type": "number"
},
"radius": {
"description": "The radius of the shape",
"type... | calculate_area_fa12776d |
{
"properties": {
"namespace": {
"description": "Namespace to evaluate rules for. Required.",
"type": [
"string",
"null"
]
}
},
"type": "object"
} | kb_959_Normalized |
{
"properties": {
"networking": {
"description": "cadvisor networking configuration properties",
"properties": {
"external_access": {
"description": "Enable access from outside the cluster through Marathon-LB.\nNOTE: this connection is unencrypted.... | o90622 |
{
"properties": {
"include_lowercase": {
"description": "Whether to include lowercase letters in the password",
"type": "boolean"
},
"include_numbers": {
"description": "Whether to include numbers in the password",
"type": "boolean"
},
"include_symbols": {
"descriptio... | generate_random_password_34d394b9 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "The value returned by PUT /{db}/{docid}",
"oneOf": [
{
"properties": {
"error": {
"type": "string"
},
"reason": {
"type": "strin... | o60144 |
{
"$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]... | o89890 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"base_path",
"details",
"document_type",
"publishing_app",
"rendering_app",
"routes",
"schema_name",
"title"
],
"additionalProperties": false,
"... | o21402 |
{
"properties": {
"point1": {
"properties": {
"latitude": {
"description": "The latitude coordinate of point 1",
"type": "number"
},
"longitude": {
"description": "The longitude coordinate of point 1",
"type": "number"
}
},
... | calculate_distance_88419f08 |
{
"definitions": {
"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": {
... | kb_757_Normalized |
{
"properties": {
"customer_name": {
"description": "Name of the customer",
"type": "string"
},
"items": {
"description": "List of items in the invoice",
"items": {
"properties": {
"name": {
"description": "Name of the item",
"type": "strin... | generate_invoice_7d26bb35 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"additionalProperties": false,
"definitions": {
"___traits_trait_additional_properties_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": {},
"description": "A grab-bag obje... | wp_119_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_1130_Normalized |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://mcda.drugis.org/eventsSampleSizeEffect.json#",
"title": "MCDA events, sample size effect for the performance table entry of absolute data",
"type": "object",
"required": [
"type",
"value",
"input"
],
... | o37088 |
{
"description": "A party is a person, project or organization related to a package.",
"properties": {
"email": {
"oneOf": [
{
"description": "Email for this party.",
"title": "email",
"type": "string"
... | o89987 |
{
"id": "https://almanak.github.io/schemas/people.aarhusteater.json",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "people.aarhusteater",
"description": "Schema for all personnel resources at Aarhus Teater.",
"type": "object",
"_meta": {
"indexProperties": [
... | o1052 |
{
"properties": {
"end_date": {
"description": "The end date of the expense tracking",
"type": "string"
},
"expenses": {
"items": {
"properties": {
"amount": {
"description": "The amount of the expense",
"type": "number"
},
"c... | track_expenses_c8268204 |
{
"additionalProperties": false,
"description": "Specifies how to describe an external source.",
"properties": {
"path": {
"_id": "path",
"description": "Full path to the source (may include port number)",
"title": "Path schema.",
"type": "string"
... | o15105 |
{
"properties": {
"dimensions": {
"description": "The dimensions of the shape",
"properties": {
"base": {
"description": "The base of the shape",
"type": "number"
},
"height": {
"description": "The height of the shape",
"type": "number"
... | calculate_area_aaa98eda |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_LocalObjectReference": {
"description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.",
"properties": {
... | kb_80_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Action target template",
"type": "object",
"properties": {
"name": {
"description": "A name to identify the action target template. **Remark**: Name is unique in the organization.",
"type": "string"
},
"organizationId": {
... | o14457 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1beta1_ClusterRoleBinding": {
"description": "ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subjec... | kb_93_Normalized |
{
"properties": {
"address": {
"pattern": "^(0x)?(([0-9]|[a-f]|[A-F]){2}){20}$",
"type": "string"
},
"crypto": {
"additionalProperties": false,
"properties": {
"cipher": {
"type": "string"
},
... | o48549 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"orgName": {
"type": "string",
"minLength": 1,
"maxLength": 255
},
"email": {
"type": "string",
"format": "email",
"maxLen... | o9939 |
{
"type": "object",
"properties": {
"mib": {
"type": "string"
},
"modules": {
"type": "object",
"properties": {
"processors": {
"type": "object",
"properties": {
"data": {
... | o20271 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity": {
"oneOf": [
{
"type": "string"
},
{
"type": "number"
}
... | kb_654_Normalized |
{
"properties": {
"project_name": {
"description": "The name of the project",
"type": "string"
},
"tasks": {
"items": {
"properties": {
"end_date": {
"description": "The end date of the task",
"type": "string"
},
"name": {
... | create_roadmap_b17bb54b |
{
"additionalProperties": false,
"properties": {
"authorizationCode": {
"maxLength": 100,
"type": "string"
},
"clientId": {
"description": "MongoDB object ID for the user",
"maxLength": 12,
"minLength": 12,
"pattern"... | o10009 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"search": {
"type": "object",
"required": [
"resource"
],
"properties": {
"resource": {
"type": "string",
... | o9366 |
{
"title": "Team Format",
"description": "This is a schema defining the strict format for writing a list of team members.",
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://jsonschema.net",
"type": "array",
"items": {
"type": "object",
"properties": {
... | o35798 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_DeleteOptions": {
"description": "DeleteOptions may be provided when deleting an API object.",
"properties": {
"apiVersion": {
"descrip... | kb_336_Normalized |
{
"_copyright": "Copyright (c) 2014 Juniper Networks, Inc. All rights reserved.",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"category": {
"type": "string"
},
"type": ... | o8492 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "number"
},
"unlock_details": {
"type": "string"
},
"unlock_items"... | o45171 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"anyOf": [
{
"required": [
"deliveryTypes"
],
"title": "capability"
},
{
"required": [
"performanceAnalysisTypes"
... | o21112 |
{
"id": "http://schemas.triniti.io/json-schema/triniti/canvas/mixin/gallery-block/1-0-1.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"etag": {
"type": "string",
"pattern": "^[\\w\\.:-]+$",
"pbj": {
... | o82655 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the triangle",
"type": "number"
},
"height": {
"description": "The height of the triangle",
"type": "number"
},
"radius": {
"descr... | calculate_area_9861dcfd |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"title": "Workflow",
"description": "Schema for a single Workflow",
"type": "object",
... | o9915 |
{
"properties": {
"customer_details": {
"properties": {
"address": {
"description": "The address of the customer",
"type": "string"
},
"email": {
"description": "The email address of the customer",
"format": "email",
"type": "string"
... | generate_invoice_ade9b710 |
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "",
"type": "object",
"properties": {
"options": {
"type": "object",
"properties": {
"minWidthBreakPoint": {
"type": "number"
},
... | o34343 |
{
"default": true,
"definitions": {
"nonNegativeInteger": {
"minimum": 0,
"type": "integer"
},
"nonNegativeIntegerDefault0": {
"allOf": [
{
"$ref": "#/definitions/nonNegativeInteger"
},
... | o90925 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "PackingList",
"description": "A list of products due on a delivery round",
"type": "object",
"properties": {
"doc_type": {
"type": "string",
"pattern": "^packingList$"
},
"version": {
... | o37728 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"description": "The items purchased",
"items": {
"properties": {
"name": {
"description": "The name of the item",
"type": "string... | generate_invoice_af4f51e9 |
{
"additionalProperties": false,
"description": "Pool",
"properties": {
"pool": {
"additionalProperties": false,
"properties": {
"attributes": {
"additionalProperties": true,
"description": "Pool attributes as name value... | o55337 |
{
"definitions": {
"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": {
"averageUtil... | kb_830_Normalized |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_IDRange": {
"description": "IDRange provides a min/max of an allowed range of IDs.",
"properties": {
"max": {
"_format": "int64",
... | kb_373_Normalized |
{
"properties": {
"dimensions": {
"properties": {
"height": {
"description": "The height of the triangle",
"type": "number"
},
"length": {
"description": "The length of the rectangle or triangle",
"type": "number"
},
"radius": {... | calculate_area_9f489ec5 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"analysis": {
"description": "This schema is in the definitions so that it can be referenced for pipeline-generated metadata.",
"properties": {
"analysis_type": {
"descrip... | o2070 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"additionalProperties": false,
"definitions": {
"dataset": {
"description": "Files in the archive that contain the data of interest",
"items": {
"description": "Use 'data:<mime-type>[;base64],<...>' for da... | o23230 |
{
"properties": {
"items": {
"items": {
"properties": {
"name": {
"description": "The name of the item",
"type": "string"
},
"price": {
"description": "The price of the item",
"type": "number"
},
"quant... | generate_invoice_6a91916e |
{
"properties": {
"attribute1": {
"type": "string"
},
"attribute10": {
"type": "string"
},
"attribute11": {
"type": "string"
},
"attribute12": {
"type": "string"
},
"attribute13": {
"t... | o30119 |
{
"properties": {
"measurements": {
"description": "The measurements required to calculate the area",
"properties": {
"base": {
"description": "The base of the shape",
"type": "number"
},
"height": {
"description": "The height of the shape",
... | calculate_area_0fa5538b |
{
"$schema": "http://json-schema.org/draft-07/schema",
"title": "JFrog File Spec",
"description": "JFrog File Spec schema definition.",
"additionalProperties": false,
"properties": {
"files": {
"type": "array",
"items": {
"$ref": "#/$file"
},
"description": "Details of file... | filespec-schema |
{
"default": 1,
"definitions": {},
"description": "Version of file",
"examples": [
1,
1.1,
2.9,
3
],
"title": "The Version Schema ",
"type": "number"
} | o34209 |
{
"$id": "https://github.com/dsternlicht/RESTool/blob/master/config.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "The configuration file used for a RESTool application, see https://github.com/dsternlicht/RESTool",
"type": "object",
"additionalProperties": false,... | o37603 |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"description": "Resource json format",
"type": "object",
"properties": {
"street": {
"description": "Street name",
"type": "string"
},
"number": {
"description": "Construction street numbe... | o81880 |
{
"title": "JSON schema for the https://cypress.io Test Runner's configuration file. Details at https://on.cypress.io/configuration",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"definitions": {
"cypressConfig": {
"properties": {
"baseUrl": {
"type": "stri... | cypress |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"name",
"description"
],
"properties": {
"name": {
"type": "string",
"description": "The name of the control."
},
"description": {
"type... | o9385 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_ExternalDocumentation": {
"description": "ExternalDocumentation allows referencing an external resource for extended documentation.",
"properties"... | kb_221_Normalized |
{
"description": "A description of the confidence a Seller has in delivering services.",
"properties": {
"color": {
"description": "A color that indicates confidence. Green = Serviceable, Red = Unserviceable, Yellow = We'll get back to you.",
"enum": [
"GREEN",
... | o28145 |
{
"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"
}
},
"d... | kb_332_Normalized |
{
"properties": {
"point1": {
"properties": {
"latitude": {
"description": "Latitude of point 1",
"type": "number"
},
"longitude": {
"description": "Longitude of point 1",
"type": "number"
}
},
"required": [
"latitud... | calculate_distance_31e06a85 |
{
"$id": "https://json.schemastore.org/jreleaser-1.7.0.json",
"$ref": "#/definitions/JReleaserModel",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"Active": {
"type": "string",
"enum": [
"ALWAYS",
"NEVER",
"RELEASE",
"PRERELEASE",
... | jreleaser-1 |
{
"additionalProperties": false,
"properties": {
"port": {
"default": 80,
"type": "integer"
},
"role": {
"default": "slave_public",
"type": "string"
}
},
"type": "object"
} | o55101 |
{
"definitions": {
"kindle": {
"$schema": "http://json-schema.org/draft-04/schema",
"definitions": {
"authors": {
"description": "Authors of kindle - API Author",
"example": [
"メーブ",
... | o64008 |
{
"definitions": {
"Playlist": {
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
},
"descripti... | o43209 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Pause step",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"kind": {
"enum": [
"pause"
]
},
"label": {
"type": "stri... | o58486 |
{
"properties": {
"control-center": {
"properties": {
"bootstrap-servers": {
"default": "broker.confluent-kafka.l4lb.thisdcos.directory:9092",
"description": "Seed list of brokers to which this instance will attach. Format is comma-separat... | o81186 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"base_path",
"details",
"document_type",
"publishing_app",
"rendering_app",
"routes",
"schema_name",
"title"
],
"additionalProperties": false,
"... | o21378 |
{
"properties": {
"appflowlog": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"
},
"cip": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"
... | o30473 |
{
"definitions": {
"io_k8s_api_admissionregistration_v1_MutatingWebhook": {
"description": "MutatingWebhook describes an admission webhook and the resources and operations it applies to.",
"properties": {
"admissionReviewVersions": {
"description":... | kb_1161_Normalized |
{
"id": "http://www.gaaiat.com/json-xformer#",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "JSON Transformer Schema",
"title": "JSON Transformer Schema",
"type": "object",
"required": [
"transformMap"
],
"properties": {
"sourceLocale": {
... | o42223 |
{
"properties": {
"dimensions": {
"oneOf": [
{
"required": [
"radius"
]
},
{
"required": [
"length",
"width"
]
},
{
"required": [
"base",
"height"
]... | calculate_area_92ac029d |
{
"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_8f4e0e8e |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"MyGame_OtherNameSpace_FromInclude": {
"type": "string",
"enum": [
"IncludeVal"
]
},
"MyGame_Example_Color": {
"type": "string",
"enum": [
... | o39113 |
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.