json_schema stringlengths 43 1.28M | unique_id stringlengths 2 41 |
|---|---|
{
"title": "JSON Patch",
"description": "A JSON Schema describing a JSON Patch",
"$schema": "http://json-schema.org/draft-04/schema#",
"notes": [
"Only required members are accounted for, other members are ignored"
],
"type": "array",
"items": {
"description": "one JSON Patch... | o89003 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"description": "The list of items purchased by the customer",
"items": {
"properties": {
"price": {
"description": "The price of the product"... | generate_invoice_9f46fdc0 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Scenario Reasoner output for evaluate method",
"type": "object",
"properties": {
"result": {
"type": "object",
"title": "Result of the method evaluate",
"description": "This sub-schema describes... | o16041 |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Unit Settings",
"description": "Settings that describe the behaviour and formatting of rewards corresponding to the configured unit or unit pattern",
"type": "object",
"properties": {
"id": {
"type": "string",
... | o72199 |
{
"description": "A **custom field answer** stores arbitrary data about an applicant, answering the question posed by a **custom field**.",
"links": [
{
"description": "Display an existing custom field answer.",
"href": "/api/v1/user_identities/:user_identity_id/programs/:program... | o9507 |
{
"description": "ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).",
"properties": {
"audience": {
"desc... | kb_976_Normalized |
{
"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_741_Normalized |
{
"title": "TextFixed",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"numWords": {
"type": "integer",
"minimum": 1
}
},
"required": [
"numWords"
]
} | o91001 |
{
"type": "object",
"description": "DForms Form Schema",
"required": [
"sections"
],
"definitions": {
"section": {
"properties": {
"label": {
"type": "string"
},
"fields": {
"type": "object",
"patternProperties": {
"^[a-zA-Z0-9_]+... | o36016 |
{
"properties": {
"measurements": {
"description": "The measurements required for the object",
"properties": {
"height": {
"description": "The height of the cylinder",
"type": "number"
},
"radius": {
"description": "The radius of the sphere",
... | calculate_volume_56fe1b99 |
{
"description": "schema for a ISO8061 date used in statements in the xAPI, version 1.0.*",
"pattern": "^[+-]?(\\d\\d\\d\\d)(-)?(\\d\\d)(-)?(\\d\\d)(T)?(\\d\\d)(:)?(\\d\\d)(:)?(\\d\\d)(\\.\\d+)?(Z|([+-])(\\d\\d)(:)?(\\d\\d))?$",
"type": "string"
} | o88607 |
{
"properties": {
"customer_name": {
"description": "The customer's name",
"type": "string"
},
"items": {
"items": {
"properties": {
"name": {
"description": "The name of the item",
"type": "string"
},
"price": {
"... | create_invoice_c6dd12c9 |
{
"properties": {
"length": {
"description": "The length of the password",
"type": "integer"
},
"use_lowercase": {
"description": "Include lowercase letters in the password",
"type": "boolean"
},
"use_numbers": {
"description": "Include numbers in the password",
... | generate_random_password_4f3a045d |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/Enfernuz/quik-lua-rpc/json/schema/getTradeDate.result.scheme.json",
"title": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b getTradeDate",
"description": "\u... | o5255 |
{
"properties": {
"date": {
"description": "The date of the event in YYYY-MM-DD format",
"type": "string"
},
"end_time": {
"description": "The end time of the event in HH:MM format",
"type": "string"
},
"location": {
"description": "The location of the event",
"... | create_calendar_event_f33c7e77 |
{
"description": "List of keys of fields",
"oneOf": [
{
"description": "Dot (.) indexed strings that specifies field keys",
"type": "string"
},
{
"description": "Array of keys that index a field",
"items": {
"pattern": "^[^\... | o10076 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Common Core Metadata Schema",
"id": "http://project-open-data.github.io/schema#",
"properties": {
"PrimaryITInvestmentUII": {
"type": "string"
},
"accessLevel": {
"enum": [
... | o37682 |
{
"title": "Invocation manifest for FSL: Brain Extraction Tool (BET2)",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"config": {
"type": "object",
"properties": {
"fractional_intensity_threshold": {
... | o41482 |
{
"properties": {
"_id": {
"readOnly": true,
"type": "string"
},
"body": {
"_$id": "/properties/body",
"description": "",
"oneOf": [
{
"type": "null"
},
{
... | o25803 |
{
"type": "object",
"version": "v2",
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Auspice config file to be supplied to `augur export v2`",
"$comment": "This schema includes deprecated-but-handled-by-augur-export-v1 properties, but their schema definitions are somewhat incomplete"... | o63300 |
{
"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_c4be2be4 |
{
"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_bb1762cc |
{
"$id": "https://json.schemastore.org/jsdoc-1.0.0.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"plugins": {
"type": "array",
"title": "Configuring plugins",
"description": "Enables plugins for JSDoc",
"default": [],
"examples": [["plugins/markdown... | jsdoc-1 |
{
"additionalProperties": false,
"properties": {
"analyticsAvailable": {
"type": "boolean"
},
"apiAccess": {
"type": "boolean"
},
"apiType": {
"maxLength": 200,
"minLength": 0,
"pattern": "^$|(^(?:\\S+\\s+){0,19}... | o21137 |
{
"title": "Invocation manifest for FreeSurfer (v6.0.1): Recon-All",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"config": {
"type": "object",
"properties": {
"subject_id": {
"type": "string"
... | o41474 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_ServiceReference": {
"description": "ServiceReference holds a reference to Service.legacy.k8s.io",
"properties": {
"name": {
... | kb_1152_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "channon plan schema",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"steps": {
"type": "array",
... | o73815 |
{
"additionalProperties": false,
"description": "A generate_lead GTM server-side event.",
"properties": {
"currency": {
"description": "Currency of the items associated with the event, in 3-letter ISO 4217 format. Is required, if value is set.",
"maxLength": 3,
"m... | sp_84_Normalized |
{
"properties": {
"Interface": {
"type": "string"
},
"aclaction": {
"enum": [
"BRIDGE",
"DENY",
"ALLOW"
],
"type": "string"
},
"aclassociate": {
"enum": [
... | o30734 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "legal project billing record",
"type": "object",
"properties": {
"approval": {
"$ref": "#/definitions/approval"
},
"client": {
"$ref": "#/definitions/client"
},
"completed": ... | o55072 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"oneOf": [
{
"type": "string",
"enum": [
"standalone",
"gateway",
"peripheral",
"floating",
"edgeCompute",
"system"
... | o9824 |
{
"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_984_Normalized |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/Microsoft/azure-pipelines-vscode/blob/main/service-schema.json",
"$comment": "v1.219.1",
"title": "Pipeline schema",
"description": "A pipeline definition",
"oneOf": [
{
"$ref": "#/definitions/pipeline"
},
{... | service-schema |
{
"description": "A request for Order status information.",
"properties": {
"buyerId": {
"description": "The ID of the Service Provider (Buyer) organization placing the order.",
"maxLength": 25,
"type": "string"
},
"buyerPurchaseOrderNumber": {
... | o28203 |
{
"$id": "https://example.com/restapi/HasReadOnlyEtc.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "HasReadOnlyEtc",
"type": "object",
"definitions": {
"MyDateTime": {
"type": "string",
"format": "date-time",
"readOnly": true
... | o58622 |
{
"description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.",
"properties": {
"gmsaCredentialSpec": {
"description": "GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMS... | kb_1160_Normalized |
{
"description": "AllowedFlexVolume represents a single Flexvolume that is allowed to be used. Deprecated: use AllowedFlexVolume from policy API Group instead.",
"properties": {
"driver": {
"description": "driver is the name of the Flexvolume driver.",
"type": [
"... | kb_10_Normalized |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_certificates_v1beta1_CertificateSigningRequest": {
"description": "Describes a certificate signing request",
"properties": {
"apiVersion": {
"description": "APIV... | kb_72_Normalized |
{
"properties": {
"kafka": {
"description": "Rest proxy kafka service configuration",
"properties": {
"client_sasl_kerberos_service_name": {
"default": "kafka",
"description": "The Kerberos principal name that Kafka runs as. Thi... | o60299 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"discount": {
"description": "The discount percentage",
"type": "number"
},
"items": {
"description": "The items purchased",
"items": {
"properties": {
... | generate_invoice_642b2103 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Loot Table",
"description": "Schema for loot tables in Minecraf Add-Ons",
"definitions": {
"conditions": {
"type": "array",
"title": "Conditions",
"description": "Types of ... | o34351 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"linguist_details": {
"type": "object",
"description": "Details of Linguist run on one file",
"properties": {
"path": {
"type": "string"
},
... | o42041 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.EiffelSourceChangeSubmittedEvent",
"extendsJavaClass": "com.ericsson.eiffel.semantics.events.Event",
"properties": {
"meta": {
"type": "object",
... | o89741 |
{
"$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.... | o21399 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authentication_v1beta1_TokenReviewSpec": {
"description": "TokenReviewSpec is a description of the token authentication request.",
"properties": {
"audiences": {
... | kb_1072_Normalized |
{
"properties": {
"advancedepa": {
"enum": [
"ON",
"OFF"
],
"type": "string"
},
"analyticsprofile": {
"readonly": true,
"type": "string"
},
"appflowlog": {
"enum": [
... | o31201 |
{
"properties": {
"effect": {
"default": true,
"description": "When false use the EntityDataModuleWithoutEffects module instead of EntityDataModule.",
"type": "boolean"
},
"entityConfig": {
"default": true,
"description": "Create th... | o63314 |
{
"$id": "https://json.schemastore.org/vtestunit-schema.json",
"$ref": "#/definitions/636d/full",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"636d": {
"full": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Json schema for test unit configu... | vtestunit-schema |
{
"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_e4e98a6f |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the shape (for triangle)",
"type": "number"
},
"height": {
"description": "The height of the shape",
"type": "number"
},
"height_triangle": ... | calculate_area_90427cdb |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"gameAudioChannels": {
"type": "array",
"items": {
"type": "object",
"properties": {
"sd": {
"type": [
... | o63991 |
{
"properties": {
"base": {
"description": "The base of the triangle",
"type": "number"
},
"height": {
"description": "The height of the triangle",
"type": "number"
},
"length": {
"description": "The length of the rectangle",
"type": "number"
},
"radius"... | calculate_area_a4f34b1b |
{
"description": "Creates a new generic component definition in the given or default project.",
"properties": {
"changeDetection": {
"alias": "c",
"default": "Default",
"description": "The change detection strategy to use in the new component.",
"enum": [
... | o58458 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"exception": {
"description": "Exception schema",
"properties": {
"cause": {
"type": "string"
},
"id": {
"maxLength": 1... | o79409 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"autoStartCooldown": {
"descriptopn": "Whether or not to autmatically start the cooldown when a passenger is added to the train.",
"type": "boolean",
"default": false
... | o14741 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"properties": {
"carrier": {
"description": "acronym of the carrier you want to use",
"enum": [
"ups",
"dpd",
"hermes",
"gls"... | o75561 |
{
"description": "Schema for an array of recovery scenarios",
"items": {
"anyOf": [
{
"additionalProperties": false,
"properties": {
"error": {
"description": "Error filter used to discriminate the bad rows that will... | sp_308_Normalized |
{
"properties": {
"general": {
"description": "Storage configuration properties",
"properties": {
"auth": {
"default": false,
"description": "Run with security",
"type": "boolean"
},
... | o53129 |
{
"properties": {
"AppLayerVPNMapping": {
"description": "An array of mapping dictionaries.",
"items": {
"description": "Bundle ID to VPN UUID mapping",
"properties": {
"Identifier": {
"description": "The app... | o61646 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
"webhookId": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
"ap... | o9965 |
{
"$id": "https://json.schemastore.org/bxci.schema-2.x.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"branchPattern": {
"description": "Regular expression for validating branch names",
"type": "string"
},
"timeout": {
"description": "Timeout in seconds... | bxci |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_admissionregistration_v1beta1_MutatingWebhook": {
"description": "MutatingWebhook describes an admission webhook and the resources and operations it applies to.",
"properties": {
"a... | kb_569_Normalized |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_EventSource": {
"description": "EventSource contains information for an event.",
"properties": {
"component": {
"description": "Component from which the ... | kb_327_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema",
"id": "http://schema.dcos/acl/auth",
"title": "DCOS ACL: User authentication",
"type": "object",
"properties": {
"token": {
"title": "User authentication token",
"type": "string"
}
},
"required": [... | o48805 |
{
"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_15a043b0 |
{
"properties": {
"base_price": {
"description": "The base price of an item",
"type": "number"
},
"discounts": {
"description": "The discounts applied to the item",
"items": {
"properties": {
"type": {
"description": "The type of discount (e.g., percen... | calculate_discounted_price_f6d5b62c |
{
"dependencies": {
"shape": {
"oneOf": [
{
"properties": {
"radius": {
"type": "number"
},
"shape": {
"const": "circle"
}
}
},
{
"properties": {
"length": {
... | calculate_area_530837db |
{
"properties": {
"dimensions": {
"properties": {
"length": {
"description": "The length of the rectangle",
"type": "number"
},
"radius": {
"description": "The radius of the circle",
"type": "number"
},
"width": {
"des... | calculate_area_4b858043 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
"notebookExecutionId": {
"type... | o9932 |
{
"id": "https://schema.management.azure.com/schemas/2017-11-01-preview/Microsoft.Management.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Microsoft.Management",
"description": "Microsoft Management Resource Types",
"resourceDefinitions": {},
"tenant_resourceDefinitions... | o1707 |
{
"properties": {
"accounting": {
"enum": [
"ON",
"OFF"
],
"type": "string"
},
"attribute1": {
"type": "string"
},
"attribute10": {
"type": "string"
},
"attribute11": {... | o30153 |
{
"$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.... | o21188 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta1_CrossVersionObjectReference": {
"description": "CrossVersionObjectReference contains enough information to let you identify the referred resource.",
"properties": {
... | kb_552_Normalized |
{
"properties": {
"Snmpoid": {
"type": "string"
},
"acctapplicationid": {
"type": "object"
},
"action": {
"enum": [
"NONE",
"LOG",
"DOWN"
],
"type": "string"
},... | o30532 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/Enfernuz/quik-lua-rpc/json/schema/SetCell.args.scheme.json",
"title": "\u0410\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u044b \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b SetCell",
"description": "\u0421\u0445\u... | o5163 |
{
"type": "array",
"decription": "Array of objects, each represents sort to be performed on the results of a search criteria. For mutlisorts the first sort takes precedence.",
"items": {
"type": "object",
"properties": {
"field": {
"type": "string",
... | o64024 |
{
"description": "Entity returned after successfully authenticating.",
"properties": {
"expires": {
"description": "Expiration time of the token.",
"type": "string"
},
"token": {
"description": "A *JSON Web Token* that is valid for 15 minutes.",
... | o84343 |
{
"properties": {
"coordinates1": {
"properties": {
"latitude": {
"description": "The latitude of the first coordinate",
"type": "number"
},
"longitude": {
"description": "The longitude of the first coordinate",
"type": "number"
}
... | calculate_distance_efe293ea |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ExecAction": {
"description": "ExecAction describes a \"run in container\" action.",
"properties": {
"command": {
"description": "Command is the command ... | kb_522_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"pets": {
"type": "object",
"properties": {
"dog": {
"type": "array",
"items": {
"type": "string"
},
... | o41692 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"location": {
"type": "object",
"properties": {
"alias": {
"type": "string"
... | o19365 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"type": "object",
"description": "details of the information an app holds against a category node, e.g. the testimonials of employees in the Eastern region IT org",
"properties": {
"summary": {
"type": "string",
"desc... | o79557 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta1_CrossVersionObjectReference": {
"description": "CrossVersionObjectReference contains enough information to let you identify the referred resource.",
"properties": {
... | kb_403_Normalized |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1beta1_RoleRef": {
"description": "RoleRef contains information that points to the role being used",
"properties": {
"apiGroup": {
"description": "APIGroup... | kb_90_Normalized |
{
"additionalProperties": false,
"description": "Schema for a AWS CloudFront web distribution access log event. Version released 21 Oct 2013",
"properties": {
"cIp": {
"maxLength": 45,
"type": [
"string",
"null"
]
},
... | sp_3_Normalized |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"version": "1.2.0",
"title": "NameArray",
"type": "object",
"definitions": {
"nameTableRow": {
"properties": {
"min": {
"type": "integer"
},
"max": {
... | o15203 |
{
"description": "Sysctl defines a kernel parameter to be set",
"properties": {
"name": {
"description": "Name of a property to set",
"type": [
"string",
"null"
]
},
"value": {
"description": "Value of a prop... | kb_1056_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"id": "https://eddn.edcd.io/schemas/blackmarket/1#",
"properties": {
"$schemaRef": {
"type": "string"
},
"header": {
"additionalProperties": true,
"propertie... | o4177 |
{
"title": "JSON schema for ESLint configuration files",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"definitions": {
"rule": {
"oneOf": [
{
"description": "ESLint rule\n\n0 - turns the rule off\n1 - turn the rule on as ... | o9981 |
{
"$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.... | o21436 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"emailAddress": {
"pattern": "^[^@^\\s]+@[^@^\\.^\\s]+(\\.[^@^\\.^\\s]+)+$",
"type": "string"
},
"hashpw": {
"description": "set to False to skip... | o21149 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"migration": {
"type": "object",
"properties": {
"nbCandidatMigration": {
"type": "integer",
"minimum": 0
},
... | o13954 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "O3D3xx Volume model configuration",
"type": "object",
"properties": {
"Name": {
"type": "string"
},
"PrivateType": {
"type": "string",
"default": "Volume",
"attribute... | o57652 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the shape (for triangles)",
"type": "number"
},
"height": {
"description": "The height of the shape (for triangles)",
"type": "number"
},
"l... | calculate_area_ebaeb97c |
{
"$schema": "http://json-schema.org/draft-04/schema",
"definitions": {
"___traits_trait_additional_properties_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": {},
"description": "A grab-bag object for non-validatable data.",
... | wp_117_Normalized |
{
"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_808_Normalized |
{
"description": "A configuration of the sprite animation.</a>",
"properties": {
"end": {
"description": "The index of the ending frame.",
"example": 24,
"title": "End",
"type": "number"
},
"frameRate": {
"default": 30,
... | o44258 |
{
"properties": {
"end_time": {
"description": "The end time of the meeting",
"format": "date-time",
"type": "string"
},
"participants": {
"description": "Email addresses of the meeting participants",
"items": {
"type": "string"
},
"type": "array"
},
... | schedule_meeting_d7c6d780 |
{
"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_c4a1d9a4 |
{
"properties": {
"comment": {
"type": "string"
},
"onContentLoad": {
"min": -1,
"type": "number"
},
"onLoad": {
"min": -1,
"type": "number"
}
},
"type": "object"
} | o90448 |
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.