json_schema stringlengths 43 1.28M | unique_id stringlengths 2 41 |
|---|---|
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"tag": {
"anyOf": [
{
"type": "string",
"enum": [
"green"
]
},
{
... | o69511 |
{
"properties": {
"feature": {
"default": false,
"description": "Flag to indicate if part of a feature schematic.",
"type": "boolean",
"visible": false
},
"flat": {
"default": true,
"description": "Flag to indicate if a ... | o63328 |
{
"id": "http://provenance.ecs.soton.ac.uk/prov-json/schema#",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Schema for a PROV-JSON document",
"type": "object",
"additionalProperties": false,
"properties": {
"prefix": {
"type": "object",
"p... | o26621 |
{
"additionalProperties": false,
"properties": {
"data": {
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
},
"tasks": {
"items": {
"additiona... | sp_203_Normalized |
{
"title": "format",
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema",
"description": "The format object can be used with numerical or date fields to provide more detail about how values should be displayed in popup windows.",
"properties": {
"dateFormat": {
... | o90210 |
{
"additionalProperties": false,
"description": "Schema for a data load succeeding",
"properties": {
"application": {
"description": "Loader's name and version",
"maxLength": 128,
"type": "string"
},
"attempt": {
"description": "How man... | sp_236_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "JSON Schema for process data of a traffic controller.",
"id": "http://schlothauer.de/schemas/lsa-process-data.json",
"properties": {
"detectorFlanks": {
"description": "Detector flank occurences for the given tim... | o74004 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"description": "Trait that applies contains the content restrictions of an ANS object.",
"properties": {
"content_code": {
"description": "The content restriction code/level/flag associated with the ANS object",
"type": "... | wp_48_Normalized |
{
"properties": {
"amount": {
"description": "The amount of the transaction",
"type": "number"
},
"billing_address": {
"description": "The billing address of the customer",
"type": "string"
},
"customer_name": {
"description": "The name of the customer",
"type":... | generate_invoice_7e06398e |
{
"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_2a0a01a0 |
{
"additionalProperties": false,
"properties": {
"algorithm": {
"max": 2,
"min": 1,
"type": "integer"
},
"fingerprint": {
"pattern": "^[0-9A-Fa-f]{40}$",
"type": "string"
},
"type": {
"max": 1,
... | o70331 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"nameColumn": {
"type": "string"
},
"descriptionColumn": {
"type": "string"
},
"csv": {
"type": "string"
},
"makeUniqueKeySecr... | o9835 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "generic log container format",
"properties": {
"context": {
"additionalProperties": false,
"properties": {
"class": {
"type": "string... | o84268 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"tags": {
"type": "array",
"minItems": 2,
"maxItems": 4,
"items": {
"enum": [
"Open Source",
"Java",
... | o81594 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the triangle (if shape is triangle)",
"type": "number"
},
"height": {
"description": "The height of the triangle (if shape is triangle)",
"type": "number"
... | calculate_area_57c0d424 |
{
"description": "SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace",
"properties": {
"name": {
"description": "Name is unique within a namespace to reference a secret resource.",
"type": [
"string",
... | kb_944_Normalized |
{
"$ref": "#/definitions/canonicalData",
"$schema": "http://json-schema.org/draft-04/schema#",
"comments": [
" This is a JSON Schema for 'canonical-data.json' files. ",
" ",
" It enforces just a general structure for all ... | o71453 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"dog": {
"type": "string",
"pattern": "([A-Z]|[a-z])"
}
},
"properties": {
"dog": {
"$ref": "#/definitions/dog"
}
},
"required": [
"dog"
]
} | o41671 |
{
"$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,
"... | o21414 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"initialized",
"running",
"running_canceled",
"stopping",
"stoppin... | o79715 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Broadcast",
"description": "An OpenTok Broadcast",
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}$"
},
... | o65711 |
{
"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_1128_Normalized |
{
"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_544a87f8 |
{
"title": "server info",
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"fabric_fq_name": {
"type": "array",
"items": {
"type": "string"
}
},
"ipmi": {... | o8456 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_PodDisruptionBudget": {
"description": "PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods",
"properties": {
"ap... | kb_695_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "MapChartSettings",
"description": "The data contained in a MapChart settings object",
"type": "object",
"properties": {
"title": {
"type": "string"
},
"description": {
"type": "string"
... | o54551 |
{
"description": "ClientIPConfig represents the configurations of Client IP based session affinity.",
"properties": {
"timeoutSeconds": {
"description": "timeoutSeconds specifies the seconds of ClientIP type session sticky time. The value must be >0 && <=86400(for 1 day) if ServiceAffinity =... | kb_81_Normalized |
{
"id": "http://schemas.triniti.io/json-schema/gdbots/contexts/user-agent/1-0-0.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"_schema": {
"type": "string",
"pattern": "^pbj:([a-z0-9-]+):([a-z0-9\\.-]+):([a-z0-9-]+)?:([a-z... | o82300 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"properties": {
"copying": {
"additionalProperties": false,
"description": "Information on licensing and copyright.",
"properties": {
"authors": {
... | o63156 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "",
"type": "object",
"properties": {
"options": {
"type": "object",
"properties": {
"bookmarkThumbHeight": {
"type": "number"
},
"bo... | o53885 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"definitions": {
"domain": {
"type": "string",
"description": "A complete domain name, used by this app (as installed by this tenant), with optional wildcard, e.g. https://*.myapp.com. If the wildcard *... | o79519 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"definitions": {
"___content_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": {},
"description": "Holds common attributes of ANS Content objects.",
"properties": {... | wp_53_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"pets": {
"type": "object",
"properties": {
"dog": {
"type": "array",
"items": {
"type": "string"
},
... | o41691 |
{
"properties": {
"kdf": {
"enum": [
"scrypt"
],
"type": "string"
},
"kdfparams": {
"additionalProperties": false,
"properties": {
"dklen": {
"minimum": 1,
"typ... | o48548 |
{
"properties": {
"grades": {
"description": "The list of courses and grades",
"items": {
"properties": {
"course": {
"description": "The name of the course",
"type": "string"
},
"credits": {
"description": "The credits associat... | calculate_gpa_ff62a7e0 |
{
"additionalProperties": false,
"description": "A begin_checkout GTM server-side event.",
"properties": {
"coupon": {
"description": "The coupon name or code associated with the event.",
"maxLength": 4096,
"type": [
"string",
"null... | sp_82_Normalized |
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"id": "http://docs.openstack.org/api/openstack-block-storage/v2/types#post",
"type": "object",
"properties": {
"volume_type": {
"id": "http://docs.openstack.org/api/openstack-block-storage/v2/types#post/volume_type",
... | o69219 |
{
"description": "A MWF paragraph component's schema definition.",
"properties": {
"config": {
"properties": {
"type": {
"enum": [
1,
2,
3,
4
... | o85203 |
{
"title": "Holiday",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A Federal holiday",
"required": [
"_metadata",
"holiday"
],
"type": "object",
"properties": {
"_metadata": {
"required": [
"request",
... | o62963 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"booking_reason": {
"type": "string"
},
"slots": {
"type": "array",
"description": "List of slots representing the start/en... | o12229 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "array",
"minItems": 1,
"_uniqueItems": true,
"items": {
"type": "object",
"properties": {
"name": {
"anyOf": [
{
"type": "string"
... | o60835 |
{
"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_76c8fc4e |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"properties": {
"email": {
"pattern": "^[\\w|-|.]+@[\\w]+\\.[A-Za-z]{2,4}$",
"type": "string"
},
"firstName": {
"type": "string"
},
"lastName": {... | o81531 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "Accounting period",
"properties": {
"end": {
"_format": "date",
"description": "Date your books or accounts are made up to or the end of your accounting period",
... | o17437 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"sslKey": {
"oneOf": [
{
"type": "string",
"maxLength": 32767,
"minLength": 50
},
{
... | o9870 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Last Purchase Date",
"description": "The date we most recently recorded a purchase for this user (user.customFields.lastPurchaseDate).",
"type": "integer",
"format": "timestamp"
} | o72209 |
{
"$id": "https://json.schemastore.org/powerpages-web-template-manifest.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"examples": [
{
"type": "functional",
"displayName": "Card Template",
"description": "renders the gallery card",
"params... | powerpages-web-template-manifest |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"bulk_publishing": {
"type": "boolean"
},
"links": {
"type": "object",
"additionalProperties": false,
"properti... | o21186 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_batch_v1_JobSpec": {
"description": "JobSpec describes how the job execution will look like.",
"properties": {
"activeDeadlineSeconds": {
"_format": "int64",
... | kb_147_Normalized |
{
"properties": {
"budget": {
"description": "The maximum budget per night for the hotel",
"type": "integer"
},
"check_in_date": {
"description": "The check-in date for hotel stay",
"format": "date",
"type": "string"
},
"check_out_date": {
"description": "The ch... | find_hotels_5e748096 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"title": "Git LFS HTTPS Lock Creation API Response",
"type": "object",
"properties": {
"lock": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
... | o43293 |
{
"additionalProperties": true,
"description": "Schema for Segment alias event (via webhook), https://segment.com/docs/integrations/webhooks/#alias",
"properties": {
"from": {
"type": "string"
},
"to": {
"type": "string"
}
},
"self": {
... | sp_171_Normalized |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authentication_v1_TokenReviewSpec": {
"description": "TokenReviewSpec is a description of the token authentication request.",
"properties": {
"audiences": {
"des... | kb_1070_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "O3D3xx Dimensioning model configuration",
"type": "object",
"properties": {
"Name": {
"type": "string"
},
"PrivateType": {
"type": "string",
"default": "Dimensioning",
... | o57649 |
{
"$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.... | o21383 |
{
"$id": "https://json.schemastore.org/factorial-drupal-breakpoints-css-0.2.0.json",
"$ref": "#/definitions/drupal-breakpoints-css",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"drupal-breakpoints-css": {
"title": "Drupal breakpoints to CSS configuration",
"description... | factorial-drupal-breakpoints-css-0 |
{
"additionalProperties": true,
"description": "Schema for an Optimizely X summary context",
"properties": {
"experimentId": {
"maximum": 9223372036854776000,
"minimum": 0,
"type": [
"integer",
"null"
]
},
... | sp_160_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"carrier": {
"type": "string",
"enum": [
"dhl",
"ups",
"dpd",
"hermes",
"gls"
],
"... | o61082 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeSelectorRequirement": {
"description": "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.",
"properties": {
... | kb_626_Normalized |
{
"description": "Execute an expression as a Workflow step.",
"type": "object",
"properties": {
"class": {
"type": "string"
},
"expression": {
"description": "The expression to execute. The expression must return a JSON object which\n\nmatches the output para... | o69214 |
{
"properties": {
"attendees": {
"description": "The attendees of the event",
"items": {
"type": "string"
},
"type": "array"
},
"end_time": {
"description": "The end time of the event",
"format": "date-time",
"type": "string"
},
"location": {
... | create_calendar_event_256ec386 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "A unique identifier for the asset_file.json"
},
"type": {
"type": "string",
"description": "The json_api... | o75282 |
{
"properties": {
"has_digits": {
"description": "Whether the password should contain digits",
"type": "boolean"
},
"has_lowercase": {
"description": "Whether the password should contain lowercase letters",
"type": "boolean"
},
"has_special_characters": {
"description... | generate_password_d68d3a4c |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"active",
"inactive"
]
},
"description": {
"type": "string",
"... | o9774 |
{
"definitions": {
"patient": {
"$schema": "http://json-schema.org/draft-04/schema",
"definitions": {
"dob": {
"description": "The patients date of birth",
"example": "2012-01-01T12:00:00Z",
"format": "date-t... | o7517 |
{
"$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.... | o21396 |
{
"properties": {
"cuisine": {
"description": "The cuisine type user prefers",
"type": "string"
},
"dietary_restrictions": {
"description": "The user's dietary restrictions",
"items": {
"type": "string"
},
"type": "array"
},
"ingredients": {
"descr... | get_recipe_11750e82 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_apps_v1_RollingUpdateDeployment": {
"description": "Spec to control the desired behavior of rolling update.",
"properties": {
"maxSurge": {
"$ref": "#/definition... | kb_283_Normalized |
{
"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_4717c896 |
{
"$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]... | o5413 |
{
"properties": {
"category": {
"description": "The category or type of events to retrieve",
"type": "string"
},
"date_range": {
"properties": {
"end_date": {
"description": "The end date of the event range",
"type": "string"
},
"start_date": {... | get_local_events_16cae7a1 |
{
"additionalProperties": false,
"description": "Schema for a context generated by the YAUAA enrichment after parsing the user agent",
"properties": {
"agentBuild": {
"maxLength": 100,
"type": "string"
},
"agentClass": {
"description": "See https:/... | sp_408_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"required": [
"config",
"inputs"
],
"type": "object",
"properties": {
"inputs": {
"required": [
"nifti"
],
"type": "object",
"properties": {
... | o41331 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"chains",
"object"
],
"properties": {
"object": {
"type": "object",
"required": [
"blockchain_index",
"chains",
"cre... | o9305 |
{
"id": "https://cdn.brytecore.com/packages/schemas/telephone.json",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A set of telephone numbers",
"type": "object",
"properties": {
"mobile": {
"type": [
"string",
"null"
... | o2463 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"canonicalReleaseId": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
... | o42024 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"has_next": {
"type": "boolean"
},
"limit": {
"type": "integer"
},
"offset": {
"type": "integer"
},
"version_count_in_result":... | o11795 |
{
"title": "fabric info",
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"additionalProperties": false,
"required": [
"fabric_fq_name",
"management_subnets",
"loopback_subnets",
"fabric_subnets",
"fabric_asn_pool",
"device_auth... | o39200 |
{
"$id": "https://json.schemastore.org/vtesttree-schema.json",
"$ref": "#/definitions/51e8/full",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"51e8": {
"full": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Json schema for vtesttree.yaml fi... | vtesttree-schema |
{
"additionalProperties": false,
"description": "Zone Transfer Request",
"properties": {
"transfer_request": {
"additionalProperties": false,
"properties": {
"created_at": {
"description": "Date and time of Request creation",
... | o55357 |
{
"properties": {
"destination": {
"properties": {
"latitude": {
"description": "The latitude of the destination location",
"type": "number"
},
"longitude": {
"description": "The longitude of the destination location",
"type": "number"
... | calculate_route_distance_fe15b2f9 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"required": [
"type",
"properties"
],
"properties": {
"type": {
"type": "string",
"enum": [
"FeatureCollection"
]
... | o39176 |
{
"$comment": "https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser",
"$id": "https://json.schemastore.org/github-issue-config.json",
"$schema": "http://json-schema.org/draft-07/schema#"... | github-issue-config |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"extensions": {
"type": "array",
"description": "Extension points",
"items": {
"properties": {
"type": ... | o3385 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"string": {
"type": "string",
"default": ""
},
"object": {
"type": "object",
"additionalProperties": false,
"properties": {
... | o63981 |
{
"id": "http://schemas.triniti.io/json-schema/gdbots/pbjx/envelope/1-0-1.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"_schema": {
"type": "string",
"pattern": "^pbj:([a-z0-9-]+):([a-z0-9\\.-]+):([a-z0-9-]+)?:([a-z0-9-]+... | o82570 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the triangle (if applicable)",
"type": "number"
},
"height": {
"description": "The height of the triangle (if applicable)",
"type": "number"
},
... | calculate_area_851f4fbc |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"id": "physics_object",
"properties": {
"jet_type": {
"enum": [
"AK4PF",
"AK5PF",
"AK6PF",
"AK7PF",
"AK8PF",
"AK4C... | o66152 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_MetricValueStatus": {
"description": "MetricValueStatus holds the current value for a metric",
"properties": {
"averageUtilization": {
"_form... | kb_834_Normalized |
{
"properties": {
"point1": {
"properties": {
"lat": {
"description": "The latitude of point1",
"type": "number"
},
"lng": {
"description": "The longitude of point1",
"type": "number"
}
},
"required": [
"lat",
... | calculate_distance_7dba2565 |
{
"properties": {
"kafka": {
"description": "Rest proxy kafka service configuration",
"properties": {
"bootstrap_servers": {
"default": "broker.confluent-kafka.l4lb.thisdcos.directory:9092",
"description": "The name of the kafka... | o60297 |
{
"additionalProperties": false,
"definitions": {
"executor": {
"additionalProperties": false,
"properties": {
"name": {
"description": "This property indicates the executor name.",
"title": "Executor name.",
... | o4237 |
{
"definitions": {
"AccountChangeAccountHolderType": {
"properties": {
"attachmentUuids": {
"$ref": "#/definitions/AttachmentUuidsType"
},
"authorizedByApplicant": {
"$ref": "#/definitions/YesOrNoType"
... | o25423 |
{
"properties": {
"latitude_1": {
"description": "The latitude of the first coordinate",
"type": "number"
},
"latitude_2": {
"description": "The latitude of the second coordinate",
"type": "number"
},
"longitude_1": {
"description": "The longitude of the first coordin... | calculate_distance_731540d9 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
"email": {
"type": "string",
... | o6237 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
"edgeDeploymentId": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
... | o9852 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"typescript": {
"description": "Is project written in Typescript or not",
"type": "boolean"
},
"exceptionHandlerNamespace": {
"description": "Http server exception handler namespace",
"typ... | adonisrc |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Configuration for a JGroups channel.",
"type": "object",
"javaType": "com.xiantrimble.dropwizard.jgroups.config.ChannelConfiguration",
"required": [
"stack"
],
"properties": {
"name": {
"type"... | o33831 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"dependency-type": {
"type": "string",
"enum": ["direct", "indirect", "all", "production", "development"],
"x-intellij-enum-metadata": {
"direct": {
"description": "All e... | dependabot-2 |
{
"title": "Invocation manifest for HCP: Diffusion Preprocessing Pipeline",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"config": {
"type": "object",
"properties": {
"DWIName": {
"type": "stri... | o41291 |
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.