json_schema
stringlengths
324
2.16k
unique_id
stringlengths
4
6
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/Entity.json", "type": "object", "properties": { "CreationTime": { "type": "string", "description": "The creation time of this entity in the format: CCYY-MM-DDThh...
o57936
{ "$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
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "type": "object", "properties": { "keyName": { "title": "Storage Key Name", "type": "string", "minLength": 1 }, "valuePath": { "title": "Value Pa...
o6185
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "properties": { "location": { "_format": "uri", "type": "string" }, "retries": { "type": "number" }, "retrieveDate": { "_format": "da...
o43997
{ "properties": { "transforms": { "items": { "properties": { "from": { "type": "string" }, "to": { "type": "string" } }, ...
o83301
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "assertions" ], "properties": { "description": { "type": "string" }, "context": {}, "assertions": { "type": "array", "minItems": 1, ...
o74408
{ "$id": "https://example.com/restapi/HasBinaryFormats.json", "$schema": "http://json-schema.org/draft-04/schema#", "title": "HasBinaryFormats", "type": "object", "definitions": { "BinaryFormat": { "type": "string", "format": "binary" }, "ByteFormat": ...
o58618
{ "properties": { "User": { "properties": { "age": { "format": "int32", "type": "integer" }, "foo": { "format": "bar", "type": "string" }, ...
o39448
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://toyatech.net/cmsapp/contacts", "definitions": { "PostalAddress": { "type": "object", "properties": { "street": { "type": "string" }, "loca...
o82176
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "canCreateAccounts": { "type": "boolean", "description": "true if this account manager can create accounts - in which case TAS SSO will display a sign up button" }, "crea...
o79477
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "bidder": { "type": "object", "properties": { "login": { "type": "string" } } }, "requestedItems": { ...
o54976
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "GumGum Adapter Params", "description": "A schema which validates params accepted by the GumGum adapter", "type": "object", "properties": { "zone": { "type": "string", "description": "A tracking id used ...
o68311
{ "$schema": "http://json-schema.org/draft-04/schema", "type": "object", "title": "RPC Job Payload", "description": "An object containing a new RPC Job", "properties": { "query": { "description": "A MongoDB query. For more information on the syntax: https://docs.mongodb.com/manua...
o53004
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://flynn.io/schema/common#", "definitions": { "id": { "description": "unique identifier", "format": "uuid", "type": "string" }, "created_at": { "description": "object c...
o89016
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "The value returned by GET /_active_tasks", "items": { "properties": { "changes_done": { "type": "number" }, "database": { "type": "string" }, ...
o60108
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "testField": { "title": "Module field name", "description": "A single module field name", "type": "string" } }, "title": "Sample schema", "description": "Sample schema definit...
o13140
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://raw.githubusercontent.com/washingtonpost/ans-schema/master/src/main/resources/schema/ans/0.5.7/traits/trait_source.json", "title": "Source", "description": "Information about the original source and/or owner of this content", "ty...
o86524
{ "id": "http://schemas.gdbots.io/json-schema/gdbots/enrichments/mixin/time-sampling/1-0-0.json#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "ts_ymdh": { "type": "integer", "default": 0, "minimum": 0, "...
o42536
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "description": "The JSON schema that matches a tag result.", "id": "https://mastert.github.io/bandcamp-scraper/schemas/tag-result.json", "properties": { "artist": { "type": "string" }, ...
o58930
{ "$id": "https://example.com/restapi/HasNestedDefinitions.json", "$schema": "http://json-schema.org/draft-04/schema#", "title": "HasNestedDefinitions", "type": "object", "definitions": { "MyObject": { "type": "object", "definitions": { "MyNestedString...
o58621
{ "properties": { "activepolicy": { "readonly": true, "type": "integer" }, "boundto": { "type": "string" }, "gotopriorityexpression": { "readonly": true, "type": "string" }, "labelname": { ...
o31112
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "version": { "type": "string", "minLength": 1, "maxLength": 255 }, "description": { "type": "string", "maxLength": 32767 }, ...
o9893
{ "additionalProperties": false, "properties": { "dateAdapter": { "default": "date-fns", "description": "Which date adapter to use", "enum": [ "moment", "date-fns" ], "type": "string", "x-prompt": { ...
o59284
{ "definitions": {}, "properties": { "created": { "_id": "/properties/created", "type": "string" }, "entries": { "_id": "/properties/entries", "items": { "_id": "/properties/entries/items", "properties": { ...
o89487
{ "$schema": "http://json-schema.org/draft-04/schema", "definitions": { "dateUTCISO": { "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3}Z$", "type": "string" } }, "description": "Track cache-wide data", "properties": { "lastSweep": { ...
o20376
{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "minProperties": 1, "properties": { "frameworkAgreementVersion": { "minLength": 1, "type": "string" }, "signerName": { "minLength": 1, "type": "s...
o21040
{ "$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#", "type": "object", "properties": { "argv": { "type": "array" }, "system": { "type": "object", "properties": { "architecture": { "type": "array" ...
o33825
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "values": { "type": "array", "items": { "type": "integer" } }, "categoryActual": { "type": "object", "properties": { "categ...
o79554
{ "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "min_api_version": { "description": "The minimum API version supported by this server.", "type": "integer" }, "max_api_version": { "description": "The maximum API version supported...
o78134
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "title": "Device State", "description": "Schema for a single Device state", "type": "object", "properties": { "time": { "oneOf": [ { ...
o9841
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://judkins.house/apis/k2/v1/awsLoadBalancerConfig.json", "$$target": "awsLoadBalancerConfig.json", "title": "AWS Load balancer configuration", "description": "AWS Load balancer configuration for Kubernetes API servers", "properti...
o90355
{ "title": "inheritedDomain", "type": "object", "$schema": "http://json-schema.org/draft-04/schema", "description": "This domain applies to domains on subtypes. It implies that the domain for a field at the subtype level is the same as the domain for the field at the layer level.", "properties": { ...
o90219
{ "additionalProperties": false, "description": "common schema for user application started and complete volumes - used for MI data based save and return completion-rate calculation", "properties": { "_id": { "description": "unique url-friendly base64 encoded, utf8 endoded concatenation ...
o60885
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "DailyDelivery", "description": "A schedule of deliveries to multiple facilities", "type": "object", "properties": { "doc_type": { "type": "string", "pattern": "^dailyDelivery$" }, "versi...
o37718
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "h": { "title": "Height", "description": "Image Height", "type": "number" }, "w": { "title": "Width", "description": "Image Width", ...
o26992
{ "properties": { "loginName": { "title": "Prihlasovacie meno", "type": "string" }, "passwordHash": { "description": "", "title": "Hash hesla", "type": "string" }, "salt": { "description": "", ...
o81723
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "ImageUri": { "anyOf": [ { "description": "An image representative of the entity. In Blockcerts this is typically a data URI (https://en.wikipedia.org/wiki/Data_URI_scheme) embedded a...
o33942
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Text", "description": "Free-form, usually human-readable, text.", "type": "object", "properties": { "format": { "enum": [ "text", "html", "asciidoc" ], ...
o58216
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "pageInfo": { "type": "object", "description": "Inspect page models received through wrapper events.", "requires": [ "resource" ], "pr...
o89608
{ "$schema": "http://json-schema.org/draft-06/schema#", "properties": { "anInteger": { "type": "integer" }, "aNumber": { "type": "number" }, "aBoolean": { "type": "boolean" }, "anObject": { "type": "object" ...
o25199
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Whitelist", "description": "Whitelist", "type": "object", "properties": { "ignoreSevertiesAtOrBelow": { "type": "string", "enum": [ "negligible", "Negligible", ...
o76439
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Blockstack Token File", "description": "A file containing Blockstack profile & key delegation JWTs", "type": "object", "properties": { "version": { "description": "The unique identifier for a product", ...
o26646
{ "additionalProperties": false, "description": "Client creation request", "oneOf": [ { "properties": { "grantType": { "enum": [ "authorization_code" ] }, "responseType": { ...
o10011
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "HTTP Server", "description": "HTTP server definition and URL list", "type": "object", "properties": { "server": { "type": "object", "properties": { "address": { "type...
o83711
{ "$schema": "http://json-schema.org/draft-06/schema#", "title": "Server RootDiscussionForm", "description": "Server RootDiscussionForm from Tiamat", "type": "object", "additionalProperties": false, "required": [ "forumBoard", "forumBoardGroup" ], "properties": { "forumBoardGroup": { "...
o17547
{ "title": "Team Format", "description": "This is a schema defining the strict format for writing a list of team members.", "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://jsonschema.net", "type": "array", "items": { "type": "object", "properties": { ...
o35798
{ "additionalProperties": false, "description": "Get user preferences", "examples": [ { "email": "test@test.com", "subscribed": true, "user_id": 1 } ], "properties": { "email": { "_format": "email", "type": "string" ...
o69916
{ "additionalProperties": false, "description": "MachineBoss named sequence schema", "properties": { "name": { "type": "string" }, "sequence": { "items": { "type": "string" }, "type": "array" } }, "requir...
o47167
{ "$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...
o12235
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "string": { "type": "string", "default": "" }, "object": { "type": "object", "additionalProperties": false, "properties": { ...
o63985
{ "properties": { "data": { "_id": "/data", "properties": { "_id": { "id": "/data/id", "type": "string" }, "attributes": { "_id": "/data/attributes", "prope...
o79650
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "title": "Auth", "id": "#/definitions/auth-attribute", "description": "Represents an attribute for any authorization method provided by Postman. For example `username` and `password` are set as auth attributes for Basic Authen...
o67594
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://raw.githubusercontent.com/washingtonpost/ans-schema/master/src/main/resources/schema/ans/0.10.5/traits/trait_rendering_guides.json", "title": "Rendering Guides", "description": "Trait that provides suggestions for the rendering syste...
o85947
{ "definitions": { "absolute_path": { "pattern": "^/[^\u0000]+$", "type": "string" } }, "properties": { "plugins": { "properties": { "minimize_size": { "properties": { "shrink": { ...
o27354
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Root password plugin manifest", "type": "object", "properties": { "plugins": { "type": "object", "properties": { "root_password": { "type": "object", ...
o27357
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/Enfernuz/quik-lua-rpc/json/schema/SearchItems.result.scheme.json", "title": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b SearchItems", "description": "\u04...
o5162
{ "title": "colorModulationInfo", "type": "object", "$schema": "http://json-schema.org/draft-04/schema", "description": "Indicates whether modulation should be used to render the point.", "properties": { "field": { "type": "string", "description": "the attribute to us...
o90179
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "ico", "description": "An ico atom", "type": "object", "properties": { "icon": { "description": "The short name of the icon", "enum": [ "arrow-right", "chevron-up", ...
o62759
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "properties": { "regex": { "type": "boolean", "default": "false" }, "code": { "type": "string" ...
o70013
{ "$async": true, "$schema": "http://json-schema.org/draft-06/schema#", "description": "SignUpForm from Tiamat", "properties": { "confirmPassword": { "const": { "$data": "1/password" } }, "email": { "_format": "email", ...
o17545
{ "additionalProperties": true, "properties": { "httpMethod": { "pattern": "^GET$", "type": "string" }, "path": { "pattern": "^/products$", "type": "string" }, "queryStringParameters": { "additionalProperties": f...
o12070
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Okapi Permission Object", "type": "object", "properties": { "permissionName": { "type": "string" }, "displayName": { "type": "string" }, "description": { "type": ...
o24182
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "city": { "type": "string" }, "state": { "type": "string" }, "zip": { "type": "string" }, "country": { "type": "st...
o81581
{ "id": "http://schemas.triniti.io/json-schema/triniti/common/mixin/custom-code/1-0-0.json#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "custom_code": { "type": "object", "patternProperties": { "^[a-zA-Z_]{1}[\...
o82718
{ "$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
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "type": "object", "properties": { "timeSincePath": { "title": "Time Since Path", "description": "JSON path to store the time since last not throttled payload", "type": "stri...
o6228
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "web-dir" ], "properties": { "scripts": { "type": "object", "description": "This is a hash of script names (keys) and shell commands (values) to execute.", "add...
o84043
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Adhese Adapter Parameters", "description": "Validation for parameters handled by the Adhese adapter", "type": "object", "properties": { "account": { "type": "string", "description": "Your Adhese account...
o68282
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "wells": { "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string" ...
o49235
{ "properties": { "author": { "anyOf": [ { "properties": { "email": { "format": "email", "type": "string" }, "name": { ...
o36641
{ "title": "Additional options for templates", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "definitions": {}, "additionalProperties": false, "properties": { "$schema": { "type": "string" }, "id": { "type": "string" ...
o36571
{ "name": "Product", "properties": { "id": { "description": "Product identifier", "type": "number" }, "name": { "description": "Name of the product", "type": "string" }, "price": { "minimum": 0, "type...
o71556
{ "$schema": "http://json-schema.org/draft-04/schema#", "name": "user", "type": "object", "properties": { "name": { "type": "object", "properties": { "first": { "type": "string" }, "middle": { ...
o78783
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "Password": { "type": "object", "properties": { "password": { "type": "string" } }, "required": [ "password" ...
o42169
{ "$schema": "http://json-schema.org/draft-04/schema", "title": "Git LFS HTTPS Lock Deletion API Request", "type": "object", "properties": { "force": { "type": "boolean" }, "ref": { "type": "object", "properties": { "name": { ...
o43294
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "TenantList", "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, ...
o42212
{ "description": "Generates a new, generic enum definition for the given or default project.", "properties": { "lintFix": { "default": false, "description": "When true, applies lint fixes after generating the enum.", "type": "boolean", "x-user-analytics": ...
o64880
{ "additionalProperties": false, "definitions": { "Change": { "additionalProperties": false, "properties": { "new": { "description": "New value" }, "old": { "description": "Old value" ...
o68821
{ "definitions": { "line_1": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "address line 1", "x-examp...
o27034
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "properties": { "connected": { "enum": [ 1, 0 ] }, "time": { "type...
o9829
{ "additionalProperties": false, "properties": { "ids": { "additionalItems": false, "items": { "type": "string" }, "type": "array" } }, "required": [ "ids" ], "title": "InsertManyResponse", "type": "objec...
o10059
{ "description": "lax ingest+publish request schema", "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://lax.elifesciences.org/ingest-publish-request-schema.json", "type": "object", "additionalProperties": false, "properties": { "action": { "enum": [ ...
o44051
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "subA": { "$ref": "#/definitions/MySubObject" }, "subB": { "$ref": "#/definitions/MySubObject" } }, "required": [ "subA", "subB" ], ...
o25953
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://localhost:4000/json-schema/producerShare.json#", "title": "ACRSI Data Submission", "description": "", "type": "object", "required": [ "producerSharePercent" ], "properties": { "@type": { "ti...
o25406
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "uuid": { "pattern": "[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}", "type": "string" } }, "properties": { "description": { "description": "...
o36222
{ "id": "http://www.gandhi.io/schema/user", "type": "object", "$schema": "http://json-schema.org/draft-04/schema", "required": [ "id", "email" ], "additionalProperties": false, "properties": { "admin": { "type": "boolean", "default": false ...
o60760
{ "description": "A party is a person, project or organization related to a package.", "properties": { "email": { "oneOf": [ { "description": "Email for this party.", "title": "email", "type": "string" ...
o89987
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "auth": { "type": "null" }, "data": { "type": "object", "properties": {} }, "lease_duration": { "type": "integer" }, ...
o11794
{ "$schema": "http://json-schema.org/draft-06/schema#", "title": "Metadata Map Product", "description": "This is a schema for validating map products (schema only).", "type": "object", "properties": { "metadata_type": { "type": "string", "default": "n/a" }, ...
o39767
{ "properties": { "attributes": { "properties": { "option1": { "enum": [ "val1", "val2" ], "title": "option1", "type": "string" }, ...
o13981
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "app": { "type": "string", "description": "the shortCode of an app" }, "appList": { "type": "array", "items": { "$ref": "#/definitions/app" ...
o79490
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "cta", "description": "A cta atom", "type": "object", "properties": { "text": { "description": "Button text", "type": "string" }, "href": { "description": "URL", "...
o62768
{ "properties": { "name": { "type": "string" }, "payload": { "type": [ "null", "string", "number", "object", "array" ] }, "schema": { "enum": [ ...
o67195
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "content-type": "application/x-www-form-urlencoded", "id": "http://localhost:3000/schemas/token-introspect-request.json#", "properties": { "token": { "description": "The token to inspect.", "minLength": 1, ...
o20483
{ "additionalProperties": false, "description": "This is the format describing the command for the PlanetWars game, used in the development off MOZAIC", "properties": { "moves": { "description": "Describes what you want to do in the current turn", "items": { "...
o17987
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "content-type": "application/x-www-form-urlencoded", "endpoint": "/token", "id": "http://localhost:3000/schemas/token-refresh-token-grant-request.json#", "method": "POST", "properties": { "grant_ty...
o20487
{ "$schema": "http://json-schema.org/draft-04/schema", "title": "Revenue", "description": "Describes information about revenue", "type": "object", "properties": { "scope": { "description": "scope of the revenue result", "enum": [ "company", ...
o64823
{ "items": { "properties": { "alias": { "type": "string" }, "comment": { "type": "string" }, "cpha": { "enum": [ "high", "low" ] }, ...
o41764
{ "$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