json_schema stringlengths 43 1.28M | unique_id stringlengths 2 41 |
|---|---|
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"due_date": {
"description": "The due date of the invoice",
"format": "date",
"type": "string"
},
"items": {
"items": {
"properties": {
"descrip... | create_invoice_cc60fdf8 |
{
"id": "http://schemas.triniti.io/json-schema/triniti/curator/mixin/carousel-widget/1-0-0.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"_id": {
"type": "string",
"pattern": "^[\\w\\/\\.:-]+$",
"pbj": {
... | o82740 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": " ",
"properties": {
"content": {
"type": "string"
},
"contentType": {
"enum": [
"application/xml",
"application/json"
... | o29023 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Fibaro Home Center RGB Controller JSON Schema",
"name": "rgb_driver",
"type": "object",
"properties": {
"id": {
"description": "Fibaro Home Center device ID",
"type": "integer",
"minim... | o56012 |
{
"$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_30_Normalized |
{
"additionalProperties": false,
"definitions": {
"param": {
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
},
"nullable": {
"type": "boolean"
},
... | o61348 |
{
"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_195_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Marketplace",
"description": "Firefox Marketplace manifest.webapp file - shared",
"type": "object",
"required": [
"description",
"name"
],
"additionalProperties": false,
"dependencies": {
"default_locale": [
"locales"
... | o61772 |
{
"properties": {
"ca": {
"readonly": true,
"type": "boolean"
},
"cipherredirect": {
"enum": [
"ENABLED",
"DISABLED"
],
"readonly": true,
"type": "string"
},
"cipherurl": {... | o30988 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "ClinVar Report Schema",
"type": "object",
"properties": {
"schema_version": {
"type": "string"
},
"notes": {
"type": "object"
},
"metadata": {
"type": "object",
... | o18353 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"properties": {
"email": {
"_format": "email",
"maxLength": 1024,
"type": "string"
},
"token": {
"type": "string"
}
},
"required": [
... | o6205 |
{
"$comment": "Based on https://github.wdf.sap.corp/mta/spec/blob/master/schemas/v3/v3.3/mta-schema.yaml",
"$id": "http://example.com/mta.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"generic-memory": {
"type": "string",
"pattern": "^[1-9][0-9]*(M|MB|G|GB|... | mta |
{
"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 zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.",
... | kb_50_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"line1": {
"type": "string"
},
"city": {
"type": "string"
},
"state": {
"type": "string"
},
"zip": {
"type": "stri... | o81564 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "plagiarize.yaml configuration schema",
"id": "https://json.schemastore.org/plagiarize",
"properties": {
"repo": {
"required": ["url"],
"type": "object",
"description": "Configuration for strings, files, and file paths ... | plagiarize |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the triangle shape",
"type": "number"
},
"height": {
"description": "The height of the triangle shape",
"type": "number"
},
"length": {
... | calculate_area_c4e5ca37 |
{
"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_769_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"details_metadata": {
"type": "object",
"description": "generic metadata dict in details list",
"properties": {
"author": {
"oneOf": [
... | o60990 |
{
"$comment": "https://gohugo.io/getting-started/configuration/",
"$id": "https://json.schemastore.org/hugo.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"uniqueStringArray": {
"type": "array",
"uniqueItems": true,
"items": {
"type": "string",
... | hugo |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Sparks.Network data model",
"type": "object",
"required": [
"project",
"opp",
"contrib",
"benefit",
"team",
"oppAllowedTeam"
],
"additionalProperties": false,
"properties":... | o14528 |
{
"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_232_Normalized |
{
"additionalProperties": false,
"definitions": {
"config": {
"additionalProperties": false,
"id": "#/definitions/config",
"patternProperties": {
"^x-": {}
},
"properties": {
"external": {
"pr... | o80251 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "JSON schema for NPM package.json files",
"definitions": {
"person": {
"description": "A person who has been involved in creating or maintaining this package",
"type": [
"object",
... | o77304 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Rhythmone Adapter Params",
"description": "A schema which validates params accepted by the Rhythmone adapter",
"type": "object",
"properties": {
"placementId": {
"type": "string",
"description": "An ID ... | o68329 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Mny Currency",
"type": "object",
"additionalProperties": false,
"properties": {
"_id": {
"type": "integer",
"description": "A unique ID for MnyCurrency"
},
"code": {
"type": ... | o46259 |
{
"additionalProperties": false,
"description": "Schema for a Hipchat room notification command",
"properties": {
"color": {
"enum": [
"YELLOW",
"GREEN",
"RED",
"PURPLE",
"GRAY",
"RANDOM"
... | sp_97_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Environment Classes",
"description": "Information about the classes in a Puppet code environment",
"type": "object",
"properties": {
"files": {
"description": "The array of manifest files which exist in an environm... | o88110 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"title": "notification content",
"description": "notification content",
"type": "object",
"properties": {
"from": {
"type": "string"
},
"to": {
"type": "string"
... | o64288 |
{
"description": "This defines the schema of the CWL Command Line Tool Description document.",
"type": "object",
"properties": {
"class": {
"type": "string"
},
"baseCommand": {
"description": "Specifies the program to execute. If the value is an array, the fi... | o69210 |
{
"$id": "https://antha.com/layout-schema",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "JSON Schema for deck layout description",
"type": "object",
"required": [
"before",
"after",
"new_ids",
"version"
],
"properties": {
"vers... | o29389 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Select2 Auto-complete Data Schema",
"description": "",
"type": "array",
"items": {
"oneOf": [
{
"type": "string"
},
{
"type": "object",
"prope... | o36788 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"booleanAnnotationDefaultValue": {
"hide": true,
"type": "string"
},
"booleanAnnotationWithFalse": {
"hide": false,
"type": "string"
},
"booleanAnnotati... | o17602 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_admissionregistration_v1_MutatingWebhook": {
"description": "MutatingWebhook describes an admission webhook and the resources and operations it applies to.",
"properties": {
"admiss... | kb_570_Normalized |
{
"definitions": {
"character": {
"definitions": {
"level": {
"type": "integer"
},
"name": {
"type": "string"
},
"spells": {
"items": {
... | o84111 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "image",
"description": "Image representation",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"width": {
"type": ... | o27395 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_CrossVersionObjectReference": {
"description": "CrossVersionObjectReference contains enough information to let you identify the referred resource.",
"properties": {
... | kb_404_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"properties": {
"carrier": {
"description": "carrier used for this pickup request",
"type": "string"
},
"carrier_pickup_number": {
"description": "carrier identi... | o75562 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"area": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the exported area used to show or ... | o9363 |
{
"properties": {
"onDuplicateRun": {
"enum": [
"mark_job_as_canceled",
"mark_job_as_failed"
],
"type": "string"
}
},
"required": [
"onDuplicateRun"
],
"type": "object"
} | o67196 |
{
"additionalProperties": false,
"properties": {
"nanoentities": {
"items": {
"additionalProperties": false,
"properties": {
"context": {
"type": "string"
},
"name": {
... | o13947 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"description": "The list of items in the invoice",
"items": {
"properties": {
"name": {
"description": "The name of the item",
"t... | generate_invoice_5c603d84 |
{
"properties": {
"dimensions": {
"dependencies": {
"base": [
"triangle"
],
"height": [
"triangle"
],
"radius": [
"circle"
],
"shape": [
"rectangle"
]
},
"properties": {
"base": {
... | calculate_area_518cb15d |
{
"properties": {
"discounts": {
"description": "The list of discounts to be applied",
"items": {
"properties": {
"code": {
"description": "The discount code",
"type": "string"
},
"percentage": {
"description": "The percentage d... | calculate_discounted_price_20a79ee6 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"headline"
],
"properties": {
"headline": {
"type": "object",
"description": "The HTML text to be shown as a headline.",
"properties": {
"i18nHt... | o52960 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"details_metadata": {
"type": "object",
"description": "generic metadata dict in details list",
"properties": {
"author": {
"oneOf": [
... | o60993 |
{
"description": "A post.",
"properties": {
"articles": {
"properties": {
"content": {
"type": "string"
},
"id": {
"type": "string"
},
"links": {
"prope... | o76740 |
{
"properties": {
"dimensions": {
"description": "The dimensions of the shape",
"properties": {
"base": {
"description": "The base of the triangle",
"type": "number"
},
"height": {
"description": "The height of the triangle",
"type": "num... | calculate_area_de460cb9 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_DownwardAPIVolumeFile": {
"description": "DownwardAPIVolumeFile represents information to create the file containing the pod field",
"properties": {
"fieldRef": {
... | kb_285_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Action target",
"type": "object",
"properties": {
"name": {
"description": "A name to identify the action target. **Remark**: The name is unique against the action target template and organization.",
"type"... | o14461 |
{
"description": "Schema for a Snowplow payload",
"items": {
"additionalProperties": false,
"properties": {
"ad_ad": {
"type": "string"
},
"ad_ba": {
"type": "string"
},
"ad_ca": {
"type":... | sp_302_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"rating": {
"type": "number",
"minimum": 1.0,
"maximum": 5.0
}
},
"additionalProperties": false,
"required": [
"rating"
]
} | o81591 |
{
"id": "http://select-object-path/ref.alias.schema.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"description": "select alias",
"default": {
"*": ".*",
"all": "*",
"none": "-*"
},
"patternProperties": {
"\\w": {
"... | o21729 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ietf-dots-signal-channel:signal-config": {
"$ref": "#/definitions/SignalConfig"
}
},
"definitions": {
"SignalConfig": {
"type": "object",
"properties... | o64613 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://dcc.icgc.org/project-text",
"type": "object",
"properties": {
"_summary": {
"id": "https://dcc.icgc.org/project-text/_summary",
"type": "object",
"properties": {
"_state": {... | o47120 |
{
"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_bc041dac |
{
"properties": {
"include_lowercase": {
"description": "Whether to include lowercase letters",
"type": "boolean"
},
"include_numbers": {
"description": "Whether to include numbers",
"type": "boolean"
},
"include_symbols": {
"description": "Whether to include symbols"... | generate_random_password_0b5e94e6 |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Container cleanup input",
"type": "object",
"required": [
"fabric_fq_name",
"container_name"
],
"properties": {
"container_name": {
"type": "string"
},
"fabric_fq_name": {
... | o8450 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"rule": {
"description": "CSS Lint rule\n\n'false' means rule is off\n'true' means it is a warning\n'2' means the rule is an error",
"enum": [2, true, false]
}
},
"id": "https://json.schemastore.org/csslintrc.json",
"... | csslintrc |
{
"id": "https://raw.githubusercontent.com/eviratec/schema/master/v1/person/name.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "schema for a person name",
"type": "object",
"additionalProperties": false,
"required": [
"title",
"first_given_name",
... | o39508 |
{
"version": "0.4",
"definitions": {
"color": {
"type": "string",
"pattern": "^#[0-9a-fA-F]{6}([0-9a-fA-F]{2})?$",
"title": "Color",
"description": "Color in #RRGGBB or #RRGGBBAA format",
"examples": [
"#123abc",
... | o60038 |
{
"id": "http://spydra.spotify.net/configuration#",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "schema for Spydra configuration",
"type": "object",
"properties": {
"cluster_type": {
"description": "type of cluster to execute on",
"enum": [
... | o77712 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {},
"properties": {},
"additionalProperties": false
} | o45229 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Nature",
"definitions": {
"translations": {
"type": "object",
"properties": {
"cz": {
"type": "string"
},
"dk": {
... | o48424 |
{
"properties": {
"dimensions": {
"description": "The dimensions of the shape",
"properties": {
"length": {
"description": "The length of the shape",
"type": "number"
},
"radius": {
"description": "The radius of the shape",
"type": "numbe... | calculate_area_7db96f6d |
{
"$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.... | o21173 |
{
"properties": {
"include_lowercase": {
"description": "Include lowercase letters",
"type": "boolean"
},
"include_numbers": {
"description": "Include numbers",
"type": "boolean"
},
"include_special_characters": {
"description": "Include special characters",
"ty... | generate_random_password_6b6c3cfd |
{
"additionalProperties": false,
"description": "Schema for a Mandrill message marked as spam event",
"properties": {
"_id": {
"type": "string"
},
"msg": {
"additionalProperties": false,
"properties": {
"_id": {
... | sp_128_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Proxy",
"description": "A proxy",
"type": "object",
"additionalProperties": false,
"properties": {
"user": {
"type": [
"string",
"null"
]
},
"password... | o29042 |
{
"properties": {
"dimensions": {
"additionalProperties": false,
"properties": {
"base": {
"description": "The base of the triangle",
"type": "number"
},
"height": {
"description": "The height of the triangle",
"type": "number"
},... | calculate_area_91f73ffd |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Codex Item Schema",
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
},
"instanceId": {
"type": "string"
},
"description": {
... | o24174 |
{
"description": "ServiceReference holds a reference to Service.legacy.k8s.io",
"properties": {
"name": {
"description": "name is the name of the service. Required",
"type": [
"string",
"null"
]
},
"namespace": {
... | kb_985_Normalized |
{
"properties": {
"dimensions": {
"properties": {
"height": {
"description": "The height of the triangle (if applicable)",
"type": "number"
},
"length": {
"description": "The length of the square or triangle's base (if applicable)",
"type": "nu... | calculate_area_f30743ea |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"properties": {
"type": "object",
"properties": {
"Comment": {
"type": "string"
},
"Version": {
"type": "string"
},
"Browser_Modus": {
"type": "string"
... | o60846 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"description": "The list of items in the invoice",
"items": {
"properties": {
"name": {
"description": "The name of the item",
"t... | generate_invoice_65ca3e70 |
{
"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_355_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"_format": "uuid",
"description": "uuid",
"maxLength": 36,
"minLength": 36,
"title": "uuid",
"type": "string"
} | o70292 |
{
"_copyright": "Copyright (c) 2014 Juniper Networks, Inc. All rights reserved.",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"ipmi_addr... | o8493 |
{
"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_820_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"inkarnation": {
"type": "string",
"description": "der Name der Inkarnation"
},
"messages": {
"type": "array",
"items": {
"type": ... | o79705 |
{
"$comment": "Port this schema to https://github.com/zyedidia/micro repository.",
"$id": "https://json.schemastore.org/micro-syntax.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
"string-or-region": {
"oneOf": [
{
"titl... | micro-syntax |
{
"description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.",
"properties": {
"apiVersion": {
"description": "API version of the refer... | kb_658_Normalized |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base length of the triangle",
"type": "number"
},
"height": {
"description": "The height of the triangle",
"type": "number"
},
"radius": {
... | calculate_area_ab41872f |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"__version": 1,
"description": "Tenant of a running application.",
"id": "http://schlothauer.de/schemas/shared/tenant.json",
"properties": {
"active": {
"__tags": [
"notNull",
"defaultTrue"
... | o73999 |
{
"properties": {
"model": {
"type": "object"
},
"targetFile": {
"type": "string"
},
"template": {
"type": "string"
},
"templateDict": {
"properties": {
"kind": {
"type": "stri... | o27219 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Alarm Configuration",
"description": "Lists alarms",
"limited": false,
"strictProps": false,
"definitions": {
"emailRecipient": {
"title": "E-mail recipient",
"type": "object",... | o33131 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"list": {
"type": "string",
"enum": [
"3",
"4"
],
"default": "4"
}
}
} | o69507 |
{
"properties": {
"departure_date": {
"description": "The departure date in the format yyyy-mm-dd",
"type": "string"
},
"destination": {
"description": "The destination airport",
"type": "string"
},
"origin": {
"description": "The origin airport",
"type": "strin... | book_flight_c933065e |
{
"type": "array",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "",
"minItems": 1,
"_uniqueItems": true,
"items": {
"type": "object",
"required": [
"internalName",
"id",
"contentId"
],
"properties": {
... | o4259 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {},
"id": "http://azure101.com/feedback.json",
"properties": {
"email": {
"description": "End user's email address",
"id": "/properties/email",
"title": "email",
"type": "string... | o393 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/Enfernuz/quik-lua-rpc/json/schema/sleep.args.scheme.json",
"title": "\u0410\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u044b \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b sleep",
"description": "\u0421\u0445\u0435... | o5263 |
{
"properties": {
"package_dimensions": {
"properties": {
"height": {
"description": "The height of the package in centimeters",
"type": "number"
},
"length": {
"description": "The length of the package in centimeters",
"type": "number"
... | calculate_shipping_cost_bced3bef |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "page-reload",
"description": "page-reload data sent as Map(s,s).",
"type": "object",
"oneOf": [
{
"$ref": "#/definitions/reload_instance"
},
{
"$ref": "#/definitions/reload_sequence"
... | o69586 |
{
"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_1552696c |
{
"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_abe40afd |
{
"description": "Automatically taken from CADI, based on CADI ID",
"title": "Information from CADI database",
"properties": {
"status": {
"type": "string",
"title": "Status"
},
"publication_status": {
"type": "string",
"title": "Public... | o66149 |
{
"properties": {
"check_in_date": {
"description": "The check-in date",
"type": "string"
},
"check_out_date": {
"description": "The check-out date",
"type": "string"
},
"location": {
"description": "The location to search for hotels",
"type": "string"
},
... | find_hotels_be25713a |
{
"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_b5aac8b4 |
{
"$comment": "https://developer.chrome.com/docs/extensions/mv3/i18n-messages/",
"$id": "https://json.schemastore.org/chrome-extension-locales-messages.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"patternProperties": {
"^(?!@@)[\\w@]+$": {
"properties"... | chrome-extension-locales-messages |
{
"id": "https://raw.githubusercontent.com/InfinniPlatform/InfinniUI-schema/master/Components/TextEditorBase/DisplayFormat/NumberFormat.json",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "\u0424\u043e\u0440\u043c\u0430\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u04... | o7441 |
{
"title": "Manifest.json Schema",
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://qooxdoo.org/schema/Manifest-1-0-0.json",
"description": "qooxdoo's Manifest files serve to provide meta information for a library in a structured way. Their syntax is in JSON. They have a more informa... | o51168 |
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.