json_schema stringlengths 43 1.28M | unique_id stringlengths 2 41 |
|---|---|
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity": {
"oneOf": [
{
"type": "string"
},
{
"type": "number"
}
... | kb_559_Normalized |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "schema for type code",
"type": "object",
"properties": {
"Z1K1": {
"enum": [
"Z16"
]
},
"Z1K2": {
"type": "string",
"pattern": "^[a-z_A-Z0-9]+$"... | o44187 |
{
"properties": {
"metrics": {
"form": true,
"properties": {
"enabled": {
"description": "Create a side-car container to expose Prometheus metrics",
"form": true,
"title": "Create Prometheus metrics exporter"... | o84050 |
{
"$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.... | o21260 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"properties": {
"order": {
"additionalProperties": false,
"properties": {
"customerName": {
"type": "string"
},
"date": {... | o81600 |
{
"title": "Configuration schema for aws_bootstrap script",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"LOG_LEVEL": {
"type": "string",
"description": "The verbosity of logging",
"default": "INFO",
... | o69719 |
{
"properties": {
"property_details": {
"properties": {
"bedrooms": {
"description": "The number of bedrooms in the property",
"type": "integer"
},
"location": {
"description": "The location of the property",
"type": "string"
},
... | calculate_rental_income_bce2d46e |
{
"description": "NamespaceSpec describes the attributes on a Namespace.",
"properties": {
"finalizers": {
"description": "Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: https://kubernetes.io/docs/tasks/administer-cluster/names... | kb_579_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Custom Types",
"description": "Custom Types",
"definitions": {
"address": {
"type": "string"
}
},
"properties": {
"address": {
"$ref": "#/definitions/address"
}
},
"r... | o53538 |
{
"additionalProperties": false,
"description": "RecordSet",
"properties": {
"recordset": {
"additionalProperties": false,
"properties": {
"action": {
"description": "Recordset Action",
"enum": [
... | o55351 |
{
"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_edf5fbca |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Documentation",
"description": "Add documentation",
"type": "object",
"properties": {
"CADI_ID": {
"title": "CADI ID",
"type": "string"
},
"url": {
"title": "URL",
... | o89660 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ObjectReference": {
"description": "ObjectReference contains enough information to let you inspect or modify the referred object.",
"properties": {
"apiVersion": {
... | kb_308_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_756865b5 |
{
"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_149_Normalized |
{
"description": "HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.",
"properties": {
"max": {
"description": "max is the end of the range, inclusive.",
"format": "int32",
"... | kb_416_Normalized |
{
"additionalProperties": true,
"description": "Schema for a SendGrid bounce event. Property descriptions derived from the SendGrid documentation: https://sendgrid.com/docs/for-developers/tracking-events/event/",
"properties": {
"asm_group_id": {
"description": "The ID of the unsubscribe... | sp_179_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "demo",
"description": "Reference data for the calculation of child support",
"properties": {
"MARate": {
"type": "array",
"title": "Alimony rate",
"description": "Maintenan... | o39484 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"allOf": [
{
"$ref": "#/definitions/myType"
}
],
"definitions": {
"myType": {
"type": "object",
"properties": {
"dog": {
"type": "string"
... | o41645 |
{
"properties": {
"amount_due": {
"description": "The amount due in the invoice",
"type": "number"
},
"client_name": {
"description": "The name of the client",
"type": "string"
},
"due_date": {
"description": "The due date of the invoice",
"type": "string"
}... | create_invoice_81c42de6 |
{
"properties": {
"id": {
"description": "Name of the cluster. Will be used as the name of the underlying pool.",
"type": "string"
},
"vm_count": {
"description": "The number of nodes in this cluster",
"minimum": 1,
"type": "integer... | o51078 |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"definitions": {
"address": {
"type": "object",
"properties": {
"street_address": {
"type": "string"
},
"city": {
"type": "string"
... | o47139 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Capabilities": {
"description": "Adds and removes POSIX capabilities from running containers.",
"properties": {
"add": {
"description": "Added capabiliti... | kb_120_Normalized |
{
"properties": {
"end_time": {
"description": "The end time of the event (YYYY-MM-DD HH:MM:SS)",
"format": "date-time",
"type": "string"
},
"location": {
"description": "The location of the event",
"type": "string"
},
"start_time": {
"description": "The start t... | create_calendar_event_2deaacac |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"currentVersion": {
"type": "number"
},
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"serviceItemId": {
"type": "s... | o43012 |
{
"title": "Invocation manifest for HCP: Functional Preprocessing Pipeline",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"config": {
"type": "object",
"properties": {
"save-on-error": {
"type"... | o41300 |
{
"@context": "http://qiicr.org/dcmqi/contexts/dcmqi.jsonld",
"id": "https://raw.githubusercontent.com/qiicr/dcmqi/master/doc/schemas/common-schema.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"PN": {
"type": "string",
"maxLength": 64
... | o13101 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"additionalProperties": {},
"definitions": {
"trait_additional_properties_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": {},
"description": "A grab-bag object for non-va... | wp_45_Normalized |
{
"additionalProperties": false,
"description": "Schema for API Request Enrichment configuration",
"properties": {
"enabled": {
"type": "boolean"
},
"name": {
"type": "string"
},
"parameters": {
"additionalProperties": false,
... | sp_347_Normalized |
{
"title": "JSON schema for Web Application manifest files (schema extensions)",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"mjs_access_whitelist": {
"description": "The mjs_access_whitelist member is an array of rules that indicates the t... | o58320 |
{
"$id": "https://example.com/arrays.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A representation of a person, company, organization, or place",
"type": "object",
"properties": {
"fruits": {
"type": "array",
"items": {
... | o47148 |
{
"properties": {
"category": {
"description": "The category of the product",
"type": "string"
},
"keywords": {
"description": "The keywords to search for in the product database",
"type": "string"
},
"price_range": {
"properties": {
"max_price": {
"... | search_product_27063d65 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "#/",
"type": "object",
"description": "schema definitions for Twitter API",
"twitter": {
"statuses": {
"userTimelineArgs": {
"type": "object",
"properties": {
"user_... | o65978 |
{
"description": "PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.",
"properties": {
"apiGroups": {
"description": "APIGroups is the name of the APIGroup that contains the resourc... | kb_748_Normalized |
{
"id": "http://schemas.triniti.io/json-schema/triniti/notify/mixin/has-notifications/1-0-0.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"_id": {
"type": "string",
"pattern": "^[\\w\\/\\.:-]+$",
"description":... | o82943 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Mozilla's contribute.json",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"keywords": {
"type": "array",
... | o61771 |
{
"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_714_Normalized |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"name": {
"description": "The name of the project",
"type": "string"
},
"description": {
"description": "A short description of the project",
"typ... | o69584 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_MicroTime": {
"_format": "date-time",
"description": "MicroTime is version of Time with microsecond level precision.",
"type": "string"
}
},
"d... | kb_519_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"k": {
"description": "Property Value",
"extended_name": "Value",
"type": "number"
},
"x": {
"description": "Property Expression. An AE expression... | o26974 |
{
"additionalProperties": false,
"properties": {
"dcos_url": {
"description": "The URL to the location of the DCOS",
"format": "uri",
"title": "DCOS URL",
"type": "string"
},
"email": {
"description": "Your email address",
... | o42976 |
{
"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_646_Normalized |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"properties": {
"CogAtlasID": {
"type": "string"
},
"CogPOID": {
"type": "string"
},
"EchoTime": {
"type": "number",
"exclusiveMinimum": 0
... | o63190 |
{
"properties": {
"consulate": {
"description": "The consular level for the number of events",
"type": "string"
},
"count": {
"description": "The count of the number of events",
"minimum": 0,
"type": "integer"
},
"pe... | o21494 |
{
"properties": {
"clientId": {
"description": "Client ID if workflow is to proxy client",
"examples": [
"bar"
],
"type": "string"
},
"clientMethod": {
"description": "Client method if workflow is to proxy client",
... | o83292 |
{
"additionalProperties": false,
"description": "Schema for a stream write failure",
"properties": {
"appName": {
"type": "string"
},
"errorMessage": {
"type": "string"
},
"errorType": {
"type": "string"
},
"putSize"... | sp_242_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"definitions": {
"sourceType": {
"type": "string",
"enum": [
"flow",
"user",
"device"
]
},
"level": {
"type": "str... | o6208 |
{
"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_1129_Normalized |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"items": {
"properties": {
"name": {
"description": "The item name",
"type": "string"
},
"price": {
"de... | create_invoice_81532f70 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/RancherKubernetesEngineConfig",
"definitions": {
"AESConfiguration": {
"required": [
"Keys"
],
"properties": {
"Keys": {
"items": {
"$ref": "#/definitions/Key"
},
... | cluster |
{
"$ref": "#/definitions/StepModel",
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"AptGetDepModel": {
"properties": {
"name": {
"type": "string"
},
"bin_name": {
"type": "string"
}
},
"additionalProperties": false,... | bitrise-step |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
"integrationId": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
... | o9919 |
{
"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_588b5021 |
{
"properties": {
"entrypoint": {
"additionalProperties": false,
"description": "Traefik entrypoints",
"properties": {
"api-address": {
"description": "Leave empty for listening on all interfaces.",
"type": "string"
... | o60312 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "O3D3xx clipping cuboid configuration",
"type": "object",
"properties": {
"Xmin": {
"type": "number",
"default": 0
},
"Xmax": {
"type": "number",
"default": 0
... | o57603 |
{
"properties": {
"attendees": {
"description": "The attendees of the event",
"items": {
"type": "string"
},
"type": "array"
},
"end_date": {
"description": "The end date and time of the event",
"type": "string"
},
"location": {
"description": "The... | create_calendar_event_538e438c |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$schema-location": "Entity-Schema.json",
"name": "Service-Schema",
"version": "1",
"author": "denis",
"description": "Represent the deployed service from a Charm",
"associated-tool": "Juju-CLI",
"type": "object",
"properties": ... | o35778 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"_format": "date-time",
"description": "When the content was last updated (RFC3339-formatted).",
"title": "Last Updated Date",
"type": "string"
} | wp_69_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.... | o21304 |
{
"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_390_Normalized |
{
"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_970_Normalized |
{
"title": "Docker Encapsulated Environment",
"required": [
"environment_type",
"image"
],
"properties": {
"envscript": {
"default": "",
"type": "string",
"title": "Env Script"
},
"par_mounts": {
"default": [],
... | o66158 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Capabilities": {
"description": "Adds and removes POSIX capabilities from running containers.",
"properties": {
"add": {
"description": "Added capabiliti... | kb_119_Normalized |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"definitions": {
"trayOptionsItem": {
"title": "Tray Option",
"description": "An object that represents a single tray menu item",
"type": "object",
"properties": {
"label": {
... | o12499 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"report": {
"title": "Single report",
"description": "Report configuration",
"type": "object",
"properties": {
"id": {
"title": "Report ID",
... | o13138 |
{
"properties": {
"expenses": {
"items": {
"properties": {
"amount": {
"description": "The amount of the expense",
"type": "number"
},
"category": {
"description": "The category of the expense",
"type": "string"
... | track_expenses_a6fa070d |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Task Schema",
"type": "object",
"additionalProperties": false,
"required": [
"task",
"status"
],
"properties": {
"_id": {
"type": "string",
"description": "Unique identifier for ... | o20531 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"moveItems": {
"type": "object",
"required": ["to", "names"],
"properties": {
"to": {
"type": "string",
"description": "The path to move the directory to"
... | plagiarize-me |
{
"$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.... | o21437 |
{
"definitions": {
"address": {
"description": "schema for a host address",
"format": "hostname",
"type": "string"
},
"port": {
"description": "schema for a port",
"maximum": 65536,
"minimum": 1024,
"type": "... | o55253 |
{
"properties": {
"appRoot": {
"type": "string"
},
"flat": {
"default": true,
"type": "boolean"
},
"module": {
"alias": "m",
"description": "Allows specification of the declaring module.",
"subtype": "fil... | o83170 |
{
"properties": {
"service": {
"properties": {
"name": {
"default": "zeppelin",
"type": "string"
},
"zeppelin_java_opts": {
"default": "-Dspark.mesos.coarse=true -Dspark.mesos.executor.hom... | o90830 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"meta": {
"type": "object",
"properties": {
"origin": {
"type": "string"
},
"date": {
"type": "str... | o45306 |
{
"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_eb8b2f8d |
{
"description": "Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names.",
"properties": {
"apiGroup": {
"description": "APIGroup holds the API grou... | kb_1037_Normalized |
{
"properties": {
"DestroyFVKeyOnStandby": {
"description": "Destroy FileVault key on standby",
"type": "boolean"
},
"PayloadDescription": {
"default": "Energy Saver Settings",
"description": "Description of the payload",
"type": "s... | o61586 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Root schema.",
"description": "An explanation about the purpose of this instance.",
"properties": {
"manifests": {
"type": "array",
"title": "Manifests schema.",
"descripti... | o57145 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/SuiteResult",
"definitions": {
"SuiteResult": {
"required": [
"projectName",
"timestamp",
"successRate",
"environment",
"tags",
... | o43046 |
{
"properties": {
"codeEditor": {
"default": true,
"description": "Whether covalent code-editor should be set up.",
"type": "boolean",
"x-prompt": "Set up code editor?"
},
"dynamicForms": {
"default": true,
"description"... | o15131 |
{
"description": "ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.",
"properties": {
"clientCIDR": {
"description": "The CIDR with which clients can match their IP to figure out the server address th... | kb_967_Normalized |
{
"properties": {
"basePath": {
"description": "Base path of the test suite",
"type": "string"
},
"casesToRun": {
"description": "IDs of the cases to be run. If the field is not present, all cases are run",
"items": {
"type": "s... | o88969 |
{
"$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,
"... | o21310 |
{
"_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 the factory methods that the time package offers.",
"type": "string"
} | kb_1062_Normalized |
{
"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_1000_Normalized |
{
"properties": {
"PayloadDescription": {
"default": "Desktop Wallpaper Settings",
"description": "Description of the payload",
"type": "string"
},
"PayloadDisplayName": {
"default": "Desktop Wallpaper Settings",
"description": "Nam... | o61606 |
{
"id": "http://schemas.triniti.io/json-schema/gdbots/common/mixin/taggable/1-0-0.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"tags": {
"type": "object",
"patternProperties": {
"^[a-zA-Z_]{1}[\\w\\.:-]+$"... | o82294 |
{
"properties": {
"namespace": {
"description": "Namespace to evaluate rules for. Required.",
"type": [
"string",
"null"
]
}
},
"type": "object"
} | kb_958_Normalized |
{
"description": "Generates a new, generic end-to-end test definition for the given or default project.",
"long-description": "e2e-long.md",
"properties": {
"relatedAppName": {
"description": "The name of the app being tested.",
"type": "string"
},
"rootSelect... | o64879 |
{
"properties": {
"length": {
"description": "The length of the rectangle",
"type": "number"
},
"radius": {
"description": "The radius of the circle",
"type": "number"
},
"shape": {
"description": "The shape for which area needs to be calculated",
"enum": [
... | calculate_area_510ca849 |
{
"$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]... | o5399 |
{
"id": "http://schemas.triniti.io/json-schema/gdbots/ncr/mixin/edge/1-0-0.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"from_ref": {
"type": "string",
"pattern": "^[\\w\\/\\.:-]+$",
"pbj": {
"... | o82481 |
{
"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)",
"type": "number"
},
"length": {
"description": "The leng... | calculate_area_cdde5279 |
{
"description": "DEPRECATED.",
"properties": {
"revision": {
"description": "The revision to rollback to. If set to 0, rollback to the last revision.",
"format": "int64",
"type": [
"integer",
"null"
]
}
},
"... | kb_871_Normalized |
{
"properties": {
"dimensions": {
"properties": {
"height": {
"description": "The height of the object",
"type": "number"
},
"length": {
"description": "The length of the object",
"type": "number"
},
"radius": {
"descr... | calculate_volume_73171077 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"properties": {
"location": {
"_format": "uri",
"type": "string"
},
"retries": {
"type": "number"
},
"retrieveDate": {
"_format": "da... | o43997 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"interface": {
"type": "object",
"title": "Interface Specification",
"properties": {
"type": {
"type": "string",
"description": "Network in... | o12613 |
{
"$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,
"... | o21294 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "",
"type": "object",
"properties": {
"options": {
"type": "object",
"properties": {
"bookmarkThumbHeight": {
"type": "number"
},
"bo... | o66715 |
{
"additionalProperties": false,
"description": "Schema for an event where a mobile application is installed.",
"properties": {},
"self": {
"format": "jsonschema",
"name": "application_install",
"vendor": "com.snowplowanalytics.mobile",
"version": "1-0-0"
},
"type... | sp_218_Normalized |
{
"additionalProperties": false,
"description": "An explanation about the puropose of this instance described by this schema.",
"name": "/",
"properties": {
"about": {
"_id": "about",
"description": "An explanation about the puropose of this instance described by this sch... | o81562 |
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.