json_schema stringlengths 43 1.28M | unique_id stringlengths 2 41 |
|---|---|
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Domain set",
"type": "array",
"items": {
"title": "Domain",
"type": "object",
"properties": {
"apiVersion": {
"enum": [
"v1beta1",
"v1.0",
... | o68600 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"description": "The items included in the invoice",
"items": {
"properties": {
"price": {
"description": "The price of the product",
... | generate_invoice_2c02e40e |
{
"properties": {
"boundto": {
"type": "string"
},
"name": {
"type": "string"
},
"priority": {
"readonly": true,
"type": "integer"
}
},
"title": "authorizationpolicy_authorizationpolicylabel_binding",
"type":... | o31608 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ConfigMapEnvSource": {
"description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-val... | kb_317_Normalized |
{
"description": "Initiate the background execution of a specific export (e.g. export template). Required parameters are the identity that the export belongs to, and the **id** of the export that you wish to run. This will create an instance of a running **export_file**, which is what you can monitor to determine w... | o9513 |
{
"properties": {
"dimensions": {
"properties": {
"height": {
"description": "The height of the shape",
"type": "number"
},
"length": {
"description": "The length of the shape",
"type": "number"
},
"width": {
"descript... | calculate_area_0668f32b |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"items": {
"properties": {
"name": {
"description": "The name of the item",
"type": "string"
},
"price": {
... | generate_invoice_c57328a1 |
{
"properties": {
"point1": {
"properties": {
"latitude": {
"description": "The latitude of point 1",
"type": "number"
},
"longitude": {
"description": "The longitude of point 1",
"type": "number"
}
},
"required": [
... | calculate_distance_1244b889 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Result of validation attempt",
"type": "object",
"properties": {
"result": {
"description": "The result may be valid or not_valid",
"type": "string"
},
"contexts": {
"descr... | o7294 |
{
"properties": {
"appfwsessionid": {
"readonly": true,
"type": "string"
},
"clientip": {
"readonly": true,
"type": "string"
},
"destip": {
"readonly": true,
"type": "string"
},
"endtime":... | o30029 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"type": "object",
"properties": {
"timeSincePath": {
"title": "Time Since Path",
"description": "JSON path to store the time since last not throttled payload",
"type": "stri... | o6228 |
{
"id": "http://www.gandhi.io/schema/project",
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema",
"required": [
"id",
"title",
"cycle_id"
],
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
},
... | o60759 |
{
"properties": {
"paging": {
"properties": {
"addPageInfo": {
"default": false,
"type": "boolean"
},
"limit": {
"minimum": 1,
"type": "integer"
}
... | o10091 |
{
"properties": {
"include_digits": {
"description": "Include digits in the password",
"type": "boolean"
},
"include_lowercase": {
"description": "Include lowercase letters in the password",
"type": "boolean"
},
"include_symbols": {
"description": "Include symbols in ... | generate_random_password_adc9cd6f |
{
"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_7986d578 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"order_items": {
"items": {
"properties": {
"product_name": {
"description": "The name of the product",
"type": "string"
},
"q... | generate_invoice_734e9b33 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"username": {
"type": "string"
},
"id": {
"type": "string"
},
"loop": {
"type": "integer",
"minimum": 0
},
"commen... | o76766 |
{
"$id": "https://json.schemastore.org/nodemon.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"pathPattern": {
"anyOf": [
{
"type": "string"
},
{
"type": "object",
"properties": {
"re": {
"type... | nodemon |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"patternProperties": {
"^[a-zA-Z0-9._-]+$": {
"$ref": "#/definitions/service"
}
},
"definitions": {
"service": {
"type": "object",
"properties": {
"bu... | o4139 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "zipcode",
"description": "Zip Code",
"type": "string",
"minLength": 5,
"maxLength": 10,
"pattern": "^([0-9]{5})(-([0-9]{4}))?$"
} | o70294 |
{
"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_0c056a88 |
{
"$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.... | o21227 |
{
"description": "Available events to bind actions to for the <a href=\"#controller-gamepad\">controller gamepad.</a>",
"properties": {
"onDown": {
"anyOf": [
{
"type": "string"
},
{
"items": {
... | o44241 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"name": "Repository Configuration",
"properties": {
"abandoned": {
"additionalProperties": {
"description": "A valid Package name",
"type": [
"bo... | o27793 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$ref": "#/definitions/strmprivacy.api.entities.v1.Schema.SimpleSchemaDefinition",
"definitions": {
"strmprivacy.api.entities.v1.Schema.SimpleSchemaDefinition": {
"type": "object",
"properties": {
"avroName": {
"$ref": "#/de... | strmprivacy |
{
"properties": {
"keywords": {
"description": "The keywords to search for in job opportunities",
"items": {
"type": "string"
},
"type": "array"
},
"location": {
"description": "The location to search for job opportunities",
"type": "string"
},
"salary_r... | search_jobs_5a64299e |
{
"properties": {
"end_date": {
"description": "The end date and time of the event",
"format": "date-time",
"type": "string"
},
"location": {
"description": "The location of the event",
"type": "string"
},
"start_date": {
"description": "The start date and time ... | create_calendar_event_c2876547 |
{
"definitions": {
"CampaignMission": {
"type": "object",
"additionalProperties": false,
"properties": {
"missionNumber": {
"type": "integer",
"multipleOf": 1
},
"name": {
... | o5463 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://atomicbits.io/raml10/bbox.json",
"description": "A bounding box as defined by GeoJSON",
"type": "array",
"items": {
"type": "number"
}
} | o24474 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "The value returned by GET /_active_tasks",
"items": {
"properties": {
"changes_done": {
"type": "number"
},
"database": {
"type": "string"
},
... | o60108 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Data Frequency",
"description": "Defines the format for describing the update frequency of a data source",
"type": "object",
"properties": {
"split": {
"description": "The final component of the data packet name, i... | o47061 |
{
"id": "http://www.gandhi.io/schema/cycle",
"$schema": "http://json-schema.org/draft-04/schema",
"required": [
"id",
"title"
],
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
},
"title": {
... | o60756 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "verifyPaymentChannelClaim",
"type": "boolean",
"additionalProperties": false
} | o70564 |
{
"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_809_Normalized |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SELinuxOptions": {
"description": "SELinuxOptions are the labels to be applied to the container",
"properties": {
"level": {
"description": "Level is SEL... | kb_727_Normalized |
{
"properties": {
"dimensions": {
"properties": {
"height": {
"description": "The height of the object",
"type": "number"
},
"length": {
"description": "The length of the object",
"type": "number"
},
"width": {
"descri... | calculate_volume_8bfb0169 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "avalon-core:subset-2.0",
"description": "A container of instances",
"type": "object",
"additionalProperties": true,
"required": [
"schema",
"type",
"parent",
"name",
"data"
],
"prope... | o60874 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": true,
"definitions": {
"gateState": {
"description": "for actions that are apply gates, true if the gate has been passed for this specific candidate + job, false if it was failed - this field should only be p... | o79503 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"required": [
"config",
"inputs"
],
"type": "object",
"properties": {
"inputs": {
"required": [
"NIFTI"
],
"type": "object",
"properties": {
... | o41278 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"base_path",
"content_id",
"document_type",
"govuk_request_id",
"locale",
"payload_version",
"schema_name"
],
"additionalProperties": false,
"properties... | o21332 |
{
"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_123f4fe8 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the shape (for triangle)",
"type": "number"
},
"height": {
"description": "The height of the shape (for triangle)",
"type": "number"
},
"len... | calculate_area_8fdada79 |
{
"$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.... | o21360 |
{
"$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]... | o5370 |
{
"id": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v1.2/dataTypeBase.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Data type fields (section 4.3.3)",
"type": "object",
"oneOf": [
{
"required": [
"typ... | o12175 |
{
"properties": {},
"required": [],
"title": "NgRx Component NgRxPush Migration from async to ngrxPush",
"type": "object"
} | o63326 |
{
"description": "CSIDriverSpec is the specification of a CSIDriver.",
"properties": {
"attachRequired": {
"description": "attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes at... | kb_167_Normalized |
{
"properties": {
"client": {
"description": "The name of the client",
"type": "string"
},
"items": {
"items": {
"properties": {
"description": {
"description": "The description of the item",
"type": "string"
},
"price": {
... | create_invoice_08d4a43a |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"attribute": {
"type": "string",
"pattern": "^[0-9a-zA-Z_-]{1,255}$"
},
"deviceTags": {
"type": "array",
"items": {
"type": "objec... | o9925 |
{
"id": "http://schemas.triniti.io/json-schema/triniti/apollo/mixin/poll-answer/1-0-0.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"_id": {
"type": "string",
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA... | o82616 |
{
"properties": {
"customer": {
"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",
"type":... | create_invoice_1c8ffeb0 |
{
"id": "https://opendesk.cc/schemata/base/exception.json",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Winnow Exception Value",
"type": "object",
"properties": {
"key": {
"type": "string"
},
"type": {
"type": "string"
},
... | o65508 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Element Info",
"description": "Info files for v3 elements.",
"type": "object",
"additionalProperties": false,
"required": [
"controller"
],
"properties": {
"controller": {
"description": "The na... | o79727 |
{
"properties": {
"category": {
"description": "The category of the news articles (e.g. business, sports, entertainment)",
"type": "string"
},
"country": {
"description": "The country of the news articles (e.g. US, GB, DE)",
"type": "string"
},
"keywords": {
"descript... | search_news_dc3048f7 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"id": "https://json.schemastore.org/traefik-v2.json",
"properties": {
"accessLog": {
"type": "object",
"properties": {
"filePath": {
"type": "string"
},
"format": {
... | traefik-v2 |
{
"additionalProperties": false,
"description": "Schema for a Google Analytics enhanced e-commerce product entity",
"properties": {
"brand": {
"maxLength": 500,
"type": [
"string",
"null"
]
},
"category": {
... | sp_50_Normalized |
{
"$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.... | o21364 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"parameter": {
"properties": {
"metadata": {
"description": "Client specific parameter metadata",
"type": "object"
... | o1529 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Kubient Adapter Params",
"description": "A schema which validates params accepted by the Kubient adapter",
"type": "object",
"properties": {
"zoneid": {
"type": "string",
"description": "Zone ID identif... | o68315 |
{
"additionalProperties": false,
"description": "Schema for an IP anonymization enrichment",
"properties": {
"enabled": {
"type": "boolean"
},
"name": {
"type": "string"
},
"parameters": {
"additionalProperties": false,
... | sp_255_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "flutter.yaml",
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
},
"uses-material-design": {
"type": "boolean"
},
"assets": {
... | o19155 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Schema for Interra site config object",
"properties": {
"description": {
"description": "Description of the site",
"title": "Description",
"type": "string"
},
"devdUrl": {
... | o47976 |
{
"properties": {
"builtin": {
"enum": [
"MODIFIABLE",
"DELETABLE",
"IMMUTABLE",
"PARTITION_ALL"
],
"readonly": true,
"type": "object"
},
"feature": {
"enum": [
... | o30360 |
{
"$defs": {},
"$id": "https://json.schemastore.org/clang-format.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": {},
"description": "The .clang-format file is a YAML file defining formatting styles used by clang-format.\r\r see https://clang.llvm.org/docs/ClangFormatStyleO... | clang-format |
{
"id": "http://schemas.triniti.io/json-schema/gdbots/ncr/mixin/lockable/1-0-0.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"_id": {
"type": "string",
"pattern": "^[\\w\\/\\.:-]+$",
"description": "The \"_id\"... | o82503 |
{
"$id": "https://json.schemastore.org/aliases.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "An alias of the current directory\nhttps://github.com/sebglazebrook/aliases#usage",
"patternProperties": {
"^[^ ]+$": {
"title": "alias",
"... | aliases |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"BuildConfiguration": {
"description": "Available build configurations. Mirorred from `UnrealTargetConfiguration`.",
"type": "string",
"enum": [
"Unknown",
"Debug",
... | uplugin |
{
"description": "UserSubject holds detailed information for user-kind subject.",
"properties": {
"name": {
"description": "`name` is the username that matches, or \"*\" to match all usernames. Required.",
"type": [
"string",
"null"
]
... | kb_1093_Normalized |
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://www.yacpdb.org/schemas/yacpdb-person.schema.json",
"type": "object",
"properties": {
"familyname": {
"$ref": "#/definitions/name_type"
},
"givennames": {
"$ref": "#/definitions/name_typ... | o37613 |
{
"$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_111_Normalized |
{
"properties": {
"dimensions": {
"properties": {
"length": {
"description": "The length of the shape",
"type": "number"
},
"radius": {
"description": "The radius of the shape",
"type": "number"
},
"width": {
"descript... | calculate_area_d9b62a4c |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the triangle (required if shape is 'triangle')",
"type": "number"
},
"height": {
"description": "The height of the triangle (required if shape is 'triangle')",
... | calculate_area_38f54c08 |
{
"properties": {
"end_time": {
"description": "The end time of the event in the format 'YYYY-MM-DD HH:MM'",
"type": "string"
},
"location": {
"description": "The location of the event",
"type": "string"
},
"start_time": {
"description": "The start time of the event i... | create_calendar_event_771e7edd |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"order_details": {
"properties": {
"product_name": {
"description": "The name of the product",
"type": "string"
},
"quantity": {
"desc... | generate_invoice_15a037c1 |
{
"properties": {
"grafana": {
"description": "grafana service configuration properties",
"properties": {
"admin_password": {
"default": "admin",
"description": "Admin password.",
"type": "string"
... | o90700 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "boolean",
"default": false
} | o63996 |
{
"description": "A MWF supplemental navigation component's schema definition.",
"properties": {
"content": {
"properties": {
"links": {
"items": {
"properties": {
"config": {
... | o85211 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"event_type",
"owner_id",
"product_id",
"product_status",
"event_timestamp"
],
"properties": {
"product_id": {
"type": "string"
},
"even... | o90912 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "",
"type": "object",
"properties": {
"options": {
"type": "object",
"properties": {
"allowStealFocus": {
"type": "boolean"
},
"bookm... | o16062 |
{
"additionalProperties": false,
"description": "Schema for a Mandrill recipient unsubscribed event",
"properties": {
"_id": {
"type": "string"
},
"msg": {
"additionalProperties": false,
"properties": {
"_id": {
... | sp_136_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"type": {
"type": "string"
},
"message": {
"type": "string"
},
"validationErrors": {
"type": "array",
"items": {
"... | o9963 |
{
"description": "An instance of <a href=\"#controller-options-zoom\">a controller zoom configuration.</a>",
"properties": {
"hardness": {
"description": "Hardness (instant contribution).",
"example": 5,
"title": "Hardness",
"type": "number"
},
... | o44250 |
{
"additionalProperties": {
"additionalProperties": {
"description": "predicate (subject object)",
"items": {
"description": "object (value array)",
"properties": {
"datatype": {
"format": "uri",
... | o39536 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"github_extracted_details": {
"type": "object",
"description": "Details of Github inspection",
"properties": {
"forks_count": {
"type": "integer"
... | o60977 |
{
"$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.... | o21327 |
{
"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_1114_Normalized |
{
"additionalProperties": true,
"description": "Schema for an Optimizely visitor_audience context",
"properties": {
"id": {
"type": [
"string",
"null"
]
},
"isMember": {
"type": [
"boolean",
... | sp_158_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "ALPS Document",
"description": "An ALPS document contains a machine-readable collection of identifying strings and their human-readable explanations.",
"type": "object",
"properties": {
"links": {
"type": "array",
... | o58211 |
{
"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_bc3b4cc0 |
{
"description": "An assignment made by the Seller of a SVLAN ID to a UNI or ENNI endpoint.",
"properties": {
"objectType": {
"description": "The type of the object, svlanIdAssignment.",
"enum": [
"svlanIdAssignment"
],
"type": "string"
... | o28210 |
{
"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_405_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.EiffelArtifactCreatedEvent",
"extendsJavaClass": "com.ericsson.eiffel.semantics.events.Event",
"properties": {
"meta": {
"type": "object",
"java... | o89725 |
{
"definitions": {
"sock": {
"$schema": "http://json-schema.org/draft-04/schema",
"definitions": {
"body": {
"description": "body describing of the sock",
"readOnly": true,
"type": [
"... | o70440 |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Task Definition Response",
"description": "Definition of a task that can be scheduled\n",
"type": "object",
"properties": {
"provisionerId": {
"title": "Provisioner Id",
"description": "Unique identifie... | o79656 |
{
"definitions": {},
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"$id": "http://www.pucomex.serpro.gov.br/lpco/detalhar_pedido.schema.json",
"properties": {
"numero": {
"type": "string"
},
"chaveAcesso": {
"type": "string"
... | o73037 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"speaker": {
"type": "object",
"properties": {
"firstName": {
"type": "string"
},
"lastName": {
"t... | o81576 |
{
"definitions": {
"dependency-map": {
"$ref": "#/definitions/string-map"
},
"email": {
"description": "email address",
"pattern": "@",
"type": "string"
},
"keyword": {
"pattern": "^[a-z0-9](?:[_\\.\\- ]?[a-z0-9]+)*$... | o78043 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"items": {
"properties": {
"name": {
"description": "The name of the item",
"type": "string"
},
"price": {
... | generate_invoice_db530b0d |
{
"_comment": "This Spec is for Phase 1!! Most updated version is at https://github.com/reTHINK-project/specs/tree/master/schemas",
"properties": {
"context": {
"type": "string"
},
"dataSchemes": {
"items": {
"enum": [
"comm",
... | o69745 |
{
"$schema": "http://json-schema.org/draft-07/schema",
"title": "JupyterLab Plugin Settings/Preferences Schema",
"description": "JupyterLab plugin settings/preferences schema",
"version": "1.0.0",
"type": "object",
"additionalProperties": true,
"properties": {
"jupyter.lab.setting-de... | o53515 |
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.