json_schema stringlengths 43 1.28M | unique_id stringlengths 2 41 |
|---|---|
{
"$id": "https://json.schemastore.org/replit.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "https://docs.replit.com/programming-ide/configuring-repl",
"properties": {
"run": {
"description": "Command to run REPL",
"anyOf": [
... | replit |
{
"properties": {
"customer": {
"properties": {
"address": {
"description": "The address of the customer",
"type": "string"
},
"email": {
"description": "The email address of the customer",
"format": "email",
"type": "string"
... | generate_invoice_53d2d452 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"id": {
"type": "number"
},
"material_position": {
"type": "number"
},
"type": {
"title": "Chunk type",
"type": "object",
"properties": {
"id": {
"type": "n... | o28618 |
{"$schema":"http://json-schema.org/draft-07/schema#","$id":"https://www.cityjson.org/schemas/1.1.3/cityjson.schema.json","title":"CityJSON v1.1.3","description":"CityJSON specifications v1.1.3","type":"object","properties":{"type":{"enum":["CityJSON"]},"version":{"type":"string","pattern":"^(\\d\\.)(\\d)$"},"metadata":... | cityjson |
{
"properties": {
"Passwords": {
"description": "Sets passwords for known AirPlay destinations",
"items": {
"description": "An item in the passwords",
"properties": {
"DeviceName": {
"description": "The AirPl... | o61593 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"properties": {
"created_at": {
"pattern": "\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}.\\d{6}",
"type": "string"
},
"name": {
"type": "string"
},
"pokemon": {
"items": {... | o12622 |
{
"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": {... | o71303 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Sample Repository Generator Tool - Samples Schema",
"description": "The schema for the samples.json file that is used by the Sample Repository Generator Tool for Java samples.",
"type": "object",
"properties": {
"$schema": {
... | o2050 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://www.ortolang.fr/schemas/1/image#",
"description": "Schema for metadata extracted from image files",
"type": "object",
"additionalProperties": true,
"properties": {
"tiff:ImageWidth": {
"type": "string"
... | o12490 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "The schema for a video record in pytube/data",
"properties": {
"alias": {
"anyOf": [
{
"type": "null"
},
{
"type": "string"
... | o69074 |
{
"properties": {
"consulate": {
"description": "The consular level for the number of events",
"type": "string"
},
"percent": {
"description": "The percentage utilisation (between 0 and 100)",
"maximum": 100,
"minimum": 0,
... | o21500 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"product": {
"description": "The name of the product or service",
"type": "string"
},
"quantity": {
"description": "The quantity of the product or service",
"type... | generate_invoice_b635face |
{
"additionalProperties": true,
"description": "Schema for a SendGrid group unsubscribe 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 ... | sp_191_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"notScheduled": {
"allOf": [
{
"$ref": "#/definitions/shared"
}
],
"properties": {
"runMode": {
"descriptio... | o90951 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"orgId": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
"applicationTemplateId": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
... | o9788 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "SetChargingProfileRequest",
"type": "object",
"properties": {
"connectorId": {
"type": "integer"
},
"csChargingProfiles": {
"type": "object",
"properties": {
"cha... | o43991 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ObjectReference": {
"description": "ObjectReference contains enough information to let you inspect or modify the referred object.",
"properties": {
"apiVersion": {
... | kb_307_Normalized |
{
"description": "VolumeNodeResources is a set of resource limits for scheduling of volumes.",
"properties": {
"count": {
"description": "Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered ... | kb_1135_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"opt": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
... | o79429 |
{
"additionalProperties": false,
"description": "",
"properties": {
"day": {
"maximum": 31,
"minimum": 1,
"type": "integer"
},
"month": {
"maximum": 12,
"minimum": 1,
"type": "integer"
},
"year": ... | o28259 |
{
"description": "CrossVersionObjectReference contains enough information to let you identify the referred resource.",
"properties": {
"apiVersion": {
"description": "API version of the referent",
"type": [
"string",
"null"
]
},... | kb_155_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"patternProperties": {
"^[a-zA-Z0-9._-]+$": {
"$ref": "#/definitions/service"
}
},
"definitions": {
"service": {
"type": "object",
"properties": {
"bu... | o79613 |
{
"properties": {
"nginx": {
"properties": {
"bridge": {
"default": false,
"description": "Whether to use BRIDGE networking mode for Docker container. By default, this is false and HOST mode networking is used.",
"type":... | o90796 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"description": "The version of ANS that this object was serialized as, in major.minor.patch format. For top-level content objects, this is a required trait.",
"enum": [
"0.10.9"
],
"title": "Describes the ANS version of this object",
... | wp_97_Normalized |
{
"properties": {
"interest_rate": {
"description": "The annual interest rate",
"type": "number"
},
"is_compound_interest": {
"description": "Whether to calculate compound interest or simple interest",
"type": "boolean"
},
"principal_amount": {
"description": "The pri... | calculate_interest_0e9eb17c |
{
"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_1b27a423 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"required": [
"config"
],
"properties": {
"applications": {
"type": "object",
"description": "Links application names (keys) to settings (values)",
... | o84044 |
{
"oneOf": [
{
"properties": {
"shape": {
"const": "square"
}
},
"required": [
"side_length"
]
},
{
"properties": {
"shape": {
"const": "rectangle"
}
},
"required": [
"length",
"width"
... | calculate_area_b9f9aa3b |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A company which is the subject of a statement",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"jurisdiction": {
"type": "string"
},
"company_number": ... | o65447 |
{
"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_229_Normalized |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"labAccessibility": {
"maxLength": 500,
"minLength": 1,
"pattern": "^(?:\\S+\\s+){0,49}\\S+$",
"type": "string"
},
"labAddressBuildin... | o21115 |
{
"definitions": {
"tRef": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A definition reference.",
"properties": {
"refId": {
"description": "The identifier of a reference.",
"type": "string... | o69319 |
{
"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_128_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "UMM-Sub",
"type": "object",
"additionalProperties": false,
"properties": {
"Name": {
"description": "The name of a subscription.",
"type": "string",
"minLength": 1,
"maxLength": ... | o62920 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "CTA",
"type": "object",
"properties": {
"name": {
"type": "string",
"readonly": true,
"enum": [
"cta"
],
"options": {
"hidden": true
... | o12641 |
{
"additionalProperties": true,
"description": "Schema for Segment's common event fields, https://segment.com/docs/spec/common/",
"properties": {
"anonymousId": {
"_format": "uuid",
"type": "string"
},
"channel": {
"enum": [
"server... | sp_173_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "COBRA",
"description": "JSON representation of COBRA model",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"description": {
... | o13663 |
{
"properties": {
"length": {
"description": "The length of the password",
"type": "integer"
},
"lowercase": {
"description": "Include lowercase letters",
"type": "boolean"
},
"numbers": {
"description": "Include numbers",
"type": "boolean"
},
"symbols":... | generate_random_password_5e5dcf71 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "A unique identifier for the markdown_price.json"
},
"type": {
"type": "string",
"description": "The json... | o75285 |
{
"description": "An instance of <a href=\"#action-property\">an action property.</a>",
"properties": {
"name": {
"description": "The name of the property.",
"example": "fov",
"title": "Name",
"type": "string"
},
"operation": {
... | o44228 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_admissionregistration_v1beta1_RuleWithOperations": {
"description": "RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid.",
... | kb_1102_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"projects",
"drivers"
],
"properties": {
"projects": {
"type": "array",
"items": {
"type": "object",
"properties": {
... | o10530 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_LimitResponse": {
"description": "LimitResponse defines how to handle requests that can not be executed right now.",
"properties": {
"queuing": {
... | kb_524_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "RevisionDocument (v0.0.3)",
"type": "object",
"required": [
"id",
"timestamp",
"page",
"contributor",
"minor",
"comment",
"bytes",
"sha1",
"parent_id",
"model",
"format"
],
"properties": {
"id":... | o45283 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "",
"type": "object",
"properties": {
"options": {
"type": "object",
"properties": {
"leftPanelEnabled": {
"type": "boolean"
},
"minW... | o34345 |
{
"$id": "https://json.schemastore.org/pre-commit-hooks.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"language": {
"type": "string",
"enum": [
"conda",
"coursier",
"dart",
"docker",
"docker_image",
"dotnet",
"... | pre-commit-hooks |
{
"type": "object",
"properties": {
"timestamp": {
"default": "",
"type": "string"
},
"latest": {
"default": {
"snapshot": "",
"release": ""
},
"type": "object",
"properties": {
... | o7383 |
{
"properties": {
"dup_state": {
"enum": [
"ENABLED",
"DISABLED"
],
"readonly": true,
"type": "string"
},
"dup_weight": {
"readonly": true,
"type": "integer"
},
"failedprob... | o31638 |
{
"properties": {
"data": {
"items": {
"properties": {
"measurement": {
"description": "The type of measurement",
"type": "string"
},
"timestamp": {
"description": "The timestamp of the measurement",
"format": "date-time",... | analyze_health_data_4ad104b4 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "o2r-meta map schema",
"description": "broker mapping file schema used to validate metadata map files",
"definitions": {
"Map": {
"type": "array"
},
"Settings": {
"type": "array",
... | o64717 |
{
"$id": "http://example.com/root.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"title": "turbobuilder.json schema",
"required": [
"$schema",
"metadata",
"build"
],
"additionalProperties": false,
"properties": {
"$schema": ... | o38403 |
{
"additionalProperties": false,
"properties": {
"body": {
"type": "string"
},
"id": {
"type": "string"
},
"title": {
"type": "string"
}
},
"required": [
"body",
"title"
],
"type": "object"
} | o91109 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {},
"id": "https://itssimple.se/share/u/haproxy.json",
"properties": {
"backend": {
"id": "/properties/backend",
"items": {
"id": "/properties/backend/items",
"propertie... | o48241 |
{
"$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]... | o5419 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "US zip code",
"description": "US zip code with pattern to validate against",
"type": "object",
"properties": {
"zipCode": {
"type": "string",
"pattern": "^[0-9]{5}(-[0-9]{4})?$"
}
}
} | o83739 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"getQuote": {
"type": "object",
"properties": {
"request": {
"type": "object",
"properties": {
"symbol": {... | o89523 |
{
"$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]... | o5369 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://judkins.house/apis/k2/v1/awsAuthenticationConfig.json",
"$$target": "awsAuthenticationConfig.json",
"title": "AWS Security Credentials Configuration",
"description": "Describes AWS security credential configuration. See the [docum... | o90353 |
{
"type": "array",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "",
"minItems": 1,
"_uniqueItems": true,
"items": {
"type": "object",
"required": [
"name",
"description",
"classification",
"difficulty",
... | o4261 |
{
"$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]... | o5326 |
{
"$id": "https://raw.githubusercontent.com/Cog-Creators/Red-DiscordBot/V3/develop/schema/trivia.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Red-DiscordBot Trivia List file",
"type": "object",
"properties": {
"$schema": {
"type": "string",
"format": "uri"
... | trivia |
{
"properties": {
"customer_details": {
"properties": {
"email": {
"description": "The email address of the customer",
"type": "string"
},
"name": {
"description": "The name of the customer",
"type": "string"
}
},
"required"... | generate_invoice_97ed3c59 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity": {
"oneOf": [
{
"type": "string"
},
{
"type": "number"
}
... | kb_728_Normalized |
{
"additionalProperties": false,
"definitions": {
"fileReplacement": {
"oneOf": [
{
"additionalProperties": false,
"properties": {
"replaceWith": {
"type": "string"
... | o45392 |
{
"additionalProperties": false,
"description": "Schema for IAB Spiders & Robots enrichment config",
"properties": {
"enabled": {
"type": "boolean"
},
"name": {
"type": "string"
},
"parameters": {
"additionalProperties": false,
... | sp_350_Normalized |
{
"$id": "https://json.schemastore.org/fabric.mod.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"entrypoint": {
"oneOf": [
{
"type": "object",
"properties": {
"adapter": {
"type": "string",
"description":... | fabric |
{
"properties": {
"dimensions": {
"properties": {
"length": {
"description": "The length of the shape",
"type": "number"
},
"radius": {
"description": "The radius of the shape (for circle)",
"type": "number"
},
"width": {
... | calculate_area_2b27249d |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"patternProperties": {
"^[0-9a-zA-Z_-]{1,255}$": {
"type": [
"string",
"number",
"boolean",
"null"
]
}
},
"additionalPrope... | o9818 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "StopTransactionResponse",
"type": "object",
"properties": {
"idTagInfo": {
"type": "object",
"properties": {
"expiryDate": {
"type": "string",
"format... | o44022 |
{
"definitions": {
"IcmpRule": {
"additionalProperties": false,
"properties": {
"cidr": {
"type": "string"
},
"icmpcode": {
"maximum": 255,
"minimum": -1,
"... | o27839 |
{
"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_790_Normalized |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"definitions": {
"courseCodeString": {
"type": "string",
"pattern": "^[A-Z]{4} [0-9]{3,4}$"
},
"arrayOfCourseCodeOrLists": {
"type": "array",
"items": {
"type": "array"... | o78738 |
{
"properties": {
"client_name": {
"description": "The name of the client",
"type": "string"
},
"items": {
"items": {
"properties": {
"description": {
"description": "The description of the item",
"type": "string"
},
"price": ... | create_invoice_9a37c78e |
{
"description": "An instance of <a href=\"#animation-track-easing\">an animation track</a>.",
"properties": {
"default": {
"description": "The default easing to apply; available values are : <ul><li>linear</li><li>easeInSine</li><li>easeInOutSine</li><li>easeOutSine</li><li>easeInQuad</li><... | o44231 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"required": [
"config",
"inputs"
],
"type": "object",
"properties": {
"inputs": {
"required": [
"anatomical"
],
"type": "object",
"properties": {
... | o41476 |
{
"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_895_Normalized |
{
"$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,
"... | o21406 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"id",
"category",
"priority",
"content"
],
"properties": {
"created": {
"type": "string",
"format": "date-time"
},
"modified": {
... | o39141 |
{
"properties": {
"dimensions": {
"description": "The dimensions of the shape",
"properties": {
"height": {
"description": "The height of the shape",
"type": "number"
},
"length": {
"description": "The length of the shape",
"type": "numbe... | calculate_area_3884820c |
{
"$schema": "http://json-schema.org/draft-04/schema",
"id": "http://xunit.github.io/schema/v2.1-rc1/xunit.runner.schema.json",
"title": "xUnit.net Runner Configuration",
"description": "Configuration file for unit test projects using xUnit.net",
"type": "object",
"properties": {
"appDom... | o89099 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "UiModuleDescriptor",
"type": [
"object",
"null"
],
"properties": {
"npm": {
"type": [
"string",
"null"
]
},
"url": {
"type": [... | o42215 |
{
"definitions": {
"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 s... | kb_1142_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "License",
"description": "License information for the Container Application.",
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"description": "The human readable license name use... | o89215 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://localhost/schemas/records/record-v1.0.0.json",
"additionalProperties": false,
"title": "My site v1.0.0",
"type": "object",
"properties": {
"title": {
"description": "Record title.",
"type": "str... | o57437 |
{
"properties": {
"marathon-lb": {
"properties": {
"bind-http-https": {
"default": true,
"description": "Reserve ports 80 and 443 for the LB. Use this if you intend to use virtual hosts.",
"type": "boolean"
... | o90745 |
{
"description": "Schema for custom contexts",
"items": {
"additionalProperties": false,
"properties": {
"data": {},
"schema": {
"pattern": "^iglu:[a-zA-Z0-9-_.]+/[a-zA-Z0-9-_]+/[a-zA-Z0-9-_]+/[0-9]+-[0-9]+-[0-9]+$",
"type": "string"
... | sp_273_Normalized |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_EndpointAddress": {
"description": "EndpointAddress is a tuple that describes single IP address.",
"properties": {
"hostname": {
"description": "The Host... | kb_314_Normalized |
{
"title": "Ground",
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema",
"description": "Ground defines the main surface of the web scene, based on elevation layers. This object defines the ground properties to be set in the slides.",
"properties": {
"transparency": {
... | o90308 |
{
"properties": {
"discount_percentage": {
"description": "The discount percentage for the invoice",
"type": "number"
},
"items": {
"description": "The list of items in the invoice",
"items": {
"properties": {
"name": {
"description": "The name of the ... | generate_invoice_0efd27da |
{
"properties": {
"date": {
"description": "The date of the meeting",
"format": "date",
"type": "string"
},
"duration": {
"description": "The duration of the meeting in minutes",
"type": "integer"
},
"participants": {
"description": "The email addresses of the m... | schedule_meeting_8546158f |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "CSS contributions to package.json",
"type": "object",
"properties": {
"contributes": {
"type": "object",
"properties": {
"css.customData": {
"type": "array",
... | o80277 |
{
"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_aeb5bb1c |
{
"title": "JSON schema for Google Chrome extension manifest files",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": true,
"required": [
"manifest_version",
"name",
"version"
],
"properties": {
"manifest_version"... | o58639 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"description": "OpenStack job accounting data",
"properties": {
"disk_gb": {
"type": "string"
},
"ephermeral_gb": {
"type": "string"
},
"event_type": {
"t... | o83270 |
{
"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_e11655d8 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_storage_v1beta1_VolumeNodeResources": {
"description": "VolumeNodeResources is a set of resource limits for scheduling of volumes.",
"properties": {
"count": {
"... | kb_172_Normalized |
{
"properties": {
"include_lowercase": {
"description": "Include lowercase characters in the password",
"type": "boolean"
},
"include_numbers": {
"description": "Include numbers in the password",
"type": "boolean"
},
"include_symbols": {
"description": "Include symbol... | generate_random_password_5c9f8121 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Server start up",
"description": "List of servers to start",
"type": "object",
"properties": {
"servers": {
"type": "array",
"items": {
"type": "object",
"properties": {
... | o83720 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Coverage object",
"description": "Component of OGC Coverage Implementation Schema 1.1. Last updated: 2016-may-18. Copyright (c) 2016 Open Geospatial Consortium, Inc. All Rights Reserved. To obtain additional rights of use, visit http://www.op... | o46145 |
{
"properties": {
"autonegadvertised": {
"readonly": true,
"type": "string"
},
"autonegenabled": {
"enum": [
"NO",
"YES"
],
"readonly": true,
"type": "string"
},
"autonegma... | o30579 |
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.