json_schema stringlengths 43 1.28M | unique_id stringlengths 2 41 |
|---|---|
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"email": {
"type": "string"
},
"firstName": {
"type": "string"
},
"lastName": {
"type": "string"
},
"tags": {
"typ... | o81583 |
{
"title": "Web Map Tile Service Info",
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema",
"description": "Object defines and provides information about layers in a [WMTSLayer](webTiledLayer.md) service.",
"properties": {
"customLayerParameters": {
"type": "ob... | o90347 |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"title": "IRC Client Preferences",
"description": "Preferences and configuration options to be used by the IRC client.",
"properties": {
"$schema": {
"type": "string",
"default": "https://headcr... | o45592 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Area",
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"area"
]
},
"division_id": {
"type": "string",
"pattern": "... | o74443 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "avalon-core:config-1.0",
"description": "A project configuration.",
"type": "object",
"additionalProperties": false,
"required": [
"template",
"tasks",
"apps"
],
"properties": {
"schema": {
... | o60864 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"properties": {
"name": {
"type": "string"
},
"maxValue": {
"type": "number"
},
"minValue": {
"type": "number"
}
},
"required": [
"name",
"maxValue"... | o44972 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Note (Full Update Payload)",
"type": "object",
"properties": {
"body": {
"description": "The note's body text",
"type": "string"
},
"tags": {
"description": "Names of the tags th... | o80292 |
{
"additionalProperties": false,
"properties": {
"additionalFields": {
"type": "object"
},
"chunk-size": {
"type": "number"
},
"empty-data-set": {
"type": "boolean"
},
"idMapping": {
"items": {
... | o21490 |
{
"additionalProperties": false,
"description": "New self-describing schema appeared in enriched event stream",
"properties": {
"location": {
"description": "Enriched event property where schema appeared",
"enum": [
"UNSTRUCT_EVENT",
"CONTEXTS"... | sp_316_Normalized |
{
"description": "Return object from the inventory controller",
"properties": {
"direction": {
"description": "Sort direction. ASCENDING or DESCENDING",
"type": "string"
},
"items": {
"description": "Inventory objects",
"items": {
... | o53002 |
{
"id": "https://github.com/ww24/mlo/blob/master/test/fixtures/json/data.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "test data",
"type": "object",
"required": [
"status"
],
"properties": {
"status": {
"enum": [
"ok... | o89560 |
{
"properties": {
"attendees": {
"description": "The list of attendees for the event",
"items": {
"type": "string"
},
"type": "array"
},
"end_time": {
"description": "The end time of the event",
"type": "string"
},
"location": {
"description": "The... | create_calendar_event_7342f481 |
{
"properties": {
"_id": {
"type": "integer"
},
"allow_declaration_reuse": {
"type": "boolean"
},
"applications_close_at_utc": {
"format": "date-time",
"type": "string"
},
"clarification_questions_open": {
... | o21095 |
{
"maximum": 1,
"minimum": 0,
"type": "number"
} | o89637 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "number"
},
"title": {
"type": "string"
},
"description": {
... | o45140 |
{
"properties": {
"dimensions": {
"oneOf": [
{
"required": [
"length",
"width"
]
},
{
"required": [
"base",
"height"
]
}
],
"properties": {
"base": {
"descrip... | calculate_area_d4217661 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"ThingWithCodes": {
"type": "object",
"additionalProperties": true,
"title": "Thing with Codes schema.",
"description": "An explanation about the purpose of this instance described by... | o68472 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"list"
],
"properties": {
"list": {
"type": "object",
"description": "Display a selectable list of widgets and activities received through a resource.",
"requir... | o9407 |
{
"$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]... | o5389 |
{
"properties": {
"appflowlog": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"
},
"autodisabledelay": {
"type": "integer"
},
"autodisablegraceful": {
"enum": [
"... | o30227 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"sslKey": {
"type": "string",
"maxLength": 32767,
"minLength": 50
},
"sslCert": {
"type": "string",
"maxLength": 32767,
"m... | o9871 |
{
"properties": {
"amenities": {
"description": "The desired amenities",
"items": {
"type": "string"
},
"type": "array"
},
"check_in_date": {
"description": "The check-in date",
"format": "date",
"type": "string"
},
"check_out_date": {
"descr... | search_hotels_348c46f6 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector": {
"description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches ... | kb_3_Normalized |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_storage_v1beta1_CSIDriver": {
"description": "CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster. CSI drivers do not need to create the CSIDriver obj... | kb_163_Normalized |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v1_CrossVersionObjectReference": {
"description": "CrossVersionObjectReference contains enough information to let you identify the referred resource.",
"properties": {
"... | kb_402_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.... | o21169 |
{
"$id": "https://raw.githubusercontent.com/Cog-Creators/Red-DiscordBot/V3/develop/schema/red_cog.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Red-DiscordBot Сog metadata file",
"type": "object",
"properties": {
"author": {
"type": "array",
"description": "List... | red_cog |
{
"description": "Information about the condition of a component.",
"properties": {
"error": {
"description": "Condition error code for a component. For example, a health check error code.",
"type": [
"string",
"null"
]
},
... | kb_100_Normalized |
{
"id": "http://info.meshcentral.com/download/meshcentral-config-schema.json",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "MeshCentral configuration file schema",
"type": "object",
"properties": {
"settings": {
"type": "object",
"properties":... | o17591 |
{
"additionalProperties": false,
"description": "Schema for a Mandrill message delayed event",
"properties": {
"_id": {
"type": "string"
},
"diag": {
"type": "string"
},
"msg": {
"additionalProperties": false,
"propertie... | sp_125_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"delete": {
"type": "array",
"items": {
"type": "string"
}
},
"read": {
"type": "array",
... | o12223 |
{
"properties": {
"length": {
"description": "The length of the password",
"type": "integer"
},
"lowercase": {
"description": "Include lowercase letters in the password",
"type": "boolean"
},
"numbers": {
"description": "Include numbers in the password",
"type":... | generate_random_password_4ec97c11 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Toleration": {
"description": "The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.",
"properties": ... | kb_926_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"properties": {
"SelenaManagementNet": {
"description": "Configuration of the virtual network which Selena uses as a back-channel to manage an experiment's VMs",
"properties": {
"SELENA_MGMT_NETADDR": {
... | o74464 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "#/definitions/version",
"title": "Collection Version",
"description": "Postman allows you to version your collections as they grow, and this field holds the version number. While optional, it is recommended that you use this field to its ful... | o67616 |
{
"id": "http://schemas.triniti.io/json-schema/gdbots/analytics/mixin/tracker/1-0-0.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"is_enabled": {
"type": "boolean",
"pbj": {
"type": "boolean",
... | o82290 |
{
"properties": {
"adfstruststatus": {
"enum": [
"INIT",
"FAILED",
"ESTABLISHED",
"ESTABLISHED/CONFIGURED",
"ESTABLISHED_RENEW_SUCCESS",
"ESTABLISHED_RENEW_FAILED",
"RENEWED/CONFIGURED... | o30076 |
{
"additionalProperties": false,
"description": "Snowplow Amazon DynamoDB storage configuration",
"properties": {
"accessKeyId": {
"type": "string"
},
"awsRegion": {
"type": "string"
},
"dynamodbTable": {
"type": "string"
},... | sp_359_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"targetType": "document_surface1d",
"schemaType": "document_surface1d",
"type": "object",
"required": [
"schemaType",
"_corpusID",
"_documentID",
"offsets"
],
"properties": {
"schemaType": {
... | o33708 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Generated from kata/spec/fixtures/examples/load_balancer.json with shasum cf9408412884a83aed58bca92933c0ec4a100c6b",
"type": "object",
"required": [
"loadBalancer"
],
"properties": {
"loadBalancer": {
... | o59668 |
{
"additionalProperties": false,
"description": "Schema for user attribute change event",
"properties": {
"deleted": {
"type": "boolean"
},
"isNewAttribute": {
"type": "boolean"
},
"name": {
"type": "string"
},
"newV... | sp_150_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://www.52north.org/schema/json/Geometry#",
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"crs": {
"$ref": "#/definitions/crs"
... | o75099 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"icon": {
... | o45196 |
{
"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_9fff5e08 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SecretReference": {
"description": "SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace",
"properties": {
"name": {
... | kb_474_Normalized |
{
"properties": {
"humio": {
"properties": {
"dataspace": {
"description": "Name of Humio dataspace",
"type": "string"
},
"host": {
"description": "Humio url. i.e. go.humio.com",
... | o90706 |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Ansible Inventory",
"description": "Ansible Inventory for the script inventory plugin",
"type": "object",
"patternProperties": {
"^\\w$": {
"type": "object",
"properties": {
"hosts": {
... | o90425 |
{
"additionalProperties": false,
"description": "Schema for mobile contexts",
"properties": {
"androidIdfa": {
"type": [
"string",
"null"
]
},
"appAvailableMemory": {
"description": "Amount of memory in bytes availab... | sp_300_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"start_time": {
"type": "string"
},
"end_time": {
... | o45224 |
{
"properties": {
"bcc": {
"description": "Email addresses to be BCC'd",
"items": {
"type": "string"
},
"type": "array"
},
"cc": {
"description": "Email addresses to be CC'd",
"items": {
"type": "string"
},
"type": "array"
},
"message... | send_email_97b26761 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"details_metadata": {
"type": "object",
"description": "generic metadata dict in details list",
"properties": {
"author": {
"oneOf": [
... | o60991 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"id",
"price"
],
"properties": {
"id": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"img": {
... | o19066 |
{
"title": "Parameter Publisher",
"required": [
"publisher_type",
"outputmap"
],
"properties": {
"publisher_type": {
"default": "frompar-pub",
"enum": [
"frompar-pub"
],
"type": "string"
},
"outputmap... | o66162 |
{
"properties": {
"delivery_address": {
"description": "The delivery address",
"type": "string"
},
"items": {
"items": {
"properties": {
"name": {
"description": "The name of the food item",
"type": "string"
},
"quantity": {
... | order_food_a0b861b2 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"properties": {
"checksums": {
"description": "A hash where each key is one of the checksums that you are willing to upload",
"patternProperties": {
"[0-9a-f]{32}": {
"type": "null"
... | o78129 |
{
"additionalProperties": false,
"properties": {
"dagName": {
"maxLength": 256,
"minLength": 1,
"type": [
"string",
"null"
]
},
"enabled": {
"type": "boolean"
},
"lockType": {
... | sp_202_Normalized |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://bitbucket.org/pipelines.json",
"definitions": {
"image_name": {
"type": "string",
"description": "Name of the Docker image which may or may not include registry URL, tag, and digest value",
"default": "atlassian/default-... | bitbucket-pipelines |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"time": {
"type": "string",
"format": "date-time"
},
... | o6191 |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Export Webhook Schema",
"description": "Sent whenever a data export activity happens (e.g. export created/completed)",
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Export Id",
... | o72213 |
{
"properties": {
"dimensions": {
"description": "The dimensions of the shape",
"properties": {
"length": {
"description": "The length of the shape",
"type": "number"
},
"radius": {
"description": "The radius of the shape",
"type": "numbe... | calculate_area_c4066dbd |
{
"additionalProperties": false,
"properties": {
"additionalFields": {
"properties": {
"delivery_stage": {
"type": "string"
},
"eventAction": {
"type": "string"
},
"eventCa... | o21480 |
{
"$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.... | o21415 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://luciozambon.altervista.org/egiga2m/schemas/tree_search.json",
"type": "object",
"additionalProperties": {
"type": "string"
}
} | o57711 |
{
"properties": {
"advancedclientlessvpnmode": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"
},
"allowedlogingroups": {
"type": "string"
},
"allprotocolproxy": {
"type": "strin... | o31177 |
{
"properties": {
"date_range": {
"properties": {
"end_date": {
"description": "The end date to filter news articles",
"format": "date",
"type": "string"
},
"start_date": {
"description": "The start date to filter news articles",
"for... | search_news_702265fd |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"bulk_publishing": {
"type": "boolean"
},
"links": {
"type": "object",
"additionalProperties": false,
"properti... | o21178 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_LimitRangeItem": {
"description": "LimitRangeItem defines a min/max usage limit for any resource that matches on kind.",
"properties": {
"default": {
"ad... | kb_531_Normalized |
{
"properties": {
"Message": {
"description": "Optional. A custom message displayed on the screen in Conference Room Display mode",
"type": "string"
},
"PayloadDescription": {
"default": "Conference Room Display Payload",
"description": "Descri... | o61602 |
{
"properties": {
"accountHolderName": {
"_id": "order:010_accountHolderName",
"maxLength": 200,
"minLength": 1,
"title": "Account Name",
"type": "string"
},
"bankAccount": {
"_id": "order:040_bankAccount",
"... | o28235 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_admissionregistration_v1_RuleWithOperations": {
"description": "RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid.",
... | kb_1097_Normalized |
{
"properties": {
"Static": {
"readonly": true,
"type": "boolean"
},
"active": {
"readonly": true,
"type": "boolean"
},
"advertise": {
"enum": [
"DISABLED",
"ENABLED"
],
... | o30699 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
"userId": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
"creat... | o9926 |
{
"properties": {
"client_name": {
"description": "The name of the client",
"type": "string"
},
"items": {
"items": {
"properties": {
"description": {
"description": "The description of the item",
"type": "string"
},
"price": ... | generate_invoice_f5e3452e |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Pantry and role access level that user has",
"title": "User role in pantry",
"type": "object",
"properties": {
"pantryId": {
"description": "Unique ID of food pantry",
"type": "string",
... | o53616 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"items": {
"properties": {
"description": {
"description": "The description of the item",
"type": "string"
},
"pric... | generate_invoice_5996285c |
{
"definitions": {
"timestamp": {
"description": "A timestamp",
"example": "2016-12-01T05:44:59.223Z",
"format": "date-time",
"type": "string"
},
"uuid": {
"description": "A UUID",
"example": "250c48ca-4d03-45d7-9814-03b... | o35168 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Wangscape tile groups schema",
"description": "Lists Wangscape output tiles with locations, grouped by corner terrain types.",
"patternProperties": {
"^[0-9a-zA-Z_-]+\\.[0-9a-zA-Z_-]+\\.[0-9a-zA-Z_-]+\\.[0-9a... | o74562 |
{
"properties": {
"date_range": {
"properties": {
"end_date": {
"description": "The end date of the news articles",
"format": "date",
"type": "string"
},
"start_date": {
"description": "The start date of the news articles",
"format": ... | search_news_b53cc6ae |
{
"title": "Invocation manifest for Task tsv Converter",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"config": {
"type": "object",
"properties": {
"Filename": {
"type": "string"
... | o41362 |
{
"properties": {
"alertonly": {
"enum": [
"ON",
"OFF"
],
"type": "string"
},
"comment": {
"type": "string"
},
"isautodeployed": {
"enum": [
"AUTODEPLOYED",
... | o30022 |
{
"additionalProperties": true,
"properties": {
"vera__events__c": {
"_id": "/vera__events__c",
"additionalProperties": true,
"properties": {
"vera__boats__c": {
"_id": "/vera__events__c/vera__boats__c",
"items":... | o78734 |
{
"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_256c8d1a |
{
"title": "Funscript",
"description": "Funjack's haptic script format",
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://raw.github.com/funjack/launchcontrol/master/schemas/funscript.schema.json",
"type": "object",
"properties": {
"version": {
"descriptio... | o42186 |
{
"oneOf": [
{
"additionalProperties": false,
"properties": {
"path": {
"type": "string"
},
"resource_type": {
"enum": [
"asset",
"file"
... | o89639 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"device_iot": {
"type": "object",
"properties": {
"cat": {
"type": "integer"
},
"cby": {
"type": "string"
},
"tid": {
"type": "string"
}
},
... | o48116 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$schema-location": "Entity-Schema.json",
"name": "Charm-Schema",
"version": "1",
"author": "denis",
"description": "Represent a Juju Charm",
"associated-tool": "Juju-CLI",
"type": "object",
"properties": {
"$schema-location": {
"enum":... | o35773 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"kind": {
"type": "string",
"default": "resp",
"readonly": "true",
"description": "Defines that the message is a response"
},
"reqId": {
... | o9704 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"items": {
"additionalProperties": false,
"properties": {
"age": {
"type": "number"
},
"gender": {
"type": "string"
},
"id": {
"type... | o75589 |
{
"properties": {
"latitude": {
"description": "The latitude of the location",
"type": "number"
},
"longitude": {
"description": "The longitude of the location",
"type": "number"
},
"radius": {
"description": "The radius in meters to search for nearby places",
"... | find_nearby_places_73939eda |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector": {
"description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches ... | kb_697_Normalized |
{
"properties": {
"base": {
"description": "The base of the triangle",
"type": "number"
},
"height": {
"description": "The height of the rectangle or triangle",
"type": "number"
},
"radius": {
"description": "The radius of the circle",
"type": "number"
},
... | calculate_area_bfe5d103 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Test configuration",
"type": "object",
"properties": {
"spec": {
"type": "object",
"properties": {
"replicas": {
"type": "integer",
"minimum": 1... | o39871 |
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Schema for template meta data (aka front matter)",
"type": "object",
"properties": {
"target": {
"title": "Target path to write the configuration file to (defaults to template name minus extension)",
"... | o32736 |
{
"allOf": [
{
"$ref": "#/definitions/service"
},
{
"$ref": "#/definitions/constraints"
}
],
"definitions": {
"constraints": {
"_id": "#/definitions/constraints",
"anyOf": [
{
"not": {... | o55657 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"id": "https://json.schemastore.org/tmuxinator.json",
"properties": {
"defaults": {
"type": "object"
},
"name": {
"oneOf": [
{
"type": "number"
},
{
"type": ... | tmuxinator |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"_elements"
],
"properties": {
"_attributes": {
"type": "object"
},
"_elements": {
"type": "array",
"items": {
"type": "object",... | o25711 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"info-add-remove": {
"type": "object",
"properties": {
"set": {
"type": "object",
"minProperties": 1
},
"delete": {
... | o74185 |
{
"properties": {
"end_datetime": {
"description": "The end datetime of the event",
"format": "date-time",
"type": "string"
},
"location": {
"description": "The location of the event",
"type": "string"
},
"start_datetime": {
"description": "The start datetime of... | create_calendar_event_1ac25f9d |
{
"properties": {
"person1": {
"properties": {
"date_of_birth": {
"description": "The date of birth of the first person",
"format": "date",
"type": "string"
},
"name": {
"description": "The name of the first person",
"type": "string"
... | calculate_age_difference_d1ef7543 |
{
"title": "Deactivate maintenance mode",
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"additionalProperties": false,
"required": [
"devices"
],
"properties": {
"devices": {
"type": "array",
"description": "List of device nam... | o71312 |
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.