json_schema
stringlengths
43
1.28M
unique_id
stringlengths
2
41
{ "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_8156f8cc
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "ImboLauncher configuration", "description": "The configuration file used by ImboLauncher to start one or more Imbo servers", "type": "object", "properties": { "servers": { "description": "List of server definitions...
o47248
{ "properties": { "dimensions": { "properties": { "length": { "description": "The length of the shape", "type": "number" }, "radius": { "description": "The radius of the shape", "type": "number" }, "width": { "descript...
calculate_area_9553d703
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "HealthDescriptor", "description": "Health for an instance", "type": "object", "additionalProperties": false, "properties": { "srvcId": { "description": "Service ID, normally same as Module ID", "typ...
o41717
{ "definitions": { "HardwareParameterLimits": { "additionalProperties": false, "properties": { "max": { "minimum": 1, "type": "number" }, "min": { "minimum": 1, ...
o27827
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "binwalk_details": { "type": "object", "description": "Details of Binwalk run on one file", "properties": { "path": { "type": "string" }, ...
o42027
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "NewDemoModel", "required": [ "Metadata" ], "type": "object", "properties": { "Metadata": { "required": [ "Masters", "Minions", "Provider", ...
o32847
{ "$schema": "http://json-schema.org/draft-06/schema#", "title": "Kangrat", "description": "A schema for Kangrat", "type": "object", "properties": { "siteName": { "type": "string", "default": "My Kangrat Site", "description": "The name of the site" ...
o72570
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "status": { "type": "string", "enum": [ "initialized", "failure" ], "default": "initialized", "description": "der Stat...
o79714
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "diskDevice": { "additionalProperties": false, "properties": { "device": { "pattern": "^/dev/[^/]+(/[^/]+)*$", "type": "string" }, ...
o83760
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "id": "http://localhost:3000/schemas/refresh-token-request.json#", "properties": { "grant_type": { "enum": [ "refresh_token" ], "type": "string" }, ...
o20478
{ "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_f3c5d1e7
{ "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_27dec4dc
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "events": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" ...
o79030
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "apiTest": { "type": "object", "properties": { "api": { "type": "string", "description": "URL called to perform the api test" }, ...
o79518
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additinalProperties": false, "properties": { "title": { "type": "string" }, "icon": { "type": "string" }, "background": { "type": "string" }, ...
o65022
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_coordination_v1beta1_LeaseSpec": { "description": "LeaseSpec is a specification of a Lease.", "properties": { "acquireTime": { "$ref": "#/definitions/https:__kub...
kb_514_Normalized
{ "$ref": "#/definitions/ExcludeConfig", "definitions": { "ExcludeConfig": { "additionalProperties": false, "description": "defines filters to exclude folders, types or files from all or specific checks", "properties": { "": { "$ref...
o18948
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "properties": { "email": { "_format": "email", "maxLength": 1024, "type": "string" }, "password": { "maxLength": 2048, "minLength": 8, ...
o6251
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://mindsnacks.github.io/Zinc/schemas/v1/manifest.json#", "type": "object", "required": [ "catalog", "bundle", "version", "files" ], "additionalProperties": false, "properties": { "forma...
o60880
{ "properties": { "end_time": { "description": "The end time of the event", "format": "date-time", "type": "string" }, "location": { "description": "The location of the event", "type": "string" }, "participants": { "description": "The participants of the event",...
create_calendar_event_8c89f79b
{ "additionalProperties": false, "properties": { "data": {}, "error": {}, "meta": { "type": "object" }, "warning": {} }, "title": "API Results", "type": "object" }
o10089
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Problem set", "type": "array", "items": { "title": "Problem", "type": "object", "properties": { "GoalTypes": { "type": "array", "items": { "type": "st...
o33017
{ "description": "EndpointPort represents a Port used by an EndpointSlice", "properties": { "appProtocol": { "description": "The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC...
kb_301_Normalized
{ "additionalProperties": false, "definitions": { "attributes": { "additionalProperties": { "type": "string" }, "type": "object" }, "selector": { "additionalProperties": { "type": "string" }, ...
o32934
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_MetricIdentifier": { "description": "MetricIdentifier defines the name and optionally selector for a metric", "properties": { "name": { "desc...
kb_733_Normalized
{ "$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
{ "additionalProperties": false, "items": { "additionalProperties": false, "properties": { "creator": { "type": "string" }, "creatorScore": { "type": "number" }, "lastEventId": { "type": "...
o12085
{ "properties": { "down_payment": { "description": "The down payment amount", "type": "number" }, "insurance": { "description": "The annual insurance amount", "type": "number" }, "interest_rate": { "description": "The annual interest rate", "type": "number" ...
calculate_mortgage_payment_f78dc2f8
{ "type": "object", "properties": { "map1": { "$ref": "#/definitions/MyMap1" }, "map2": { "$ref": "#/definitions/MyMap2" } }, "required": [ "map1", "map2" ], "definitions": { "MyMap1": { "type": "object",...
o25956
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the shape (for triangle)", "type": "number" }, "height": { "description": "The height of the shape (for triangle)", "type": "number" }, "len...
calculate_area_0fc2aec9
{ "properties": { "attachments": { "description": "The file path(s) of the attachments", "items": { "type": "string" }, "type": "array" }, "bcc": { "description": "The email address(es) to be blind carbon copied", "type": "string" }, "body": { "des...
send_email_f3f10120
{ "$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]...
o5398
{ "$schema": "http://json-schema.org/draft-04/schema#", "required": [ "config", "inputs" ], "type": "object", "properties": { "inputs": { "required": [ "nifti" ], "type": "object", "properties": { ...
o41343
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Doctrine ORM Entity JSON schema for Xcore Generator", "type": "object", "definitions": { "entity-name": { "type": "string", "description": "Entity name without namespace", "minLength": 1 ...
o17529
{ "properties": { "base": { "description": "The base of the triangle (required for triangle)", "type": "number" }, "height": { "description": "The height of the triangle (required for triangle)", "type": "number" }, "length": { "description": "The length of the rectan...
calculate_area_be52a9a0
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "title": "Jsst Baz", "description": "An explanation about the purpose of this instance.", "properties": { "name": { "type": "string", "title": "Name schema.", "description": "An expl...
o53075
{ "properties": { "base": { "description": "The base of the triangle", "type": "number" }, "height": { "description": "The height of the triangle", "type": "number" }, "length": { "description": "The length of the rectangle", "type": "number" }, "shape":...
calculate_area_e0d1d8d8
{ "id": "https://raw.githubusercontent.com/InfinniPlatform/InfinniPlatform/master/Files/Schema/rabbitmqMessageQueue.json", "$schema": "http://json-schema.org/draft-04/schema#", "title": "rabbitmqMessageQueue", "description": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043e\u0447\u0435\u044...
o7392
{ "properties": { "price": { "description": "The price per unit of the product or service", "type": "number" }, "product_name": { "description": "The name of the product or service", "type": "string" }, "quantity": { "description": "The quantity of the product or serv...
generate_invoice_80aa1035
{ "$id": "http://repairnator.lille.inria.fr/schema.json", "type": "object", "definitions": {}, "$schema": "http://json-schema.org/draft-06/schema#", "properties": { "repo": { "$id": "/properties/repo", "type": "string", "description": "The name of the repo...
o40388
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "exampleDef": { "type": "string", "enum": [ "foo", "bar" ] } }, "type": "number", "default": 0 }
o63987
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "numberWithUnit": { "properties": { "unit": { "type": "string" }, "value": { "type": "number" } }, ...
o39147
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "price": { "type": "number" }, "tags": { "type": "array"...
o69522
{ "$schema": "http://json-schema.org/draft-06/schema#", "$id": "http://json-schema.org/draft-06/schema#", "type": "object", "required": [ "foo" ], "properties": { "foo": { }, "bar": { "type": "string", "enum": [ "a", ...
o23148
{ "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_da13baad
{ "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_ef9ec6bd
{ "$schema": "http://json-schema.org/draft-04/schema#", "_id": "account_config.paypal", "description": "Schema for paypal account_config", "properties": { "currency": { "default": "USD", "description": "currency you acept payments in", "type": "string" ...
o65305
{ "properties": { "category": { "description": "The category of the product", "type": "string" }, "keyword": { "description": "The keyword to search for", "type": "string" }, "price_range": { "description": "The price range of the product", "properties": { ...
search_product_b7319c51
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { "cx": { "type": "number" }, "cy": { "type": "number" }, "id": { "type": "number" }, "locked...
o63998
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "JSON schema for `sp-build-tasks` - SharePoint Frontend build tool-belt", "definitions": { "coreProperties": { "type": "object", "patternProperties": { "^_": { "description": ...
o55668
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Improve Digital Adapter Params", "description": "A schema which validates params accepted by Improve Digital adapter", "type": "object", "properties": { "placementId": { "type": "integer", "minimum": 1,...
o68312
{ "$id": "https://json.schemastore.org/pgap_yaml_input_reader", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": {}, "description": "NCBI Prokaryotic Genome Annotation Pipeline (PGAP) input metadata (submol) JSON/YAML configuration file", "properties": { ...
pgap_yaml_input_reader
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "articles", "selection" ], "properties": { "articles": { "type": "object", "description": "Display a list of articles.", "required": [ "...
o9400
{ "properties": { "include_lowercase": { "description": "Whether to include lowercase characters in the password", "type": "boolean" }, "include_numbers": { "description": "Whether to include numbers in the password", "type": "boolean" }, "include_symbols": { "descrip...
generate_random_password_5d88558c
{ "properties": { "client_name": { "description": "The name of the client", "type": "string" }, "items": { "description": "The items in the invoice", "items": { "properties": { "name": { "description": "The name of the item", "type": "strin...
generate_invoice_678b903a
{ "id": "https://schema.management.azure.com/schemas/2018-08-31-preview/Microsoft.WorkloadMonitor.json#", "$schema": "http://json-schema.org/draft-04/schema#", "title": "Microsoft.WorkloadMonitor", "description": "Microsoft WorkloadMonitor Resource Types", "resourceDefinitions": {}, "extension_r...
o1809
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the triangle", "type": "number" }, "height": { "description": "The height of the rectangle or triangle", "type": "number" }, "radius": { ...
calculate_area_42991ec9
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "captureObj", "description": "Used to log details associated with a capture", "type": "object", "additionalProperties": false, "properties": { "storedJpgSize": { "type": "number", "description": "Siz...
o17132
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Update Post", "type": "object", "required": [ "post" ], "properties": { "post": { "type": "object", "additionalProperties": false, "required": [ "title", ...
o55691
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "deviceIds": { "type": "array", "items": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" } }, "deviceTags": { "...
o6173
{ "$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#", "type": "object", "title": "System Utilization Logical Interface Schema", "description": "Schema that defines the canonical interface for anythin capable of reading System Utilization data", "properties": { "cpu": { "descrip...
o47039
{ "$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": "https://json-schema.org/draft/2020-12/schema", "description": "", "type": "object", "properties": { "options": { "type": "object", "properties": { "bookmarkThumbHeight": { "type": "number" }, ...
o66713
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "items": { "type": "array", "items": { "title": "Event", "description": "Schema for a single Event", "type": "object", "pr...
o9864
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Transaction", "type": "object", "additionalProperties": false, "properties": { "_id": { "type": "integer", "description": "A unique ID for Transaction" }, "account": { "$ref"...
o46263
{ "additionalProperties": false, "definitions": { "attribute": { "additionalProperties": false, "properties": { "description": { "type": "string" }, "format": { "type": "string" ...
o91013
{ "additionalProperties": false, "description": "common json schema for transaction volumes tagged by user channel", "properties": { "_id": { "description": "unique url-friendly base64 encoded, utf8 endoded concatenation identifier", "type": "string" }, "_time...
o21464
{ "properties": { "check_in_date": { "description": "The check-in date in YYYY-MM-DD format", "format": "date", "type": "string" }, "check_out_date": { "description": "The check-out date in YYYY-MM-DD format", "format": "date", "type": "string" }, "location": { ...
search_hotels_7d3a122a
{ "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_792_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://holi0317.net/schemas", "type": "object", "properties": { "formatVersion": { "id": "http://holi0317.net/schemas/formatVersion", "type": "integer", "enum": [ 1 ] ...
o7264
{ "properties": { "birthdate": { "description": "The date of birth of the user in YYYY-MM-DD format", "format": "date", "type": "string" }, "email": { "description": "The email address for the new account", "format": "email", "type": "string" }, "password": { ...
create_user_633f87f7
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base length of the triangle", "type": "number" }, "height": { "description": "The height of the triangle", "type": "number" }, "length": { ...
calculate_area_2dac2d37
{ "additionalProperties": false, "description": "Schema for a context that represents information pertaining to the current screen being viewed when an event occurs.", "minProperties": 2, "properties": { "activity": { "description": "Android specific: name of activity.", ...
sp_224_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://schemas.massisframework.com/massis3/material/MaterialTexture.json", "javaType": "com.massisframework.massis3.material.MaterialTexture", "title": "MaterialTexture", "description": "defines geometry texture properties", "type": ...
o71446
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "links": { "type": "array", "description": "Generate links for these navigation targets", "items": { "type": "object", "required": [ ...
o9371
{ "properties": { "dimensions": { "description": "The dimensions required for calculating the area", "properties": { "base": { "description": "The base of the shape", "type": "number" }, "height": { "description": "The height of the shape", ...
calculate_area_d97996ce
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_AttachedVolume": { "description": "AttachedVolume describes a volume attached to a node", "properties": { "devicePath": { "description": "DevicePath repr...
kb_631_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "name": "Virtual-Machine-Schema", "version": "1.0.0", "author": "denis", "description": "represent a virtual machine", "associated-tool": "Docker-Rest-API", "properties": { "id": { "type": "string", "default-value": "", "descrip...
o35770
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/Enfernuz/quik-lua-rpc/json/schema/GetWindowRect.result.scheme.json", "title": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b GetWindowRect", "description": "...
o5146
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "name": { "type": "string", "maxLength": 40 }, "email": { "type": "string", "maxLength": 60 }, "theme": { "type": "str...
o40224
{ "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_526_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "key": { "title": "Device Tag Pair", "type": "string", "messages": { "required": "Device Tag pair is required" } }, "type": { ...
o6259
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "type": "object", "properties": { "urlPathTemplate": { "title": "Service Path", "type": "string", "minLength": 1 }, "textTemplate": { "title": "M...
o6248
{ "$schema": "http://json-schema.org/draft-06/schema#", "title": "Result", "description": "Represents the result of running CFLint", "type": "object", "properties": { "version": { "title": "Version", "description": "The version of CFLint that products these results", ...
o15222
{ "title": "Invocation manifest for MRIQC: No-reference image quality metrics for quality assessment of MRI ", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "config": { "type": "object", "properties": { "measuremen...
o41342
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "create tasks response", "description": "create tasks response", "type": "object", "properties": { "exitCode": { "type": "integer" }, "stdout": { "type": "string" }, "stde...
o76477
{ "properties": { "dimensions": { "properties": { "length": { "description": "The length of the square or triangle", "type": "number" }, "radius": { "description": "The radius of the circle", "type": "number" }, "width": { ...
calculate_area_1966c622
{ "$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
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "properties": { "currentTime": { "_format": "date-time", "type": "string" }, "interval": { "type": "number" }, "status": { "enum": [ ...
o43999
{ "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
{ "$id": "https://github.com/hyperjumptech/monika/main/monika-config-schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": { "urlFormat": { "type": "string", "pattern": "^https?://" }, "incidentThreshold": { "type": "integ...
monika-config-schema
{ "properties": { "dimensions": { "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)", ...
calculate_area_0170b024
{ "$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]...
o5362
{ "additionalProperties": false, "description": "A time of day in 24 hour format, with human readable fields.", "name": "Time", "properties": { "hour": { "description": "The hour, an integer between 0-23.", "type": "number" }, "minute": { "desc...
o68625
{ "description": "Retrieve details on all exports (e.g. export templates) that a user has access to across all of their identities. The **id** returned for each export is the value that needs to be provided in order to run that export.", "links": [ { "description": "The response is the colle...
o9511
{ "$license": [ "https://creativecommons.org/licenses/by-sa/3.0/legalcode", "http://www.apache.org/licenses/LICENSE-2.0" ], "description": "A geographical coordinate", "properties": { "latitude": { "type": "number" }, "longitude": { "type":...
o49989
{ "id": "http://localhost:1203/default-array-obj-schema.json#", "$schema": "http://json-schema.org/draft-04/schema#", "title": "test json schema", "type": "object", "properties": { "optObj": { "type": "object", "default": { "hello": "world" ...
o36460
{ "properties": { "cuisine": { "description": "The cuisine type to search for", "type": "string" }, "location": { "description": "The location to search for restaurants", "type": "string" }, "price_range": { "properties": { "max_price": { "descriptio...
search_restaurants_0fe09e52