json_schema stringlengths 43 1.28M | unique_id stringlengths 2 41 |
|---|---|
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"invoice_items": {
"items": {
"properties": {
"item_name": {
"description": "The name of the item",
"type": "string"
},
"price... | create_invoice_c89e226a |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1beta1_RoleBinding": {
"description": "RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who informa... | kb_861_Normalized |
{
"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_621_Normalized |
{
"properties": {
"backuppersistencetimeout": {
"type": "integer"
},
"cookiedomain": {
"type": "string"
},
"cookiename": {
"type": "string"
},
"mastervserver": {
"type": "string"
},
"name": {
... | o30521 |
{
"additionalProperties": false,
"definitions": {
"pathType": {
"pattern": "^(\\/?((\\.{2})|([a-z0-9\\-]*))($|\\/))*$",
"type": "string"
}
},
"not": {
"allOf": [
{
"required": [
"cmd"
]
... | o65011 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://flynn.io/schema/error#",
"title": "Error",
"description": "",
"sortIndex": 14,
"type": "object",
"required": [
"code",
"message"
],
"properties": {
"code": {
"type": "string",
... | o89030 |
{
"definitions": {
"Translations": {
"additionalProperties": false,
"properties": {
"en": {
"type": "string"
},
"ru": {
"type": "string"
}
},
"required": [
... | o27826 |
{
"additionalProperties": false,
"description": "Schema for mobile contexts",
"properties": {
"androidIdfa": {
"type": "string"
},
"appleIdfa": {
"type": "string"
},
"appleIdfv": {
"type": "string"
},
"carrier": {
... | sp_299_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "JSON Schema for Common Vulnerability Scoring System version 3.x",
"id": "https://scap.nist.gov/schema/nvd/feed/1.1/cvss-v3.x.json",
"type": "object",
"definitions": {
"attackVectorType": {
"type": "string",
... | o78059 |
{
"properties": {
"flat": {
"default": true,
"description": "Flag to indicate if a dir is created.",
"type": "boolean"
},
"group": {
"aliases": [
"g"
],
"default": false,
"description": "Group... | o63321 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "org.eclipse.persistence.testing.jaxb.xmlelements.EmployeeArray",
"type": "object",
"properties": {
"employee-data": {
"type": "object",
"properties": {
"id": {
"type": "i... | o42302 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Employee",
"description": "Employee data",
"type": "object",
"properties": {
"employees": {
"type": "array",
"items": {
"type": "object",
"properties": {
... | o83721 |
{
"additionalProperties": false,
"properties": {
"browser_options": {
"type": "object"
},
"cubes": {
"type": "array"
},
"description": {
"type": "string"
},
"dimensions": {
"type": "array"
},
... | o91014 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "nestedtest",
"type": "object",
"properties": {},
"required": [
"top"
],
"definitions": {
"top": {
"type": "object",
"properties": {
"basic": {
"type":... | o10337 |
{
"description": "Generates an app shell for running a server-side version of an app.",
"long-description": "./app-shell-long.md",
"properties": {
"appDir": {
"default": "app",
"description": "The name of the application directory.",
"format": "path",
... | o58455 |
{
"properties": {
"active": {
"type": "boolean"
},
"created_at": {
"format": "date-time",
"type": "string"
},
"created_by": {
"type": "integer"
},
"id": {
"type": "integer"
},
"project... | o21091 |
{
"properties": {
"flat": {
"default": true,
"description": "Flag to indicate if a dir is created.",
"type": "boolean"
},
"minimal": {
"default": false,
"description": "Setup root state management without registering initial reducer... | o63329 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"name": "user",
"type": "object",
"properties": {
"name": {
"type": "object",
"properties": {
"first": {
"type": "string"
},
"middle": {
... | o78783 |
{
"properties": {
"blocked": {
"min": -1,
"type": "number"
},
"comment": {
"type": "string"
},
"connect": {
"min": -1,
"type": "number"
},
"dns": {
"min": -1,
"type": "number"
... | o90453 |
{
"type": "object",
"definitions": {},
"$schema": "http://json-schema.org/draft-06/schema#",
"minProperties": 1,
"maxProperties": 1,
"additionalProperties": false,
"properties": {
"fabric_uuid": {
"$id": "/properties/input/properties/fabric_uuid",
"format": "u... | o71300 |
{
"properties": {
"dimensions": {
"description": "The dimensions of the shape",
"properties": {
"base": {
"description": "The base of the triangle",
"type": "number"
},
"height": {
"description": "The height of the triangle",
"type": "num... | calculate_area_2b85f27f |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"bulk_publishing": {
"type": "boolean"
},
"links": {
"type": "object",
"additionalProperties": false,
"properti... | o21329 |
{
"additionalProperties": false,
"description": "schema for an algorithm overview entry",
"properties": {
"description": {
"maxLength": 255,
"minLength": 5,
"type": "string"
},
"name": {
"maxLength": 50,
"minLength": 2,
... | o57789 |
{
"properties": {
"include_lowercase": {
"default": true,
"description": "Include lowercase letters in the password",
"type": "boolean"
},
"include_numbers": {
"default": true,
"description": "Include numbers in the password",
"type": "boolean"
},
"include_symbo... | generate_random_password_3374485e |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"kind": {
"type": "string",
"default": "req",
"readonly": "true",
"description": "Defines that the message is a request"
},
"id": {
"t... | o9703 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "The descriptive statistic of a set of measurements. A measurement value can be the result of combining various measurements and calculating descriptive statistics like average, maximum, minimum, etc. Additional descriptive statistics will b... | o65579 |
{
"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_912_Normalized |
{
"$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]... | o5400 |
{
"description": "Creates a new generic component definition in the given or default project.",
"properties": {
"changeDetection": {
"alias": "c",
"default": "Default",
"description": "The change detection strategy to use in the new component.",
"enum": [
... | o1332 |
{
"additionalProperties": false,
"description": "Webhook event for deleting a deal.",
"properties": {
"appId": {
"description": "The ID of your application. (In case you have multiple applications pointing to the same webhook URL.)",
"maximum": 2147483647,
"minimu... | sp_106_Normalized |
{
"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_a314254a |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Schema for <%= lambdaFunctionName %>",
"properties": {
"user": {
"type": "object",
"properties": {
"firstName": {
"type": "string",
"minLength": 1
... | o83776 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Note",
"description": "Note with optional comments",
"type": "object",
"properties": {
"author": {
"type": "string"
},
"title": {
"type": "string"
},
"content": {
... | o83697 |
{
"$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,
"... | o21175 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"patternProperties": {
"^[a-zA-Z0-9._-]+$": {
"$ref": "#/definitions/service"
}
},
"definitions": {
"service": {
"type": "object",
"properties": {
"bu... | o17944 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"DeviceSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"... | o39449 |
{
"properties": {
"down_payment": {
"description": "The down payment amount",
"type": "number"
},
"home_insurance": {
"description": "The annual home insurance amount",
"type": "number"
},
"interest_rate": {
"description": "The annual interest rate",
"type": "nu... | calculate_mortgage_payment_1fcd1325 |
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Place Search Schema",
"type": "object",
"additionalProperties": false,
"properties": {
"q": {
"type": "string"
},
"id": {
"type": "array"
},
"country": {
... | o68355 |
{
"$id": "https://json.schemastore.org/minecraft-trim-material.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A trim material for a Minecraft data pack config schema",
"properties": {
"asset_name": {
"type": "string"
},
"description": {
"type": "object",
... | minecraft-trim-material |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Say step",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"kind": {
"enum": [
"say"
]
},
"label": {
"type": "string"
... | o58492 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "User Data Schema",
"description": "Schema model for user configuration of the transfers.",
"type": "object",
"properties": {
"przelewy": {
"type": "array",
"items": {
"type": "object",
... | o7633 |
{
"description": "RoleRef contains information that points to the role being used",
"properties": {
"apiGroup": {
"description": "APIGroup is the group for the resource being referenced",
"type": [
"string",
"null"
]
},
... | kb_868_Normalized |
{
"properties": {
"AllowIdentifiedDevelopers": {
"description": " If the key is present and has a value of YES, Gatekeeper\u2019s \u201cMac App Store and identified developers\u201d option is chosen. If the key is present and has a value of NO, Gatekeeper\u2019s \u201cMac App Store\u201d option ... | o61638 |
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"id": "#/definitions/account",
"title": "account",
"type": "object",
"required": [],
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
... | o39444 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_IDRange": {
"description": "IDRange provides a min/max of an allowed range of IDs.",
"properties": {
"max": {
"_format": "int64",
... | kb_1055_Normalized |
{
"properties": {
"base": {
"description": "The base of the triangle (if applicable)",
"type": "number"
},
"height": {
"description": "The height of the triangle (if applicable)",
"type": "number"
},
"length": {
"description": "The length of the rectangle (if applicab... | calculate_area_378ff68c |
{
"additionalProperties": false,
"description": "Schema for a schema.org WebPage (http://schema.org/WebPage). This is a very limited subset of fields - in future ADDITIONs to this schema we can add more fields. This attempts to be a faithful mapping with a few improvements for analytics - for example, breadcrum... | sp_416_Normalized |
{
"properties": {
"allocpolicy": {
"enum": [
"PORTS",
"IPADDRS"
],
"type": "string"
},
"clientname": {
"type": "string"
},
"ftp": {
"enum": [
"ENABLED",
... | o30593 |
{
"additionalProperties": false,
"description": "Schema for a Mandrill hard bounce event",
"properties": {
"_id": {
"type": "string"
},
"msg": {
"additionalProperties": false,
"properties": {
"_id": {
"type": "st... | sp_122_Normalized |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of a triangle",
"type": "number"
},
"height": {
"description": "The height of a triangle",
"type": "number"
},
"radius": {
"descripti... | calculate_area_b5bc9c63 |
{
"definitions": {},
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"$id": "http://www.pucomex.serpro.gov.br/catp/produto-detalhar-retorno.schema.json",
"properties": {
"items": {
"type": "object",
"properties": {
"seq": {
... | o73018 |
{
"description": "ScaleSpec describes the attributes of a scale subresource",
"properties": {
"replicas": {
"description": "desired number of instances for the scaled object.",
"format": "int32",
"type": [
"integer",
"null"
... | kb_917_Normalized |
{
"properties": {
"dimensions": {
"properties": {
"length": {
"description": "The length of the rectangle (if applicable)",
"type": "number"
},
"radius": {
"description": "The radius of the circle (if applicable)",
"type": "number"
},
... | calculate_area_34bd6529 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"title": {
"type": "string"
},
"status": {
"type": "object",
"required": [
"url"
],
"properties": {
"u... | o9350 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the shape (if applicable)",
"type": "number"
},
"height": {
"description": "The height of the shape (if applicable)",
"type": "number"
},
"l... | calculate_area_9ea6ca91 |
{
"id": "http://schemas.triniti.io/json-schema/triniti/canvas/mixin/node-ref-block/1-0-1.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"etag": {
"type": "string",
"pattern": "^[\\w\\.:-]+$",
"pbj": {
... | o82676 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ScopeSelector": {
"description": "A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.",
"properties": {
"matchExpr... | kb_842_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "ED3D systems and filters list",
"type": "object",
"categories": {
"title": "Categories list to classify systems",
"type": "object",
"items": {
"category": {
"title": "Category",
... | o28532 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"description": "schema of a processed crash from Socorro",
"definitions": {
"frames": {
"type": "object",
"properties": {
"frame": {
"type": [
... | o57503 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ObjectReference": {
"description": "ObjectReference contains enough information to let you inspect or modify the referred object.",
"properties": {
"apiVersion": {
... | kb_293_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"properties": {
"proxyBaseUrl": {
"type": "string"
},
"headers": {
"type": "array",
"items": {
... | o35907 |
{
"$id": "https://json.schemastore.org/sarif-2.1.0-rtm.4.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
"address": {
"description": "A physical or virtual address, or a range of addresses, in an 'addressable region' (memory or a binary file... | sarif-2 |
{
"properties": {
"kdf": {
"enum": [
"pbkdf2"
],
"type": "string"
},
"kdfparams": {
"additionalProperties": false,
"properties": {
"c": {
"minimum": 1,
"type": ... | o48547 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "JSON schema for KarmaTestAdapter configuration files (KarmaTestAdapter.json)",
"type": "object",
"additionalProperties": false,
"properties": {
"$schema": {
"type": "string",
"format": "uri"
},
... | o10618 |
{
"properties": {
"dimensions": {
"properties": {
"length": {
"description": "The length of the rectangle (if shape is rectangle)",
"type": "number"
},
"radius": {
"description": "The radius of the circle (if shape is circle)",
"type": "number"... | calculate_area_fa30a7fc |
{
"$comment": "design document https://g0v.hackmd.io/eIeU2g86Tfu5VnLazNfUvQ",
"description": "A representation of an UserArticleLink",
"properties": {
"articleId": {
"type": "string"
},
"createdAt": {
"format": "date-time",
"instanceOf": "Date"
... | o32962 |
{
"properties": {
"comment": {
"type": "string"
},
"compression": {
"type": "integer"
},
"encoding": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"size": {
"type": "integer"... | o90440 |
{
"items": {
"properties": {
"alias": {
"type": "string"
},
"comment": {
"type": "string"
},
"cpha": {
"enum": [
"high",
"low"
]
},
... | o41764 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodAffinityTerm": {
"description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (a... | kb_690_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"plates": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
... | o49232 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"logging": {
"type": "object",
"description": "Specifies if and how log messages should be collected and sent.",
"properties": {
"enabled": {
... | o9358 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"items": {
"properties": {
"name": {
"description": "The name of the item",
"type": "string"
},
"price": {
... | create_invoice_1bb4ce87 |
{
"additionalProperties": false,
"properties": {
"exclude": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"port": {
"type": "number"
},
"readabl... | o45307 |
{
"additionalProperties": false,
"description": "Universal Dev Server target options for Build Facade.",
"properties": {
"debug": {
"default": false,
"description": "Debug udk dev container.",
"type": "boolean"
},
"universalTarget": {
"... | o39138 |
{
"properties": {
"category": {
"description": "The category of the products to search within",
"type": "string"
},
"keywords": {
"description": "The keywords to search for in the product names or descriptions",
"type": "string"
},
"max_price": {
"description": "The m... | search_products_cef602be |
{
"title": "font",
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema",
"description": "Font used for text symbols.",
"properties": {
"decoration": {
"type": "string",
"description": "The text decoration.",
"enum": [
"line... | o90209 |
{
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema#",
"properties": {
"total": {
"$id": "/properties/total",
"type": "object",
"description": "Total income source amounts",
"properties": {
"income": {
... | o46413 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"httpUri": {
"type": "string",
"allOf": [
{
"format": "uri"
},
{
"pattern": "^https?://"
}
... | o79448 |
{
"description": "PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.",
"properties": {
"apiGroups": {
"description": "APIGroups is the name of the APIGroup that contains the resourc... | kb_747_Normalized |
{
"properties": {
"brand": {
"description": "The brand of the product",
"type": "string"
},
"category": {
"description": "The category of the product",
"type": "string"
},
"price_range": {
"properties": {
"max_price": {
"description": "The maximum pr... | search_product_c8556430 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"description": "A species within the Star Wars universe",
"properties": {
"average_height": {
"description": "The average height of this person in centimeters.",
"type": "string"
},
"average_lifespan": {
... | o67023 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "User Schema",
"type": "object",
"properties": {
"username": {
"type": "string"
},
"id": {
"type": "string"
},
"barcode": {
"type": "string"
},
"ac... | o41750 |
{
"properties": {
"diet": {
"description": "The dietary restriction for the recipe",
"enum": [
"vegetarian",
"vegan",
"gluten-free",
"dairy-free"
],
"type": "string"
},
"excluded_ingredients": {
"description": "The ingredients to exclude from t... | search_recipe_225df38c |
{
"properties": {
"end_time": {
"description": "The end time of the event",
"format": "date-time",
"type": "string"
},
"event_title": {
"description": "The title of the event",
"type": "string"
},
"location": {
"description": "The location of the event",
"... | create_calendar_event_1cc9b5e0 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "TransformSpec",
"description": "Specification of an image transform",
"type": "object",
"anyOf": [
{
"$ref": "#/definitions/interpolatedTransformSpec"
},
{
"$ref": "#/definitions/leafTra... | o72177 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Move",
"definitions": {
"translations": {
"type": "object",
"properties": {
"cz": {
"type": "string"
},
"dk": {
... | o48423 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://tabris.com/colors-schema.json",
"title": "Tabris.js Color Resources JSON Schema",
"definitions": {
"colorResources": {
"type": "object",
"properties": {
"$schema": {
... | o37786 |
{
"$id": "https://guaix.ucm.es/megara/schemas/basestruct.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Schema for MEGARA structured results",
"description": "Describe MEGARA structured results",
"oneOf": [
{
"$ref": "#/definitions/trace_map"
},
... | o74551 |
{
"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_651_Normalized |
{
"properties": {
"defaultCollection": {
"alias": "d",
"default": true,
"description": "Use @ngrx/schematics as the default collection",
"type": "boolean",
"x-prompt": "Do you want to use @ngrx/schematics as the default collection?"
}
}... | o63325 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SELinuxOptions": {
"description": "SELinuxOptions are the labels to be applied to the container",
"properties": {
"level": {
"description": "Level is SEL... | kb_718_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "JSON schema for JSONPatch files",
"definitions": {
"operation": {
"type": "object",
"required": [
"op",
"path"
],
"allOf": [
{
... | o73930 |
{
"properties": {
"dimensions": {
"description": "The dimensions of the shape",
"properties": {
"base": {
"description": "The base of the triangle",
"type": "number"
},
"height": {
"description": "The height of the triangle",
"type": "num... | calculate_area_78ad6e6a |
{
"properties": {
"income": {
"description": "The annual income",
"type": "number"
},
"tax_brackets": {
"items": {
"properties": {
"max_income": {
"description": "The maximum income for the tax bracket",
"type": "number"
},
"m... | calculate_tax_ca6130e8 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"properties": {
"nc:Vehicle": {
"description": "a vehicle or array of vehicles",
"oneOf": [
{
"$ref": "#/definitions/nc:VehicleType"
},
... | o58633 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "org.eclipse.persistence.testing.jaxb.xmlelement.self.Root",
"type": "object",
"properties": {
"root": {
"type": "object",
"properties": {},
"additionalProperties": true
}
}
} | o42299 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/Enfernuz/quik-lua-rpc/json/schema/AddLabel.args.scheme.json",
"title": "\u0410\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u044b \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b AddLabel",
"description": "\u0421\u0445... | o5118 |
{
"properties": {
"include_lowercase": {
"description": "Include lowercase letters",
"type": "boolean"
},
"include_numbers": {
"description": "Include numbers",
"type": "boolean"
},
"include_symbols": {
"description": "Include symbols",
"type": "boolean"
},
... | generate_random_password_9e6d42cc |
{
"$id": "https://json.schemastore.org/mason-registry.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
"enums:spdx-license": {
"$comment": "SPDX license list; releaseDate=2022-12-15; source=https://raw.githubusercontent.com/spdx/license-list-... | mason-registry |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Conversant Adapter Params",
"description": "A schema which validates params accepted by the Conversant adapter.",
"type": "object",
"properties": {
"site_id": {
"type": "string",
"description": "A Conve... | o68301 |
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.