json_schema stringlengths 43 1.28M | unique_id stringlengths 2 41 |
|---|---|
{
"properties": {
"birthdate": {
"_$id": "/properties/birthdate",
"description": "date of birth, can be NULL",
"oneOf": [
{
"type": "null"
},
{
"_format": "date-time",
... | o25806 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"targetType": "document_surface1d",
"schemaType": "DesambiguisationTerme",
"title": "Termes d\u00e9sambigu\u00efs\u00e9s",
"type": "object",
"required": [
"schemaType",
"_corpusID",
"_documentID",
"offsets"
... | o33698 |
{
"copyright": [
"Copyright 2013 Red Hat, Inc. and/or its affiliates.",
"This file is part of lightblue.",
"This program is free software: you can redistribute it and/or modify",
"it under the terms of the GNU General Public License as published by",
"the Free Software Founda... | o66311 |
{
"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_26ce701a |
{
"anyOf": [
{
"$ref": "#/definitions/TestStruct"
}
],
"definitions": {
"TestStruct": {
"additionalProperties": false,
"description": "for testing the schema generator.",
"preferredOrder": [
"int32Field",
... | o6379 |
{
"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... | create_invoice_bdc661a6 |
{
"properties": {
"author": {
"anyOf": [
{
"properties": {
"email": {
"format": "email",
"type": "string"
},
"name": {
... | o36641 |
{
"properties": {
"PayloadDescription": {
"default": "Universal Access Settings",
"description": "Description of the payload",
"type": "string"
},
"PayloadDisplayName": {
"default": "Universal Access Settings",
"description": "Name ... | o61644 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "Create a new user",
"properties": {
"admin": {
"type": "boolean"
},
"callsign": {
"type": "string"
},
"email": {
"_format": "... | o64532 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_LocalObjectReference": {
"description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.",
"properties": {
... | kb_1034_Normalized |
{
"properties": {
"date_range": {
"properties": {
"end_date": {
"description": "The end date for the news search",
"format": "date",
"type": "string"
},
"start_date": {
"description": "The start date for the news search",
"format": "d... | search_news_db40142f |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"title": {
"type": "string"
},
"contributors": {
"type": "array",
"items": {
"type": "string"
}
},
"sources": {
... | o16373 |
{
"additionalProperties": false,
"definitions": {
"pathType": {
"pattern": "^(\\/?((\\.{2})|([a-z0-9\\-]*))($|\\/))*$",
"type": "string"
}
},
"not": {
"allOf": [
{
"required": [
"cmd"
]
... | o69430 |
{
"$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,
"... | o21163 |
{
"$license": [
"http://www.apache.org/licenses/LICENSE-2.0"
],
"description": "https://developer.twitter.com/en/docs/accounts-and-users/manage-account-settings/api-reference/get-account-settings",
"javaInterfaces": [
"java.io.Serializable"
],
"javaType": "org.apache.streams.twit... | o49732 |
{
"additionalProperties": false,
"properties": {
"enable": {
"type": "boolean"
},
"snapshotsLimit": {
"minimum": 0,
"type": "number"
}
},
"required": [
"enable",
"snapshotsLimit"
],
"type": "object"
} | o27845 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Resource configuration",
"type": "object",
"properties": {
"resource": {
"type": "string",
"description": "Resource name or abbreviation",
"maxLength": 64
},
"name": {
... | o53116 |
{
"properties": {},
"title": "All playground components to a given module",
"type": "object"
} | o19978 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Image",
"description": "An Image",
"type": "object",
"properties": {
"doc_type": {
"type": "string"
},
"title": {
"type": "string"
},
"mimeType": {
"enum": [
... | o37724 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_HPAScalingPolicy": {
"description": "HPAScalingPolicy is a single policy which must hold true for a specified past interval.",
"properties": {
"periodSeconds": {... | kb_419_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "PersistentVolume",
"description": "This describes a requirement for persistent, read-only or read-write storage that should be available to the containerapp on runtime. The name of this object MUST be 'persistentVolume'",
"type": "object"... | o82234 |
{
"properties": {
"amount": {
"description": "The total amount of the transaction",
"type": "number"
},
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"items": {
"properties": {
"item_name": {
... | generate_invoice_98a78f09 |
{
"$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]... | o5396 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.EiffelAnnouncementPublishedEvent",
"extendsJavaClass": "com.ericsson.eiffel.semantics.events.Event",
"properties": {
"meta": {
"type": "object",
... | o89724 |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"definitions": {},
"type": "array",
"additionalItems": false,
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
},
... | o46155 |
{
"description": "TokenReviewSpec is a description of the token authentication request.",
"properties": {
"audiences": {
"description": "Audiences is a list of the identifiers that the resource server presented with the token identifies as. Audience-aware token authenticators will verify tha... | kb_1073_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"base_path",
"details",
"document_type",
"publishing_app",
"rendering_app",
"routes",
"schema_name",
"title"
],
"additionalProperties": false,
"... | o21195 |
{
"properties": {
"appsprofilename": {
"type": "string"
},
"filtering": {
"enum": [
"ENDPOINT-INDEPENDENT",
"ADDRESS-DEPENDENT",
"ADDRESS-PORT-DEPENDENT"
],
"type": "string"
},
"ip... | o30582 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://kddart.org",
"type": "object",
"properties": {
"DATA": {
"id": "http://kddart.org/DATA",
"type": "array",
"items": {
"oneOf": [
{
... | o54993 |
{
"version": "0.2",
"definitions": {
"color": {
"type": "string",
"pattern": "^#[0-9a-fA-F]{6}([0-9a-fA-F]{2})?$",
"title": "Color",
"description": "Color in #RRGGBB format",
"examples": [
"#123abc"
]
}
}... | o76944 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"properties": {
"a": {},
"b": {}
},
"required": [
"a",
"<caret>"
]
} | o90933 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"required": [
"config",
"inputs"
],
"type": "object",
"properties": {
"inputs": {
"required": [
"dummy"
],
"type": "object",
"properties": {
... | o41221 |
{
"$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]... | o5415 |
{
"properties": {
"linkerd": {
"properties": {
"admin-port": {
"default": 9990,
"description": "Admin port. Provides an administrative UI for this instance.",
"type": "integer"
},
"config-... | o90727 |
{
"description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.",
"properties": {
"key": {
"description": "key is the label key that the selector applies to.",
"type": [
"string",
... | kb_511_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://dcc.icgc.org/mutation-text",
"type": "object",
"properties": {
"mutation": {
"id": "https://dcc.icgc.org/mutation-text/mutation",
"type": "string"
},
"id": {
"id": "https://... | o47118 |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"properties": {
"bar": {
"$ref": "#/definitions/nonNegativeInteger"
},
"baz": {
"type": "integer",
"minimum": 0
}
},
"definitions": {
"nonNegativeInteger": {
"t... | o25169 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"required": [
"year",
"entity",
"inputs",
"model"
],
"properties": {
"year"... | o65001 |
{
"properties": {
"accelerator": {
"enum": [
"We need one"
],
"title": "Accelerator",
"type": "string"
},
"affiliation": {
"description": "Institution ICN",
"title": "Affiliation",
"type": "st... | o50668 |
{
"properties": {
"check_in_date": {
"description": "The check-in date in the format YYYY-MM-DD",
"type": "string"
},
"check_out_date": {
"description": "The check-out date in the format YYYY-MM-DD",
"type": "string"
},
"city": {
"description": "The city to search for... | search_hotels_1233b673 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_apps_v1_DeploymentCondition": {
"description": "DeploymentCondition describes the state of a deployment at a certain point.",
"properties": {
"lastTransitionTime": {
... | kb_274_Normalized |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_auditregistration_v1alpha1_ServiceReference": {
"description": "ServiceReference holds a reference to Service.legacy.k8s.io",
"properties": {
"name": {
"descript... | kb_1145_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"allOf": [
{
"$ref": "#/defs/scope"
},
{
"type": "object",
"properties": {
"$schema": {
"type": "string",
"format": "uri"
},
"config": {
"type": "object"
},
"de... | vega |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://kaif.me",
"edit_info": {
"type": "object",
"properties": {
"video_file": {
"type": "string",
"format": "uri"
},
"audio_file": {
"type": "s... | o27651 |
{
"additionalProperties": false,
"description": "",
"properties": {
"aliases": {
"description": "",
"items": {
"properties": {
"alias": {
"type": "string"
},
"debug": {
... | o48013 |
{
"properties": {
"builtin": {
"enum": [
"MODIFIABLE",
"DELETABLE",
"IMMUTABLE",
"PARTITION_ALL"
],
"readonly": true,
"type": "object"
},
"clientaudioredirection": {
"e... | o30506 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"id": {
"description": "name of the class associated to the smart deploy spec",
"type": "string"
},
"specification": {
"description": "declarative specificati... | o48311 |
{
"definitions": {
"app": {
"$schema": "http://json-schema.org/draft-04/schema",
"definitions": {
"file": {
"description": "an attachment of app",
"example": "",
"readOnly": false,
"type":... | o69202 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"info": {
"type": "object",
"description": "General information about the API.",
"required": ["version", "title"],
"additionalProperties": false,
"patternProperties": {
... | swagger-2 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"name": "Package",
"type": "object",
"additionalProperties": false,
"required": [
"name",
"description"
],
"properties": {
"name": {
"type": "string",
"description": "Package name, including 'vendor-name/' prefix."
},
... | o69900 |
{
"description": "ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface",
"properties": {
"group": {
"description": "Group is the API Group of the Resource. \"*\" means all.",
"type": [
"string",
... | kb_824_Normalized |
{
"properties": {
"encoding": {
"properties": {
"bitrates": {
"properties": {
"240p": {
"default": true,
"description": "",
"type": "boolean"
... | o34897 |
{
"properties": {
"DefaultsData": {
"description": "The dictionary structure that will be set as the preferences content under the mobile user.",
"type": "object"
},
"DefaultsDomainName": {
"description": "The app bundle ID reverse domain for default setti... | o61605 |
{
"_comment": "This Spec is for Phase 1!! Most updated version is at https://github.com/reTHINK-project/specs/tree/master/schemas",
"properties": {
"author": {
"type": "string"
},
"content": {
"type": "object"
},
"contentUrl": {
"type":... | o69762 |
{
"description": "Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.",
"properties": {
"path": {
"description": "Path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More inf... | kb_412_Normalized |
{
"definitions": {
"setConfigValue": {
"type": "object",
"properties": {
"command": {
"enum": [
"set-configvalue"
]
},
"parameters": {
"type": "object",... | o66069 |
{
"properties": {
"end_latitude": {
"description": "The latitude of the ending point",
"type": "number"
},
"end_longitude": {
"description": "The longitude of the ending point",
"type": "number"
},
"start_latitude": {
"description": "The latitude of the starting point... | calculate_distance_c6190a84 |
{
"properties": {
"client_name": {
"description": "The name of the client",
"type": "string"
},
"items": {
"description": "The list of items in the invoice",
"items": {
"properties": {
"item_name": {
"description": "The name of the item",
"... | create_invoice_3d3153f4 |
{
"title": "Invocation manifest for CMRR: Extract CMRR Physio",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"config": {
"type": "object",
"properties": {
"Generate_Bids": {
"type": "boolean",
... | o41238 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"description": "Cloud resource specifications",
"properties": {
"hypervisor_hostname": {
"type": "string"
},
"id": {
"type": "integer"
},
"memory_mb": {
"... | o83269 |
{
"properties": {
"dimensions": {
"properties": {
"length": {
"description": "The length of the shape",
"type": "number"
},
"radius": {
"description": "The radius of the shape (for circle)",
"type": "number"
},
"width": {
... | calculate_area_41647bb0 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "HouseholdMemberServed",
"type": "object",
"properties": {
"memberId": {
"description": "Member ID of the Household Member",
"type": "string",
"minLength": 1
},
"age": {
... | o53607 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"educationPricing": {
"type": "boolean"
},
"incidentEscalation": {
"type": "boolean"
},
"minimumContractPeriod": {
"enum": [
... | o21142 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"price": {
"type": "number",
"minimum": 0
},
"tags": {
"type": "array",
"items": {
... | o19357 |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"description": "Test Schema",
"type": "object",
"properties": {
"person": {
"$ref": "#/definitions/personDefinition"
}
},
"additionalProperties": false,
"definitions": {
"personDefinition": {
... | o39208 |
{
"$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_25_Normalized |
{
"properties": {
"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_73bc55c2 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"additionalProperties": false,
"definitions": {
"content_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": {},
"description": "Holds common attributes of ANS Content object... | wp_6_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema",
"title": "Station",
"description": "Describes information about stations",
"type": "object",
"properties": {
"id": {
"description": "unique identifier for this station",
"type": "string"
},
"city":... | o64824 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"details_metadata": {
"type": "object",
"description": "generic metadata dict in details list",
"properties": {
"author": {
"oneOf": [
... | o39794 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"additionalProperties": false,
"definitions": {
"___content_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": {},
"description": "Holds common attributes of ANS Content obj... | wp_27_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://raw.githubusercontent.com/washingtonpost/ans-schema/master/src/main/resources/schema/ans/v0_4/trait-locale.json",
"title": "Describes language for an element",
"description": "Encapsulates characteristics defining language, locale, e... | o87854 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"description": "The items and their details",
"items": {
"properties": {
"name": {
"description": "The name of the item",
"type":... | generate_invoice_5d56439a |
{
"properties": {
"include_lowercase": {
"description": "Include lowercase letters in the password",
"type": "boolean"
},
"include_numbers": {
"description": "Include numbers in the password",
"type": "boolean"
},
"include_special_characters": {
"description": "Includ... | generate_random_password_f84085f0 |
{
"id": "http://schemas.gdbots.io/json-schema/gdbots/forms/field/yes-no-field/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-]+)?:(... | o42601 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"properties": {
"connected": {
"enum": [
1,
0
]
},
"time": {
"type... | o9829 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"entityID": {
"type": "string"
},
"nameID": {
"type": "string"
},
"tas.personal.givenName": {
"type": "string"
},
"tas.persona... | o79498 |
{
"properties": {
"date_range": {
"properties": {
"end_date": {
"description": "The end date of the news articles in YYYY-MM-DD format",
"type": "string"
},
"start_date": {
"description": "The start date of the news articles in YYYY-MM-DD format",
... | search_news_articles_13bd736a |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"corrections"
],
"properties": {
"corrections": {
"type": "array",
"items": {
"type": "object",
"properties": {
"primary... | o1 |
{
"additionalProperties": false,
"description": "Schema for MaxMind GeoIP2 ip lookups enrichment",
"properties": {
"enabled": {
"type": "boolean"
},
"name": {
"maxLength": 256,
"type": "string"
},
"parameters": {
"additi... | sp_292_Normalized |
{
"title": "Node Profile Import",
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"fabric_fq_name": {
"type": "array",
"items": {
"type": "string"
}
},
"... | o71313 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1_RoleBinding": {
"description": "RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information ... | kb_858_Normalized |
{
"properties": {
"client_name": {
"description": "The name of the client",
"type": "string"
},
"items": {
"description": "The items included in the invoice",
"items": {
"properties": {
"description": {
"description": "The description of the item",
... | generate_invoice_2f7fb089 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://raw.githubusercontent.com/washingtonpost/ans-schema/master/src/main/resources/schema/ans/0.10.1/traits/trait_syndication.json",
"title": "Syndication",
"type": "object",
"description": "Key-boolean pair of syndication services wh... | o85467 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base length of the triangle (if applicable)",
"type": "integer"
},
"height": {
"description": "The height of the triangle (if applicable)",
"type": "integer"
... | calculate_area_a0caa683 |
{
"properties": {
"end_datetime": {
"description": "The end date and time of the event",
"format": "date-time",
"type": "string"
},
"event_title": {
"description": "The title of the event",
"type": "string"
},
"location": {
"description": "The location of the ev... | create_calendar_event_33766336 |
{
"id": "http://sport-archive.com/input-schema/workflow#",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Schemas for workflow section in main config file",
"type": "object",
"properties": {
"domain": {
"description": "SWF domain",
"type": "string",
... | o63941 |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"description": "ParaDrop host configuration - Wi-Fi interface section",
"type": "object",
"properties": {
"device": {
"type": "string",
"description": "Physical device used by this interface, must match a device id i... | o12611 |
{
"properties": {
"destination": {
"description": "The destination of the package",
"type": "string"
},
"dimensions": {
"properties": {
"height": {
"description": "The height of the package in centimeters",
"type": "number"
},
"length": {
... | calculate_shipping_cost_f58bc704 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"properties": {
"applicationRoles": {
"items": {
"additionalProperties": false,
"properties": {
"resourceId": {
"pattern": "^... | o9940 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString": {
"oneOf": [
{
"type": "string"
},
{
"type": "integer"
}
... | kb_981_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://raw.githubusercontent.com/washingtonpost/ans-schema/master/src/main/resources/schema/ans/v0_4/address.json",
"description": "An Address following the convention of http://microformats.org/wiki/hcard",
"type": "object",
"propertie... | o87817 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"title": "Completion Resource",
"description": "A completion of a BEL expression.",
"type": "object",
"additionalProperties": false,
"required": [
"completion"
],
"properties": {
"completion": {
"type": "o... | o63149 |
{
"properties": {
"measurements": {
"oneOf": [
{
"required": [
"length",
"width"
]
},
{
"required": [
"radius"
]
}
],
"properties": {
"length": {
"description": "The leng... | calculate_area_f88fb53c |
{
"properties": {
"clouddblookuptimeout": {
"readonly": true,
"type": "integer"
},
"cloudhost": {
"type": "string"
},
"cloudkeepalivetimeout": {
"readonly": true,
"type": "integer"
},
"cloudserverconn... | o31097 |
{
"properties": {
"type": {
"title": "domain type",
"type": "string"
}
},
"title": "domain",
"type": "object"
} | o76869 |
{
"additionalProperties": false,
"definitions": {
"Account": {
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
}
},
"required": [
"name"
],
... | o61781 |
{
"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_1150_Normalized |
{
"properties": {
"client_name": {
"description": "The name of the client",
"type": "string"
},
"items": {
"description": "The items included in the invoice",
"items": {
"properties": {
"description": {
"description": "The description of the item",
... | generate_invoice_53cb5d39 |
{
"version": "0.1",
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"fixed",
"ui"
],
"properties": {
"name": {
"type": "string",
"description": "Unique display name (to be used instead of plugin ID)",
... | o62016 |
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.