json_schema
stringlengths
43
1.28M
unique_id
stringlengths
2
41
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "schemas": { "type": "object", "properties": { "baseUri": { "type": "string" }, "baseType": { "type": "string" }, "types": { "type": "arra...
o46173
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_apps_v1_DaemonSet": { "description": "DaemonSet represents the configuration of a daemon set.", "properties": { "apiVersion": { "description": "APIVersion define...
kb_233_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "alternateText": { "type": "string" }, "default": { "type": "string" }, "xl": { "type": "string" }, "l": { "type":...
o27018
{ "$defs": { "ruleProperties": { "type": "object", "properties": { "active": { "type": "boolean" }, "excludes": { "type": "array", "items": { "type": "string" } }, "ignoreAnnotated": { "type": "array"...
detekt-1
{ "properties": { "customer_name": { "description": "The name of the customer", "type": "string" }, "items": { "items": { "properties": { "product_name": { "description": "The name of the product", "type": "string" }, "quantit...
create_invoice_8409a342
{ "properties": { "dimensions": { "description": "The dimensions required to calculate the area", "oneOf": [ { "properties": { "shape": { "const": "rectangle" } }, "required": [ "length", "width" ...
calculate_area_a5ac6157
{ "$id": "https://json.schemastore.org/drupal-services.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "parameters": { "title": "Service parameters", "type": "object" }, "services": { "type": "object", "additionalPro...
drupal-services
{ "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_580_Normalized
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_GroupSubject": { "description": "GroupSubject holds detailed information for group-kind subject.", "properties": { "name": { "description": ...
kb_750_Normalized
{ "properties": { "customer_name": { "description": "The name of the customer", "type": "string" }, "items": { "description": "The items in the sale", "items": { "properties": { "name": { "description": "The name of the item", "type": "stri...
generate_invoice_9061a3aa
{ "id": "http://schemas.triniti.io/json-schema/triniti/canvas/mixin/image-block/1-0-0.json#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "etag": { "type": "string", "pattern": "^[\\w\\.:-]+$", "pbj": { ...
o82667
{ "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_712_Normalized
{ "properties": { "category": { "description": "The category of products to search in", "type": "string" }, "keywords": { "description": "The keywords to search for", "type": "string" }, "price_range": { "properties": { "max_price": { "description": ...
search_products_f3bf4157
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "dolittle.io/schemas/DotNET.SDK/Artifacts.Configuration/artifacts.json", "title": "Artifacts Configuration", "description": "The artifacts configuration", "type": "object", "additionalProperties": { "$ref": "#/definitions/art...
artifacts
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://zenodo.org/schemas/records/file-v1.0.0.json", "properties": { "_buckets": { "type": "object", "properties": { "deposit": { "description": "UUID of the deposit bucket.", ...
o91023
{ "additionalProperties": false, "properties": { "version": { "pattern": "^[0-9]\\.[0-9]\\.[0-9](-[0-9A-Za-z]+)?$", "type": "string" } }, "required": [ "version" ], "type": "object" }
o82284
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://thrift.apache.org/schema.json#", "description": "Schema for Apache Thrift protocol descriptors", "definitions": { "type-id": { "title": "Any type id (name)", "enum": [ "void", ...
o90832
{ "$id": "https://json.schemastore.org/tldr.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "platform": { "oneOf": [ { "enum": ["linux"] }, { "type": "string" } ] }, "pagesRepo...
tldr
{ "$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]...
o89891
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "minItems": 0, "_uniqueItems": true, "items": { "type": "object", "properties": { "hmrcTransactionID": { "$ref": "#/definitions/IDType" }, "accountID": { ...
o70370
{ "properties": { "args": { "items": { "type": [ "string", "number" ] }, "type": "array" }, "description": { "type": "string" }, "dialogue": { "...
o75601
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base length of the triangle", "type": "number" }, "height": { "description": "The height of the triangle", "type": "number" }, "radius": { ...
calculate_area_e6269e12
{ "title": "Invocation manifest for FreeSurfer (v6.0.1): Recon-All", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "config": { "type": "object", "properties": { "subject_id": { "type": "string" ...
o41475
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_DaemonEndpoint": { "description": "DaemonEndpoint contains information about a single Daemon endpoint.", "properties": { "Port": { "_format": "int32", ...
kb_619_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "base_path", "details", "document_type", "publishing_app", "rendering_app", "routes", "schema_name", "title" ], "additionalProperties": false, "...
o21286
{ "properties": { "dimensions": { "oneOf": [ { "required": [ "length", "width" ] }, { "required": [ "radius" ] }, { "required": [ "base", "height" ]...
calculate_area_245ee1e7
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://github.com/ohadschn/ET4W/src/events-schema.json", "definitions": { "etwNativeType": { "enum": [ "Boolean", "Char", "SByte", "Byte", "Int1...
o64963
{ "properties": { "dimensions": { "dependencies": { "shape": [ "rectangle", "circle", "triangle" ] }, "properties": { "base": { "description": "The base of the shape", "type": "number" }, "height": { ...
calculate_area_38196395
{ "definitions": { "column": { "properties": { "elasticsearch_options": { "type": "object" }, "postgresql_options": { "type": "object" }, "type": { "enum": ...
o82252
{ "id": "http://schemas.triniti.io/json-schema/gdbots/forms/field/yes-no-field/1-0-1.json#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "_schema": { "type": "string", "pattern": "^pbj:([a-z0-9-]+):([a-z0-9\\.-]+):([a-z0-9-]+)?:...
o82372
{ "$schema": "http://json-schema.org/draft-04/schema#", "oneOf": [ { "title": "Device State", "description": "Schema for a single Device state", "type": "object", "properties": { "time": { "oneOf": [ ...
o9840
{ "additionalProperties": true, "description": "Schema for a Mailgun message bounced event", "properties": { "attachmentCount": { "description": "Number of attachments in attachment-x (where x is a number) fields.", "maximum": 65535, "type": "integer" }, ...
sp_114_Normalized
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the triangle or rectangle (if applicable)", "type": "number" }, "height": { "description": "The height of the triangle or rectangle (if applicable)", "type"...
calculate_area_fe414505
{ "additionalProperties": false, "description": "Schema to configure the Segment webhook adapter", "properties": { "name": { "type": "string" }, "parameters": { "additionalProperties": false, "properties": { "mappings": { ...
sp_356_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "GetConfigurationRequest", "type": "object", "properties": { "key": { "type": "array", "items": { "type": "string", "maxLength": 50 } } }, "additio...
o43981
{ "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_c6cbc05e
{ "properties": { "DisableUsingiCloudPassword": { "default": false, "description": "Disable Using iCloud Password (Undocumented)", "type": "boolean" }, "PayloadDescription": { "default": "User Preferences", "description": "Descripti...
o61622
{ "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_b6616625
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "endpointDefaultCors": { "type": "boolean" }, "description": { "type": "string", "maxLength": 32767 }, "sourceVersionIdOrName": { ...
o9892
{ "description": "BoundObjectReference is a reference to an object that a token is bound to.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": [ "string", "null" ] }, "kind": { ...
kb_59_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://bio.tools", "type": "object", "properties": { "tools": { "description": "Description of one or more bioinformatics tools - application software with well-defined data processing functions (inputs, outputs and opera...
o26314
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "items": { "type": "array", "items": { "title": "Device Recipe", "description": "Schema for a single Device Recipe", "type": "object", ...
o9838
{ "_comment": "This Spec is for Phase 1!! Most updated version is at https://github.com/reTHINK-project/specs/tree/master/schemas", "$schema": "http://json-schema.org/draft-04/schema#", "URLList": { "type": "object", "anyOf": [ { "$ref": "#/UserURLList" ...
o69757
{ "$schema": "http://json-schema.org/draft-04/schema", "definitions": { "subtitle_url": { "properties": { "format": { "description": "The format of the subtitles (e.g. SRT, DFXP, WEB_VTT, etc)", "type": "string" }, ...
wp_122_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Access Token", "description": "PayPal access token json schema", "type": "object", "properties": { "scope": { "description": "Scopes expressed in the form of resource URL endpoints. The value of the scope parameter...
o66048
{ "additionalProperties": false, "properties": { "port": { "maximum": 65535, "minimum": 0, "type": "integer" }, "priority": { "maximum": 65535, "minimum": 0, "type": "integer" }, "target": { ...
o55348
{ "additionalProperties": false, "description": "Schema for a JSON Paths file for loading Redshift from JSON or Avro, http://docs.aws.amazon.com/redshift/latest/dg/copy-parameters-data-format.html#copy-json-jsonpaths", "properties": { "jsonpaths": { "items": { "type": "st...
sp_11_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "host": { "description": "the host name", "type": "string", "default": "localhost" }, "port": { "description": "the port where the app should be r...
o71448
{ "properties": { "date_range": { "properties": { "end_date": { "description": "The end date in YYYY-MM-DD format", "type": "string" }, "start_date": { "description": "The start date in YYYY-MM-DD format", "type": "string" } }, ...
search_events_48bf3d6d
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_coordination_v1beta1_Lease": { "description": "Lease defines a lease concept.", "properties": { "apiVersion": { "description": "APIVersion defines the versioned ...
kb_517_Normalized
{ "additionalProperties": false, "description": "Common Context Schema for a media player event", "properties": { "currentTime": { "description": "The current playback time", "maximum": 9007199254740991, "minimum": 0, "type": "number" }, ...
sp_296_Normalized
{ "javaType": "org.apache.streams.datasift.twitter.DatasiftTwitterUser", "properties": { "created_at": { "format": "date-time", "type": "string" }, "description": { "type": "string" }, "favourites_count": { "type": "integer"...
o71157
{ "$schema": "http://json-schema.org/draft-06/schema#", "additionalProperties": false, "definitions": { "GeneralConfig": { "additionalProperties": false, "description": "General configuration settings.", "properties": { "artifact_regions": { ...
config_schema
{ "definitions": { "axis": { "description": "Defines an axis of the image", "properties": { "Label": { "description": "What to call this dimension.", "type": "string" }, "Resolution": { ...
o48519
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "", "type": "object", "properties": { "webservice": { "type": "object", "properties": { "urlStem": { "type": "string", "minLength": 1 ...
o64619
{ "properties": { "check_in_date": { "description": "The check-in date", "format": "date", "type": "string" }, "check_out_date": { "description": "The check-out date", "format": "date", "type": "string" }, "guests": { "description": "The number of guests",...
book_hotel_e2c3dd06
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "User", "description": "A WoWFinder User", "type": "object", "properties": { "id": { "type": "integer" }, "battleTag": { "type": "string" }, "accessToken": { "...
o85254
{ "properties": { "dimensions": { "dependencies": { "shape": [ "rectangle", "circle", "triangle" ] }, "properties": { "base": { "description": "The base of the shape", "type": "number" }, "height": { ...
calculate_area_42c63970
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_admissionregistration_v1beta1_RuleWithOperations": { "description": "RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid.", ...
kb_1098_Normalized
{ "description": "RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.", "properties": { "allowedRuntimeClassNames": { "description": "allowedRuntimeClassNames is a whitelist of RuntimeClass names that may be specified on a pod. A value of...
kb_905_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://raw.githubusercontent.com/github-vipera/MOTIF-MAM/master/json-schemas/motif.request.schema", "properties": { "description": { "description": "API call description", "type": "string" }, "sec...
o43291
{ "description": "an instance of <a href=\"i18n-locale-files\">a i18n locale file</a>.", "properties": { "key": { "description": "It is the unique identifier for this file.", "example": "project.en-US", "title": "Key", "type": "string" }, "...
o44280
{ "description": "Creates a new generic pipe definition in the given or default project.", "properties": { "export": { "default": false, "description": "When true, the declaring NgModule exports this pipe.", "type": "boolean", "x-user-analytics": 19 ...
o64886
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_CrossVersionObjectReference": { "description": "CrossVersionObjectReference contains enough information to let you identify the referred resource.", "properties": { ...
kb_556_Normalized
{ "properties": { "departure_date": { "description": "The departure date of the flight (format: yyyy-mm-dd)", "type": "string" }, "destination": { "description": "The destination airport code", "type": "string" }, "origin": { "description": "The origin airport code", ...
book_flight_a15ee43f
{ "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 (for circle)", "...
calculate_area_c51afb82
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base length of the triangle", "type": "number" }, "height": { "description": "The height of the rectangle", "type": "number" }, "height_triangle": {...
calculate_area_c332227d
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_HPAScalingPolicy": { "description": "HPAScalingPolicy is a single policy which must hold true for a specified past interval.", "properties": { "periodSeconds": {...
kb_393_Normalized
{ "$schema": "http://json-schema.org/draft-06/schema#", "type": "object", "additionalProperties": false, "properties": { "config_type": { "$id": "/properties/config_type", "title": "Configuration type", "type": "string", "enum": [ "...
o8478
{ "$schema": "http://json-schema.org/draft-04/schema#", "name": "Rocket Document asset.json", "description": "Rocket Document asset.json specification", "type": "object", "properties": { "asset_type": { "type": "string", "pattern": "rocket_document" }, ...
o42983
{ "oneOf": [ { "properties": { "shape": { "const": "circle" } }, "required": [ "radius" ] }, { "properties": { "shape": { "const": "rectangle" } }, "required": [ "length", "width" ] ...
calculate_area_93241e5b
{ "properties": { "dimensions": { "properties": { "height": { "description": "The height of the triangle", "type": "number" }, "length": { "description": "The length of the rectangle or triangle", "type": "number" }, "radius": {...
calculate_area_62155cde
{ "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_79_Normalized
{ "additionalProperties": false, "description": "replace-in-file options.", "properties": { "$schema": { "type": "string" }, "$tool": { "const": "replace-in-file", "description": "Must be set to replace-in-file", "type": "string" ...
o39084
{ "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_baa0fced
{ "additionalProperties": true, "description": "Schema for a SendGrid clicked 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 unsubscrib...
sp_181_Normalized
{ "$id": "https://github.com/sagiegurari/cargo-make", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": { "semver": { "title": "Semantic Version", "type": "string", "pattern": "^(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)(?:-((?:0|[...
cargo-make
{ "properties": { "dimensions": { "description": "The dimensions of the shape", "properties": { "length": { "description": "The length of a rectangle", "type": "number" }, "radius": { "description": "The radius of a circle", "type": "numb...
calculate_area_553d1c2e
{ "id": "http://schemas.triniti.io/json-schema/gdbots/contexts/cloud/1-0-0.json#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "_schema": { "type": "string", "pattern": "^pbj:([a-z0-9-]+):([a-z0-9\\.-]+):([a-z0-9-]+)?:([a-z0-9-]...
o82298
{ "properties": { "category": { "description": "The category of the news articles", "type": "string" }, "date_range": { "properties": { "end_date": { "description": "The end date of the search range", "type": "string" }, "start_date": { ...
search_news_c4489ce0
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "type": "object", "properties": { "statements": { "title": "Statements", "type": "array", "minItems": 1, "items": { "title": "Statement", ...
o6225
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "assignment", "description": "specification for work purchased from an oracle", "type": "object", "properties": { "assignment": { "$ref": "#/definitions/assignment" }, "assignmentHash": { ...
o65753
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "definitions": { "annotations": { "oneOf": [ { "$ref": "#/definitions/printf_annotation" }, { "$ref": "#/definiti...
o36779
{ "properties": { "group": { "minLength": 1, "type": "string" }, "name": { "type": "string" }, "status": { "enum": [ "offline", "online" ], "type": "string" } }...
o12209
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "input-todo-schema", "description": "Schema of post data for creating a new todo", "type": "object", "properties": { "title": { "type": "string", "description": "The description of the new task", ...
o55685
{ "description": "TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.", "properties": { "apiGroup": { "description": "APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specifie...
kb_1088_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_914_Normalized
{ "id": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v1.2/infoObject.json#", "$schema": "http://json-schema.org/draft-04/schema#", "description": "info object (section 5.1.3)", "type": "object", "required": [ "title", "description" ], "propertie...
o12176
{ "$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]...
o5416
{ "id": "https://koriym.github.io/Polidog.Todo/todo.json", "$schema": "http://json-schema.org/draft-04/schema#", "title": "Todo", "type": "object", "properties": { "id": { "type": "string", "description": "The unique identifier for a todo." }, "title":...
o55680
{ "properties": { "include_lowercase": { "description": "Include lowercase letters", "type": "boolean" }, "include_numbers": { "description": "Include numbers", "type": "boolean" }, "include_symbols": { "description": "Include symbols", "type": "boolean" }, ...
generate_password_603f30a9
{ "definitions": { "allowed": { "additionalItems": true, "format": "table", "items": { "properties": { "name": { "$ref": "#/definitions/name", "description": "An allowed key", ...
o14077
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "accessToken": { "type": "string", "minLength": 1 }, "requestedScopes": { "type": "array", "_uniqueItems": true, "items": { ...
o9918
{ "description": "\u300c\u4e3b\u306b\u5358\u8a9e\u3067\u7b54\u3048\u308b\u30b2\u30fc\u30e0\u306b\u304a\u3051\u308b\u6c4e\u7528\u7684\u306a\u8f9e\u66f8\u5f62\u5f0f\u306b\u95a2\u3059\u308bAPI\u300d\u306b\u304a\u3044\u3066\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u969b\u306e\u8fd4\u5374\u5024\u3067\u3059\...
o39367
{ "id": "https://tredly.com/docs/tredlyfile-json-schema#", "$schema": "http://json-schema.org/draft-04/schema#", "description": "schema for an JSON Tredlyfile", "type": "object", "definitions": { "validPort": { "type": "integer", "minimum": 1, "maximum": 6...
o84383
{ "title": "Invocation manifest for CNI: GE P-File Classifier", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "config": { "type": "object", "properties": { "timezone": { "type": "string", ...
o41548
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "protocol": { "type": "string", "enum": [ "choria:secure:request:1" ] }, "message": { "type": "string", "description":...
o31277
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "validate spider output", "description": "validate spider output", "type": "object", "properties": { "_metadata": { "type": "object", "properties": { "status": { "type...
o76440
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Product set", "type": "array", "items": { "title": "Product", "type": "object", "properties": { "id": { "description": "The unique identifier for a product", "type": "num...
o58666
{ "properties": { "api": { "aliases": [ "a" ], "default": false, "description": "Specifies if api success and failure actions should be generated.", "type": "boolean", "x-prompt": "Should we generate success and failure ...
o63318