json_schema stringlengths 43 1.28M | unique_id stringlengths 2 41 |
|---|---|
{
"properties": {
"service": {
"description": "DC/OS service configuration properties",
"properties": {
"cpus": {
"default": 0.1,
"description": "CPU shares to allocate to each service instance.",
"minimum": ... | o90603 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"MyMap1": {
"additionalProperties": {
"$ref": "#/definitions/MyType"
},
"type": "object"
},
"MyMap2": {
"additionalProperties": {
"type... | o17641 |
{
"id": "http://grycap.upv.es/radl/schema#",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "RADL JSON scheme",
"definitions": {
"aspect": {
"oneOf": [
{
"$ref": "#/definitions/configure"
},
{
... | o44959 |
{
"additionalProperties": true,
"description": "Schema for a Mailgun message complained event",
"properties": {
"attachmentCount": {
"description": "Number of attachments in attachment-x (where x is a number) fields.",
"maximum": 65535,
"type": "integer"
}... | sp_116_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "StructSpec Schema",
"description": "This is a schema that defines binary packet formats.",
"definitions": {
"title": {
"type": "string",
"maxLength": 65
},
"description": {
"type... | o5863 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"properties": {
"email": {
"_format": "email",
"maxLength": 1024,
"type": "string"
},
"token": {
"minLength": 1,
"type": "string"
... | o9857 |
{
"definitions": {
"test": {
"$schema": "http://json-schema.org/draft-04/schema",
"definitions": {
"email": {
"description": "test email",
"example": "bob@example.com",
"format": "email",
... | o13017 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Indexed3",
"description": "",
"type": "object",
"properties": {},
"additionalProperties": {}
} | o75593 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"properties": {
"data": {
"description": "List of identifiers (or URIs) of the references describing the data.",
"items": {
"type": "string"
},
"type": "array"
},
"date": {
"description": "The time at which the... | o58603 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"date": {
"type": "string",
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$"
},
"date-or-placeholder": {
"type": "string",
"pattern": "^([0-9]{4}-[0-9]{2}-[0-9]{2}|-?)$"
... | o43017 |
{
"title": "Parameter Selection",
"items": {
"type": "object",
"properties": {
"value": {
"oneOf": [
{
"type": "string"
},
{
"type": "array"
... | o66183 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "JSON schema for Bower configuration files",
"type": "object",
"properties": {
"name": {
"description": "The name of your package.",
"type": "string",
"maxLength": 50
},
"descript... | o73913 |
{
"properties": {
"data": {
"properties": {
"compatibleInstances": {
"description": "Array of compatible plug-ins",
"items": {
"type": "string"
},
"type": "array"
... | o68825 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"details_metadata": {
"type": "object",
"description": "generic metadata dict in details list",
"properties": {
"author": {
"oneOf": [
... | o60995 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Resolver Package Repository",
"type": "object",
"additionalProperties": false,
"required": [
"name",
"description",
"homepage"
],
"properties": {
"name": {
"type": "string",
... | o67274 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "ledgerVersion",
"description": "A ledger version number",
"oneOf": [
{
"type": "integer",
"minimum": 1
},
{
"type": "string",
"enum": [
"validated",
... | o70518 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.EiffelTestCaseFinishedEvent",
"extendsJavaClass": "com.ericsson.eiffel.semantics.events.Event",
"properties": {
"meta": {
"type": "object",
"jav... | o89743 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$id": "https://raw.githubusercontent.com/dkhamsing/open-source-ios-apps/master/.github/schema.json",
"type": "object",
"properties": {
"title": {
"type": "string"
},
"subtitle": {
"type": "string"
... | o71827 |
{
"definitions": {
"CreateAdminuserPayload": {
"properties": {
"email": {
"minLength": 2,
"type": "string"
},
"first_name": {
"minLength": 2,
"type": "string"
... | o44225 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Exam test options",
"description": "Options for an Exam test.",
"type": "object",
"additionalProperties": false,
"properties": {
"qidGroups": {
"description": "Array of QID difficulty groups, one per difficulty... | o57536 |
{
"properties": {
"PayloadContent": {
"description": "An array of PayloadContent describing individual preferences",
"properties": {
"PreferenceDomainHere": {
"description": "The preference domain that will be modified by this setting.",
... | o61588 |
{
"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"
},
"rad... | calculate_area_8e4a54fc |
{
"properties": {
"destination": {
"description": "The destination address",
"type": "string"
},
"dimensions": {
"properties": {
"height": {
"description": "The height of the package in centimeters",
"type": "number"
},
"length": {
"d... | calculate_shipping_cost_bd73c838 |
{
"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 |
{
"properties": {
"client_name": {
"description": "The name of the client",
"type": "string"
},
"items": {
"items": {
"properties": {
"description": {
"description": "The description of the item",
"type": "string"
},
"quantity... | create_invoice_c6c3fbd8 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://github.com/ml-learning/digital-certificates-schema/issuer-schema-v2.json",
"type": "object",
"properties": {
"issuer_key": {
"type": "array",
"items": {
"type": "object",
... | o33925 |
{
"id": "http://schemas.triniti.io/json-schema/triniti/common/render-context/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-]+)?:([... | o82728 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "MapChartMovieUpdate",
"description": "The data contained in a MapChart Movie update object",
"type": "object",
"properties": {
"inplace": {
"type": "array",
"items": {
"type": "object",
... | o54553 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"description": "The direct ANS equivalent of the HTML 'alt' attribute. A description of the contents of an image for improved accessibility.",
"title": "Alt Text",
"type": "string"
} | wp_39_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "org.eclipse.persistence.testing.jaxb.xmlelements.Root",
"type": "object",
"properties": {
"root": {
"type": "object",
"properties": {
"string": {
"type": "array",
... | o42304 |
{
"id": "http://schemas.triniti.io/json-schema/triniti/curator/mixin/tetris-widget/1-0-0.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"_id": {
"type": "string",
"pattern": "^[\\w\\/\\.:-]+$",
"pbj": {
... | o82831 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Appointment of Veterans Service Organization As Claimant's Representative",
"type": "object",
"definitions": {
"fullName": {
"type": "object",
"properties": {
"first": {
... | o35868 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/Enfernuz/quik-lua-rpc/json/schema/getDepo.result.scheme.json",
"title": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b getDepo",
"description": "\u0421\u0445... | o5219 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"title": "Git LFS HTTPS Lock Verify API Response",
"type": "object",
"definitions": {
"lock": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
... | o43296 |
{
"description": "A MWF call-to-action component's schema definition.",
"properties": {
"config": {
"properties": {
"secondary": {
"disabled": "boolean"
}
},
"type": "object"
},
"content": {
... | o85180 |
{
"$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_channel.json",
"title": "Channel trait",
"description": "An optional list of output types for which this element should be v... | o85909 |
{
"properties": {
"departure_date": {
"description": "The departure date of the flight",
"format": "date",
"type": "string"
},
"destination": {
"description": "The destination of the flight",
"type": "string"
},
"passengers": {
"description": "The number of pass... | book_flight_d310c236 |
{
"$comment": "https://globalprivacycontrol.github.io/gpc-spec/",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Configuration for GPC, so a site can convey its support for the Global Privacy Control.",
"id": "https://json.schemastore.org/gpc.json",
"properties": {
"gpc": {
"t... | gpc |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"login": {
"type": "string"
},
"password": {
"type": "string"
},
"captcha": {
"type": "string"
}
},
"required": [
"log... | o42171 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"title": "Audit Log",
"description": "Schema for a single Audit Log entry",
"type": "object",
... | o9797 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "schema for an organisation customer",
"id": "https://raw.githubusercontent.com/eviratec/schema/master/v1/organisation/customer.json#",
"properties": {
"customer_id": {
"_format"... | o39505 |
{
"properties": {
"advancedclientlessvpnmode": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"
},
"allowedlogingroups": {
"type": "string"
},
"allprotocolproxy": {
"type": "strin... | o31171 |
{
"RuntimeHypertyCapabilities": {
"properties": {
"camera": {
"type": "boolean"
},
"mic": {
"type": "boolean"
},
"ortc": {
"type": "boolean"
},
"sensor": {
"typ... | o69752 |
{
"additionalProperties": true,
"description": "Schema for a SendGrid group resubscribe 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 ... | sp_189_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"registration_token_firebase": {
"type": "string"
}
},
"required": [
"registration_token_firebase"
]
} | o9273 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"widgetListing"
],
"properties": {
"fileListing": {
"type": "object",
"description": "Extract widget information from a file listing.",
"properties": {
... | o9409 |
{"type":"object","definitions":{"gossfileTest":{"properties":{"meta":{"$ref":"#/definitions/meta"},"skip":{"default":"","type":"boolean"},"title":{"$ref":"#/definitions/title"},"file":{"default":"myapp_gossfile.yaml","type":"string"}}},"packageTest":{"required":["installed"],"properties":{"versions":{"oneOf":[{"type":"... | goss-json-schema |
{
"items": {
"properties": {
"alias": {
"type": "string"
},
"channel": {
"maximum": 7,
"minimum": 0,
"type": "integer"
},
"comment": {
"type": "string"
},
... | o41765 |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"ip_address": {
"$id": "/properties/ip_address",
"title": "IP Address",
"pattern": "^\\s*(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).... | o8475 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"version": "1.0.1",
"type": "object",
"properties": {
"monsterfeatures": {
"type": "array",
"_uniqueItems": true,
"items": {
"type": "object",
"properties": {
... | o15201 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"discount_percentage": {
"description": "The discount percentage",
"type": "number"
},
"order_items": {
"items": {
"properties": {
"price": {
... | generate_invoice_3ab8d7c8 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_auditregistration_v1alpha1_ServiceReference": {
"description": "ServiceReference holds a reference to Service.legacy.k8s.io",
"properties": {
"name": {
"descript... | kb_1146_Normalized |
{
"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_9147c2be |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"absolute_path": {
"description": "A path only. Query string and/or fragment are not allowed.",
"pattern": "^/(([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})+(/([a-zA-Z0-9.... | o21244 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"items": {
"properties": {
"name": {
"description": "The name of the item",
"type": "string"
},
"price": {
... | generate_invoice_1f709400 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"extracted",
"files"
],
"properties": {
"extracted": {
"type": "boolean"
},
"files": {
"type": "array",
"items": {
"type... | o65916 |
{
"properties": {
"dimensions": {
"oneOf": [
{
"required": [
"length",
"width"
]
},
{
"required": [
"radius"
]
}
],
"properties": {
"length": {
"description": "The length... | calculate_area_5d8ce5d5 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"description": "The items in the invoice",
"items": {
"properties": {
"name": {
"description": "The name of the item",
"type": "s... | create_invoice_4c96777b |
{
"title": "A JSON Schema for x-ms-examples extension in Swagger 2.0 API.",
"id": "https://raw.githubusercontent.com/Azure/autorest/master/schema/example-schema.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"parameters",
"responses"
],
"description":... | o84154 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "the webhook id that can be used for requesting info about a webhook or deleting it"
},
"url": {
"type": "string",
... | o75574 |
{
"properties": {
"end_latitude": {
"description": "The latitude of the end location",
"type": "number"
},
"end_longitude": {
"description": "The longitude of the end location",
"type": "number"
},
"start_latitude": {
"description": "The latitude of the start location... | calculate_distance_737bbc0e |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Github link",
"description": "Github link schema",
"longDescription": "Link to the GitHub repository that is specified in the Source repository URL field.",
"type": "object",
"properties": {
"repo_url": {
"desc... | o66589 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"individuals"
],
"properties": {
"title": {
"title": "Title",
"type": "string"
},
"individuals": {
"title": "Individuals",
"descript... | o57779 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the triangle (if applicable)",
"type": "number"
},
"height": {
"description": "The height of the triangle (if applicable)",
"type": "number"
},
... | calculate_area_5c7d28ea |
{
"additionalProperties": false,
"definitions": {
"border": {
"type": "string"
},
"borders": {
"additionalProperties": false,
"properties": {
"bodyJoin": {
"$ref": "#/definitions/border"
},
... | o91593 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "The value returned by GET /_all_dbs",
"items": {
"type": "string"
},
"title": "CouchDB _all_dbs",
"type": "array"
} | o60109 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_KeyToPath": {
"description": "Maps a string key to a path within a volume.",
"properties": {
"key": {
"description": "The key to project.",
... | kb_115_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Set of departure functions for CoolProp",
"type": "array",
"items": {
"title": "Departure function",
"type": "object",
"properties": {
"BibTeX": {
"description": "The BibTeX key for the ... | o45807 |
{
"properties": {
"date": {
"description": "The date of the calendar event",
"format": "date",
"type": "string"
},
"time_end": {
"description": "The end time of the calendar event",
"format": "time",
"type": "string"
},
"time_start": {
"description": "The ... | create_calendar_event_45b0cdd1 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"required": [
"alias",
"name",
"url",
"type",
"enabled",
"gpgcheck",
"package_manager"
],
... | o65937 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"version-output": {
"type": "object",
"properties": {
"_id": {
"type": "string"
},
"database": {
"type": "integer"
... | o74200 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_TypedLocalObjectReference": {
"description": "TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.",
"properties": ... | kb_447_Normalized |
{
"properties": {
"amount": {
"description": "The total amount of the transaction",
"type": "number"
},
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"items": {
"properties": {
"name": {
"des... | generate_invoice_f7f02d56 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Type",
"definitions": {
"translations": {
"type": "object",
"properties": {
"cz": {
"type": "string"
},
"dk": {
... | o48427 |
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "",
"type": "object",
"properties": {
"firstname": {
"type": "string",
"minLength": 1
},
"lastname": {
"type": "string",
"minLength": 1
},
"... | o7200 |
{
"properties": {
"attendees": {
"description": "The email addresses of the event attendees",
"items": {
"type": "string"
},
"type": "array"
},
"end_time": {
"description": "The end time of the event",
"type": "string"
},
"location": {
"description... | create_calendar_event_9920e70c |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "odb",
"type": "object",
"required": [
"info"
],
"properties": {
"info": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
... | o27046 |
{
"properties": {
"include_lowercase": {
"description": "Include lowercase characters",
"type": "boolean"
},
"include_numbers": {
"description": "Include numbers",
"type": "boolean"
},
"include_symbols": {
"description": "Include symbols",
"type": "boolean"
... | generate_random_password_d435e6aa |
{
"properties": {
"ADAllowMultiDomainAuth": {
"default": true,
"description": "Allow authentication from any domain in the forest",
"type": "boolean"
},
"ADAllowMultiDomainAuthFlag": {
"default": true,
"description": "Enable ADAllow... | o61582 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "toolbar_config",
"properties": {
"hidden": {
"type": "boolean"
},
"view": {
"type": "string",
"default": "default"
},
"extraContent": {
"type": "boolean",... | o12291 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"address": {
"type": "object",
"properties": {
"street": {
"type": "string"
},
"city": {
"type": "... | o69521 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"absolute_path": {
"description": "A path only. Query string and/or fragment are not allowed.",
"pattern": "^/(([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})+(/([a-zA-Z0-9.... | o21197 |
{
"properties": {
"acronyms": {
"items": {
"type": "string"
},
"type": "array",
"_uniqueItems": true
},
"country": {
"type": "string"
},
"doi": {
"type": "string"
},
"ident... | o48008 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"additionalProperties": false,
"description": "Models a keyword used in describing a piece of content.",
"properties": {
"frequency": {
"description": "An optional count of the frequency of the keyword as it appears in the conten... | wp_109_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "JSON schema for component.json files",
"type": "object",
"additionalProperties": true,
"properties": {
"private": {
"description": "A boolean specifying whether the component is private, defaulting to false.",
... | o16742 |
{
"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_efd6937c |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://project-open-data.cio.gov/schema/1_0_final/single_entry.json#",
"title": "Common Core Metadata Schema",
"description": "The metadata format for all federal open data. Validates a single JSON object entry (as opposed to entire Data.js... | o20254 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"description": "The items included in the invoice",
"items": {
"properties": {
"name": {
"description": "The name of the item",
"... | create_invoice_1fc8f8ba |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "avalon-core:version-3.0",
"description": "An individual version",
"type": "object",
"additionalProperties": true,
"required": [
"schema",
"type",
"parent",
"name",
"data"
],
"propert... | o43045 |
{
"additionalProperties": false,
"description": "A video_complete GA4 enhanced-measurement event.",
"properties": {
"video_current_time": {
"description": "The current time of the video in seconds.",
"minimum": 0,
"type": [
"integer",
... | sp_75_Normalized |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"description": "ParaDrop chute VLAN interface configuration",
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "Network type, must be vlan",
"pattern": "wifi"
},
... | o12605 |
{
"definitions": {},
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"$id": "http://www.pucomex.serpro.gov.br/cct/consulta-mruc.schema.json",
"properties": {
"listaRetorno": {
"type": "array",
"items": {
"type": "object",
... | o73027 |
{
"description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.",
"properties": {
"name": {
"description": "Name of the referent. More info: ... | kb_108_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"shared": {
"properties": {
"webJobName": {
"type": "string",
"description": "The name of the Azure Webjob."
},
"startTime": {
"type": "string",
"format": "date-time",
... | webjob-publish-settings |
{
"$schema": "http://json-schema.org/draft-04/schema",
"definitions": {
"operation": {
"enum": [
"insert",
"update",
"delete"
]
}
},
"type": "object",
"properties": {
"operation": {
"$ref": "#... | o79561 |
{
"properties": {
"height": {
"description": "The height of the rectangle (required if shape is rectangle)",
"type": "number"
},
"radius": {
"description": "The radius of the circle (required if shape is circle)",
"type": "number"
},
"shape": {
"description": "The sha... | calculate_area_8aaf496e |
{
"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_8aec5312 |
{
"properties": {
"builtin": {
"enum": [
"MODIFIABLE",
"DELETABLE",
"IMMUTABLE",
"PARTITION_ALL"
],
"readonly": true,
"type": "object"
},
"bundle": {
"enum": [
... | o30922 |
{
"id": "file://comment.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-]+):([0-9]+-[0-9]+-[0-9]+)$",
"default":... | o42515 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://json.schemastore.org/servicehub.config.schema.json",
"properties": {
"controller": {
"type": "object",
"description": "Specifies the location of the controller executable and activation parameters.",
"required": ["executa... | servicehub |
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.