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": 0.1,
"type": "number"
},
"mem": {
"default": 256.0,
"description": "Memory to allocate to each service instance.",
"minimum": 128.0,
"type": "number"
},
"name": {
"default": "time-server",
"description": "Name of this service instance",
"type": "string"
}
},
"type": "object"
}
}
} | o90603 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"MyMap1": {
"additionalProperties": {
"$ref": "#/definitions/MyType"
},
"type": "object"
},
"MyMap2": {
"additionalProperties": {
"type": [
"string",
"number"
]
},
"description": "The additionalProperties annotation should be ignored",
"type": "object"
},
"MyType": {
"type": "object"
}
},
"properties": {
"map1": {
"$ref": "#/definitions/MyMap1"
},
"map2": {
"$ref": "#/definitions/MyMap2"
},
"map3": {
"$ref": "#/definitions/MyMap2"
}
},
"required": [
"map1",
"map2",
"map3"
],
"type": "object"
} | 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"
},
{
"$ref": "#/definitions/contextualize"
},
{
"$ref": "#/definitions/deploy"
},
{
"$ref": "#/definitions/cfeatures"
}
]
},
"idString": {
"type": "string",
"pattern": "^[a-zA-Z._\\-][a-zA-Z0-9._\\-]*$"
},
"configure": {
"type": "object",
"properties": {
"class": {
"type": "string",
"pattern": "^configure$"
},
"id": {
"$ref": "#/definitions/idString"
},
"recipe": {
"oneOf": [
{
"type": "string"
},
{
"type": "object"
},
{
"type": "array"
}
]
}
},
"additionalProperties": false,
"required": [
"class",
"id",
"recipe"
]
},
"contextualize": {
"type": "object",
"properties": {
"class": {
"type": "string",
"pattern": "^contextualize$"
},
"items": {
"type": "array",
"items": {
"$ref": "#/definitions/contextualizeItem"
}
}
},
"additionalProperties": false,
"required": [
"class"
]
},
"contextualizeItem": {
"type": "object",
"properties": {
"system": {
"$ref": "#/definitions/idString"
},
"configure": {
"$ref": "#/definitions/idString"
},
"step": {
"type": "integer",
"minimum": 0
}
},
"additionalProperties": false,
"required": [
"system",
"configure"
]
},
"deploy": {
"type": "object",
"properties": {
"class": {
"type": "string",
"pattern": "^deploy$"
},
"system": {
"$ref": "#/definitions/idString"
},
"vm_number": {
"type": "integer",
"minimum": 1
},
"cloud_id": {
"$ref": "#/definitions/idString"
}
},
"additionalProperties": false,
"required": [
"system",
"vm_number"
]
},
"class": {
"type": "object",
"properties": {
"class": {
"$ref": "#/definitions/idString"
},
"id": {
"$ref": "#/definitions/idString"
}
},
"required": [
"class",
"id"
]
},
"reference": {
"type": "object",
"properties": {
"class": {
"$ref": "#/definitions/idString"
},
"id": {
"$ref": "#/definitions/idString"
},
"reference": {
"type": "boolean",
"enum": [
true
]
}
},
"additionalProperties": false,
"required": [
"class",
"id",
"reference"
]
},
"cfeatures": {
"oneOf": [
{
"$ref": "#/definitions/reference"
},
{
"$ref": "#/definitions/cfeaturesNoReference"
}
]
},
"cfeaturesNoReference": {
"allOf": [
{
"$ref": "#/definitions/class"
},
{
"$ref": "#/definitions/features"
},
{
"type": "object",
"properties": {
"softs": {
"type": "array",
"items": {
"$ref": "#/definitions/softFeatures"
}
},
"reference": {
"type": "boolean",
"enum": [
false
]
}
}
}
],
"not": {
"$ref": "#/definitions/configure"
}
},
"features": {
"type": "object",
"patternProperties": {
"^[a-zA-Z._\\-][a-zA-Z0-9._\\-]*$": {
"oneOf": [
{
"type": "number"
},
{
"type": "string"
},
{
"$ref": "#/definitions/features"
},
{
"$ref": "#/definitions/reference"
},
{
"type": "array",
"items": {
"oneOf": [
{
"type": "number"
},
{
"type": "string"
},
{
"$ref": "#/definitions/features"
},
{
"$ref": "#/definitions/reference"
}
]
}
}
]
}
},
"additionalProperties": false
},
"softFeatures": {
"type": "object",
"properties": {
"weight": {
"type": "number",
"default": 0
},
"items": {
"$ref": "#/definitions/features"
}
}
}
},
"type": "array",
"items": {
"$ref": "#/definitions/aspect"
},
"minItems": 1
} | 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"
},
"campaignId": {
"description": "The id of campaign triggering the event.",
"type": "string"
},
"campaignName": {
"description": "The name of campaign triggering the event.",
"type": "string"
},
"domain": {
"_format": "hostname",
"description": "Domain that sent the original message.",
"maxLength": 256,
"type": "string"
},
"mailingList": {
"description": "The address of mailing list the original message was sent to.",
"type": "string"
},
"messageHeaders": {
"description": "String list of all MIME headers of the original message dumped to a JSON string (order of headers preserved).",
"type": "string"
},
"messageId": {
"description": "The Id of the message that complained.",
"maxLength": 1024,
"type": "string"
},
"recipient": {
"_format": "email",
"description": "Recipient that complained.",
"maxLength": 256,
"type": "string"
},
"signature": {
"description": "String with hexadecimal digits generate by HMAC algorithm (see securing webhooks).",
"maxLength": 128,
"type": "string"
},
"tag": {
"description": "Message tag, if it was tagged. See Tagging.",
"type": "string"
},
"timestamp": {
"_format": "date-time",
"description": "Timestamp in ISO8601 format.",
"type": "string"
},
"token": {
"description": "Randomly generated string with length 50 (see securing webhooks).",
"maxLength": 50,
"minLength": 50,
"type": "string"
}
},
"self": {
"format": "jsonschema",
"name": "message_complained",
"vendor": "com.mailgun",
"version": "1-0-0"
},
"type": "object"
} | 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": "string"
},
"version": {
"type": [
"string",
"number"
]
},
"type": {
"anyOf": [
{
"type": "string",
"enum": [
"char",
"signed char",
"unsigned char",
"short",
"signed short",
"unsigned short",
"short int",
"signed short int",
"unsigned short int",
"int",
"signed int",
"unsigned int",
"long",
"signed long",
"unsigned long",
"long int",
"signed long int",
"unsigned long int",
"long long",
"signed long long",
"unsigned long long",
"long long int",
"signed long long int",
"unsigned long long int",
"float",
"double",
"long double",
"bool",
"boolean",
"_Bool",
"int8_t",
"uint8_t",
"int16_t",
"uint16_t",
"int24_t",
"uint24_t",
"int32_t",
"uint32_t",
"int64_t",
"uint64_t",
"hollerith",
"string",
"str",
"pascal",
"pointer",
"void",
"padding"
]
},
{
"type": "string",
"pattern": "^#/"
}
]
},
"endianness": {
"anyOf": [
{
"type": "string",
"enum": [
"big",
"little",
"network",
"native"
],
"default": "native"
},
{
"type": "string",
"pattern": "^#/"
}
]
}
},
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^[A-Za-z][A-Za-z_0-9]+$"
},
"title": {
"$ref": "#/definitions/title"
},
"description": {
"$ref": "#/definitions/description"
},
"endianness": {
"$ref": "#/definitions/endianness"
},
"version": {
"$ref": "#/definitions/version"
},
"date": {
"type": "string",
"format": "date-time"
},
"author": {
"type": "string",
"maxLength": 65
},
"documentation": {
"type": "string",
"format": "uri"
},
"metadata": {
"type": "string",
"format": "uri"
},
"enums": {
"type": "object",
"description": "Enumerated type definitions.",
"minProperties": 1,
"additionalProperties": {
"type": "object",
"properties": {
"title": {
"$ref": "#/definitions/title"
},
"description": {
"$ref": "#/definitions/description"
},
"version": {
"$ref": "#/definitions/version"
},
"preprocessor": {
"type": "boolean",
"default": false
},
"type": {
"$ref": "#/definitions/type"
},
"options": {
"type": "object",
"description": "Individual enumeration definitions.",
"minProperties": 1,
"additionalProperties": {
"type": "object",
"properties": {
"title": {
"$ref": "#/definitions/title"
},
"description": {
"$ref": "#/definitions/description"
},
"type": {
"$ref": "#/definitions/type"
},
"value": {
"type": [
"string",
"number",
"boolean",
"null"
]
}
}
}
}
},
"required": [
"options"
],
"additionalProperties": false
}
},
"packets": {
"type": "object",
"description": "Individual packet definitions.",
"minProperties": 1,
"additionalProperties": {
"type": "object",
"properties": {
"title": {
"$ref": "#/definitions/title"
},
"description": {
"$ref": "#/definitions/description"
},
"version": {
"$ref": "#/definitions/version"
},
"intermediate": {
"type": "boolean",
"default": false
},
"identifier": {
"type": "boolean",
"default": false
},
"endianness": {
"$ref": "#/definitions/endianness"
},
"structure": {
"type": "object",
"description": "Packet component definitions.",
"minProperties": 1,
"additionalProperties": {
"type": "object",
"properties": {
"title": {
"$ref": "#/definitions/title"
},
"description": {
"$ref": "#/definitions/description"
},
"type": {
"$ref": "#/definitions/type"
},
"count": {
"anyOf": [
{
"type": "integer",
"minimum": 2,
"multipleOf": 1.0
},
{
"type": "string",
"pattern": "^#/.+/value$"
},
{
"type": "string",
"pattern": "^(.+)$"
}
]
},
"size": {
"anyOf": [
{
"type": "integer",
"minimum": 1,
"multipleOf": 1.0
},
{
"type": "string",
"pattern": "^#/.+/value$"
},
{
"type": "string",
"pattern": "^(.+)$"
}
]
},
"endianness": {
"$ref": "#/definitions/endianness"
},
"max": {
"anyOf": [
{
"type": "number"
},
{
"type": "string",
"pattern": "^#/.+/value$"
},
{
"type": "string",
"pattern": "^(.+)$"
}
]
},
"min": {
"anyOf": [
{
"type": "number"
},
{
"type": "string",
"pattern": "^#/.+/value$"
},
{
"type": "string",
"pattern": "^(.+)$"
}
]
},
"member": {
"anyOf": [
{
"type": "array",
"minItems": 1,
"items": {
"type": [
"string",
"number",
"boolean",
"null"
]
},
"_uniqueItems": true
},
{
"type": "string",
"pattern": "^#/"
}
]
}
},
"required": [
"type"
],
"additionalProperties": false
}
}
},
"required": [
"structure"
],
"additionalProperties": false
}
}
},
"required": [
"id",
"title",
"packets"
],
"additionalProperties": false
} | o5863 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"properties": {
"email": {
"_format": "email",
"maxLength": 1024,
"type": "string"
},
"token": {
"minLength": 1,
"type": "string"
}
},
"required": [
"email",
"token"
],
"type": "object"
} | o9857 |
{
"definitions": {
"test": {
"$schema": "http://json-schema.org/draft-04/schema",
"definitions": {
"email": {
"description": "test email",
"example": "[email protected]",
"format": "email",
"type": "string"
},
"name": {
"description": "the name of the test",
"example": "Testy test",
"type": [
"string"
]
}
},
"description": "A grand test. Perhaps the best test?",
"links": [
{
"description": "Create a new test.",
"href": "/tests",
"method": "POST",
"rel": "create",
"schema": {
"properties": {
"email": {
"$ref": "#/definitions/test/definitions/email"
},
"name": {
"$ref": "#/definitions/test/definitions/name"
}
},
"required": [
"name",
"email"
],
"type": [
"object"
]
},
"title": "Create"
}
],
"properties": {
"email": {
"$ref": "#/definitions/test/definitions/email"
},
"name": {
"$ref": "#/definitions/test/definitions/name"
}
},
"title": "Test",
"type": [
"object"
]
}
},
"description": "Test of a test.",
"links": [
{
"href": "https://localhost:3000",
"rel": "self"
}
],
"properties": {
"test": {
"$ref": "#/definitions/test"
}
},
"title": "JSON Schema Validator",
"type": [
"object"
]
} | 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 network was sampled",
"type": "string"
},
"description": {
"description": "A short description of the network",
"type": "string"
},
"environment": {
"description": "List of identifiers (or URIs) of environmental measurements associated to the network.",
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"description": "Integer data. Ex: 2673",
"type": "integer"
},
"interactions": {
"description": "List of identifiers (or URIs) of the interactions in the network.",
"items": {
"type": "string"
},
"type": "array"
},
"latitude": {
"description": "Latitude",
"type": "string"
},
"longitude": {
"description": "Longitude",
"type": "string"
},
"name": {
"description": "The name of the network",
"type": "string"
},
"owner": {
"description": "A single related resource. Can be either a URI or set of nested resource data.",
"type": "string"
},
"papers": {
"description": "List of identifiers (or URIs) of the references to the papers associated with the dataset.",
"items": {
"type": "string"
},
"type": "array"
},
"public": {
"description": "Whether the network can be viewed by all users",
"type": "boolean"
},
"resource_uri": {
"description": "Unicode string data. Ex: \"Hello World\"",
"type": "string"
}
},
"required": [
"interactions",
"owner",
"public",
"name"
],
"title": "Schema for network objects",
"type": "object"
}
| 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}|-?)$"
},
"hex-color": {
"type": "string",
"pattern": "^#[0-9a-f]{6}$"
},
"lang": {
"type": "string",
"pattern": "^[a-z]{2}(-[a-z]{2})?$"
}
},
"title": "Timeline schema",
"description": "Defines the timeline input format and thus API",
"type": "object",
"properties": {
"settings": {
"type": "object",
"properties": {
"lang": {
"$ref": "#/definitions/lang"
},
"zoom": {
"type": "number",
"minimum": 50,
"maximum": 300
},
"end": {
"$ref": "#/definitions/date-or-placeholder"
},
"hideDaysFrom": {
"type": "number"
},
"hideMonthsFrom": {
"type": "number"
}
}
},
"theme": {
"type": "object",
"properties": {
"colorScheme": {
"type": "string",
"pattern": "^(gradient|duration)$"
},
"borderColor1": {
"$ref": "#/definitions/hex-color"
},
"fillColor1": {
"$ref": "#/definitions/hex-color"
},
"borderColor2": {
"$ref": "#/definitions/hex-color"
},
"fillColor2": {
"$ref": "#/definitions/hex-color"
},
"frameBorderColor": {
"$ref": "#/definitions/hex-color"
},
"frameFillColor": {
"$ref": "#/definitions/hex-color"
},
"stripeColorDark": {
"$ref": "#/definitions/hex-color"
},
"stripeColorLight": {
"$ref": "#/definitions/hex-color"
},
"gridColor": {
"$ref": "#/definitions/hex-color"
}
}
},
"tasks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"start": {
"$ref": "#/definitions/date"
},
"end": {
"$ref": "#/definitions/date-or-placeholder"
},
"recur": {
"type": "number",
"minimum": 1,
"maximum": 365
},
"startTo": {
"type": "array",
"items": {
"type": "number",
"minimum": 1,
"maximum": 256
},
"minItems": 1,
"_uniqueItems": true
},
"endTo": {
"type": "array",
"items": {
"type": "number",
"minimum": 1,
"maximum": 256
},
"minItems": 1,
"_uniqueItems": true
},
"milestones": {
"type": "array",
"items": {
"$ref": "#/definitions/date"
},
"minItems": 1,
"_uniqueItems": true
},
"stamps": {
"type": "array",
"items": {
"$ref": "#/definitions/date"
},
"minItems": 1,
"_uniqueItems": true
}
},
"required": [
"start",
"end"
]
},
"minItems": 1,
"_uniqueItems": true
}
},
"required": [
"tasks"
]
} | o43017 |
{
"title": "Parameter Selection",
"items": {
"type": "object",
"properties": {
"value": {
"oneOf": [
{
"type": "string"
},
{
"type": "array"
},
{
"type": "number"
},
{
"required": [
"expression_type"
],
"type": "object",
"properties": {
"output": {
"type": "string"
},
"expression_type": {
"default": "stage-output-selector",
"enum": [
"stage-output-selector"
],
"type": "string"
},
"stages": {
"type": "string"
},
"flatten": {
"type": "boolean"
},
"unwrap": {
"type": "boolean"
}
}
}
],
"title": "Value"
},
"key": {
"type": "string",
"title": "Key/Attribute"
}
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"id": "parameter_selection"
} | 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
},
"description": {
"description": "Help users identify and search for your package with a brief description.",
"type": "string"
},
"version": {
"description": "A semantic version number.",
"type": "string"
},
"main": {
"description": "The primary acting files necessary to use your package.",
"type": [
"string",
"array"
]
},
"license": {
"description": "SPDX license identifier or path/url to a license.",
"type": [
"string",
"array"
],
"maxLength": 140
},
"ignore": {
"description": "A list of files for Bower to ignore when installing your package.",
"type": [
"string",
"array"
]
},
"keywords": {
"description": "Used for search by keyword. Helps make your package easier to discover without people needing to know its name.",
"type": "array",
"items": {
"type": "string",
"maxLength": 50
}
},
"authors": {
"description": "A list of people that authored the contents of the package.",
"type": "array",
"items": {
"type": [
"string",
"object"
]
}
},
"homepage": {
"description": "URL to learn more about the package. Falls back to GitHub project if not specified and it's a GitHub endpoint.",
"type": "string"
},
"repository": {
"description": "The repository in which the source code can be found.",
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"git"
]
},
"url": {
"type": "string"
}
}
},
"dependencies": {
"description": "Dependencies are specified with a simple hash of package name to a semver compatible identifier or URL.",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"devDependencies": {
"description": "Dependencies that are only needed for development of the package, e.g., test framework or building documentation.",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"resolutions": {
"description": "Dependency versions to automatically resolve with if conflicts occur between packages.",
"type": "object"
},
"private": {
"description": "If you set it to true it will refuse to publish it. This is a way to prevent accidental publication of private repositories.",
"type": "boolean"
},
"exportsOverride": {
"description": "Used by grunt-bower-task to specify custom install locations.",
"type": "object",
"additionalProperties": {
"type": "object",
"additionalProperties": {
"type": "string"
}
}
},
"moduleType": {
"description": "The types of modules this package exposes",
"type": "array",
"items": {
"enum": [
"amd",
"es6",
"globals",
"node",
"yui"
]
}
}
},
"patternProperties": {
"^_": {
"description": "Any property starting with _ is valid.",
"additionalItems": true,
"additionalProperties": true
}
},
"required": [
"name"
]
} | o73913 |
{
"properties": {
"data": {
"properties": {
"compatibleInstances": {
"description": "Array of compatible plug-ins",
"items": {
"type": "string"
},
"type": "array"
},
"family": {
"description": "Family of instance",
"type": "string"
}
},
"type": "object"
},
"name": {
"description": "Name of instance",
"type": "string"
}
},
"required": [
"name",
"data"
],
"title": "Instance",
"type": "object"
} | o68825 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"details_metadata": {
"type": "object",
"description": "generic metadata dict in details list",
"properties": {
"author": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"bug_reporting": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"code_repository": {
"oneOf": [
{
"$ref": "#/definitions/metadata_code_repository"
},
{
"type": "null"
}
]
},
"declared_licenses": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
]
},
"dependencies": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
]
},
"description": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"devel_dependencies": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
]
},
"engines": {
"oneOf": [
{
"type": "object",
"additionalProperties": true
},
{
"type": "null"
}
]
},
"files": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
]
},
"git_head": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"homepage": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"keywords": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
]
},
"metadata": {
"oneOf": [
{
"type": "object",
"additionalProperties": true
},
{
"type": "null"
}
]
},
"name": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"platform": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readme": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"scripts": {
"oneOf": [
{
"type": "object",
"additionalProperties": true
},
{
"type": "null"
}
]
},
"version": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"maintainers": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
]
},
"contributors": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
]
},
"_tests_implemented": {
"type": "boolean"
},
"ecosystem": {
"type": "string"
},
"_dependency_tree_lock": {
"oneOf": [
{
"$ref": "#/definitions/metadata_lockfile"
},
{
"type": "null"
}
]
},
"path": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
},
"metadata_code_repository": {
"type": "object",
"description": "Code repository description",
"properties": {
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"url"
],
"additionalProperties": false
},
"metadata_locked_dependency": {
"type": "object",
"description": "Locked dependency description",
"properties": {
"name": {
"type": "string"
},
"version": {
"type": "string"
},
"specification": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"resolved": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"dependencies": {
"type": "array",
"items": {
"$ref": "#/definitions/metadata_locked_dependency"
}
}
},
"additionalProperties": false
},
"metadata_lockfile": {
"type": "object",
"description": "Dependency lock file description",
"properties": {
"runtime": {
"type": "string"
},
"version": {
"type": "string"
},
"dependencies": {
"type": "array",
"items": {
"$ref": "#/definitions/metadata_locked_dependency"
}
},
"name": {
"type": "string"
}
},
"additionalProperties": false
}
},
"type": "object",
"description": "Result of Mercator worker",
"properties": {
"schema": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the schema",
"pattern": "^[a-zA-Z0-9_]+$"
},
"version": {
"type": "string",
"description": "Version of the schema",
"pattern": "^[0-9]+-[0-9]+-[0-9]+$"
},
"url": {
"type": "string",
"description": "Full URL of the schema",
"format": "uri"
}
},
"required": [
"name",
"version"
],
"additionalProperties": false
},
"_release": {
"type": "string",
"description": "Unique release id in form of \"ecosystem:package:version\""
},
"details": {
"type": "array",
"items": {
"$ref": "#/definitions/details_metadata"
}
},
"status": {
"type": "string",
"enum": [
"success",
"error"
]
},
"summary": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"status",
"summary"
],
"additionalProperties": false,
"title": "metadata-v3-2-0"
} | 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",
"description": "The name of the repository."
},
"description": {
"type": "string",
"description": "The description of the repository."
},
"homepage": {
"type": "string",
"description": "The url of the repository."
},
"package_target": {
"type": "string",
"description": "The directory where the resolver-packages.json file should be generated."
},
"web_target": {
"type": "string",
"description": "The directory where the generated HTML will be stored."
},
"web_template": {
"type": "string",
"description": "The template to use when generating HTML. This can be a name or a path to a template."
},
"auth": {
"type": "object",
"description": "Optional authentication tokens used to request the packages.",
"additionalProperties": false,
"properties": {
"github": {
"type": "string",
"description": "The Github access token."
}
}
},
"packages": {
"type": "array",
"description": "The list with packages that exists.",
"minItems": 1,
"_uniqueItems": true,
"items": {
"type": "object",
"additionalProperties": true,
"required": [
"type",
"url"
],
"properties": {
"type": {
"type": "string",
"description": "The type of the package."
},
"url": {
"type": "string",
"description": "The url of the package."
}
}
}
}
}
} | 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",
"closed",
"current"
]
}
]
} | 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",
"javaType": "com.ericsson.eiffel.semantics.events.EiffelTestCaseFinishedEventMeta",
"javaInterfaces": [
"com.ericsson.eiffel.semantics.events.Meta"
],
"properties": {
"id": {
"type": "string",
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$"
},
"type": {
"type": "string",
"enum": [
"EiffelTestCaseFinishedEvent"
]
},
"version": {
"type": "string",
"enum": [
"1.1.0"
],
"default": "1.1.0"
},
"time": {
"type": "integer",
"format": "utc-millisec"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"source": {
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.Source",
"properties": {
"domainId": {
"type": "string"
},
"host": {
"type": "string"
},
"name": {
"type": "string"
},
"serializer": {
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.Serializer",
"properties": {
"groupId": {
"type": "string"
},
"artifactId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"additionalProperties": false
},
"uri": {
"type": "string"
}
},
"additionalProperties": false
},
"security": {
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.Security",
"properties": {
"sdm": {
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.Sdm",
"properties": {
"authorIdentity": {
"type": "string"
},
"encryptedDigest": {
"type": "string"
}
},
"required": [
"authorIdentity",
"encryptedDigest"
],
"additionalProperties": false
}
},
"additionalProperties": false
}
},
"required": [
"id",
"type",
"version",
"time"
],
"additionalProperties": false
},
"data": {
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.EiffelTestCaseFinishedEventData",
"properties": {
"outcome": {
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.EiffelTestCaseFinishedEventOutcome",
"properties": {
"verdict": {
"type": "string",
"enum": [
"PASSED",
"FAILED",
"INCONCLUSIVE"
]
},
"conclusion": {
"type": "string",
"enum": [
"SUCCESSFUL",
"FAILED",
"ABORTED",
"TIMED_OUT",
"INCONCLUSIVE"
]
},
"description": {
"type": "string"
},
"metrics": {
"type": "array",
"items": {
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.Metric",
"properties": {
"name": {
"type": "string"
},
"value": {
"anyOf": [
{
"type": "object"
},
{
"type": "string"
},
{
"type": "array"
},
{
"type": "number"
}
]
}
},
"required": [
"name",
"value"
],
"additionalProperties": false
}
}
},
"required": [
"verdict",
"conclusion"
],
"additionalProperties": false
},
"persistentLogs": {
"type": "array",
"items": {
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.PersistentLog",
"properties": {
"name": {
"type": "string"
},
"uri": {
"type": "string"
}
},
"required": [
"name",
"uri"
],
"additionalProperties": false
}
},
"customData": {
"type": "array",
"items": {
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.CustomData",
"properties": {
"key": {
"type": "string"
},
"value": {
"anyOf": [
{
"type": "object"
},
{
"type": "string"
},
{
"type": "array"
},
{
"type": "number"
}
]
}
},
"required": [
"key",
"value"
],
"additionalProperties": false
}
}
},
"required": [
"outcome"
],
"additionalProperties": false
},
"links": {
"type": "array",
"items": {
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.Link",
"properties": {
"type": {
"type": "string"
},
"target": {
"type": "string",
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$"
}
},
"required": [
"type",
"target"
],
"additionalProperties": false
}
}
},
"required": [
"meta",
"data",
"links"
],
"additionalProperties": false
} | 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"
},
"description": {
"type": "string"
},
"header": {
"type": "string"
},
"sponsor": {
"type": "string"
},
"footer": {
"type": "string"
},
"categories": {
"type": "array",
"_uniqueItems": true,
"items": {
"title": "Category Object",
"description": "A category to group project objects under.",
"properties": {
"title": {
"title": "Category Title",
"description": "A human-readable identifier for the category.",
"type": "string"
},
"id": {
"title": "Category Identifier",
"description": "A short identifier designed for programs. It should only contain lowercase alphanumeric characters and a - (dash) for replacing spaces.",
"type": "string",
"pattern": "^[^A-Z_ ]+$"
},
"description": {
"title": "Category Description",
"description": "A description of the category meant to be provided to the user.",
"type": "string",
"default": ""
},
"parent": {
"title": "Category Parent",
"description": "Makes the current category a subcategory of the category with an id that matches this value.",
"type": [
"string",
"null"
],
"default": null
}
},
"required": [
"title",
"id"
],
"additionalProperties": false
}
},
"projects": {
"type": "array",
"_uniqueItems": true,
"items": {
"title": "Project Object",
"description": "An object that holds all the information for a specific project.",
"properties": {
"title": {
"title": "Project Title",
"description": "The official title of the project.",
"type": "string"
},
"category-ids": {
"title": "Project Category",
"description": "The list of categories that the project falls under. If it is a list, the categories should be ordered from most to least relevant/applicable to the project.",
"type": [
"array"
],
"items": {
"type": "string"
}
},
"description": {
"title": "Project Description",
"description": "A brief 1 sentence summary of the project.",
"type": "string"
},
"lang": {
"title": "Project Language",
"description": "A three-character ISO 639-2 code representing the primary language of the project, or a list of such codes, with the primary language first.",
"type": [
"string",
"array"
],
"minLength": 3,
"maxLength": 3,
"minItems": 1,
"items": {
"type": "string",
"minLength": 3,
"maxLength": 3
},
"default": "eng"
},
"country": {
"title": "Project Country",
"description": "The country that the project operates out of or the country the project is designed for (if designed for a specific location). Null if country is unclear/unspecified.",
"type": [
"string",
"null"
],
"minLength": 2,
"maxLength": 2,
"default": null
},
"license": {
"title": "Project License",
"description": "The license that the project's source is under.",
"type": "string",
"enum": [
"mit",
"mpl-2.0",
"gpl-3.0",
"lgpl-3.0",
"unlicense",
"bsd-2-clause",
"isc",
"lgpl-2.1",
"gpl-2.0",
"apache-2.0",
"cc0-1.0",
"artistic-2.0",
"bsd-3-clause",
"agpl-3.0",
"epl-1.0",
"other"
],
"default": "other"
},
"source": {
"title": "Project Source",
"description": "A URL where the source code to the project can be found.",
"type": "string",
"pattern": "^https?:\\/\\/.*?\\..*$"
},
"homepage": {
"title": "Project Homepage",
"description": "The URL for the project's homepage.",
"type": [
"string",
"null"
],
"pattern": "^https?:\\/\\/.*?\\..*$",
"default": null
},
"itunes": {
"title": "Project iTunes Page",
"description": "The URL for iTunes page for the project's app.",
"type": [
"string",
"null"
],
"pattern": "^https:\\/\\/apps\\.apple\\.com\\/.*?app\\/([^\\/]+\\/)?id[0-9]+$",
"default": null
},
"stars": {
"title": "Project Stars",
"description": "The number of stars a project has on Github, or null if the project is not a Github project.",
"type": [
"null",
"number"
],
"multipleOf": 1.0,
"minimum": 0,
"default": null
},
"tags": {
"title": "Project Tags",
"description": "A place to put any metadata for a project. The items can be any type.",
"type": "array",
"minItems": 1,
"default": []
},
"suggested_by": {
"title": "Suggested By",
"description": "Name of person who suggested project.",
"type": "string"
},
"date_added": {
"title": "Date Added",
"description": "Date when project was added.",
"type": "string"
},
"screenshots": {
"title": "Screenshots",
"description": "Links to screenshot images.",
"type": "array"
}
},
"required": [
"title",
"category-ids",
"source"
],
"additionalProperties": false
}
}
},
"required": [
"title",
"categories",
"projects"
],
"additionalProperties": false
} | o71827 |
{
"definitions": {
"CreateAdminuserPayload": {
"properties": {
"email": {
"minLength": 2,
"type": "string"
},
"first_name": {
"minLength": 2,
"type": "string"
},
"id": {
"format": "int64",
"type": "integer"
},
"last_name": {
"minLength": 2,
"type": "string"
},
"password": {
"minLength": 8,
"type": "string"
},
"role": {
"type": "string"
},
"tenant_id": {
"format": "int64",
"type": "integer"
},
"validated": {
"type": "boolean"
},
"validation_code": {
"minLength": 8,
"type": "string"
}
},
"required": [
"first_name",
"last_name",
"email",
"password",
"role"
],
"title": "CreateAdminuserPayload",
"type": "object"
},
"CreateEventPayload": {
"properties": {
"end_date": {
"example": "1979-07-05T11:15:08-04:00",
"format": "date-time",
"type": "string"
},
"name": {
"example": "nbqp",
"minLength": 2,
"type": "string"
},
"start_date": {
"example": "1984-03-10T12:52:26-05:00",
"format": "date-time",
"type": "string"
},
"url": {
"example": "1dp91o3",
"minLength": 5,
"type": "string"
}
},
"required": [
"name"
],
"title": "CreateEventPayload",
"type": "object"
},
"CreatePresentationPayload": {
"properties": {
"abstract": {
"example": "8yjbij39e7",
"minLength": 10,
"type": "string"
},
"detail": {
"example": "Ut sint eveniet.",
"type": "string"
},
"name": {
"example": "Animi aut.",
"type": "string"
}
},
"required": [
"abstract"
],
"title": "CreatePresentationPayload",
"type": "object"
},
"CreateSeriesPayload": {
"properties": {
"name": {
"example": "nj",
"minLength": 2,
"type": "string"
}
},
"required": [
"name"
],
"title": "CreateSeriesPayload",
"type": "object"
},
"CreateSpeakerPayload": {
"properties": {
"bio": {
"example": "Non voluptas eum nihil.",
"type": "string"
},
"first_name": {
"example": "jg",
"minLength": 2,
"type": "string"
},
"github": {
"example": "Voluptate delectus dolorem soluta iste.",
"type": "string"
},
"image_url": {
"example": "kh63r",
"minLength": 5,
"type": "string"
},
"last_name": {
"example": "sd",
"minLength": 2,
"type": "string"
},
"linkedin": {
"example": "Aliquam consequatur consequuntur impedit ducimus aliquam consequuntur.",
"type": "string"
},
"twitter": {
"example": "Qui voluptatem sit mollitia aut quos.",
"type": "string"
}
},
"required": [
"first_name",
"last_name"
],
"title": "CreateSpeakerPayload",
"type": "object"
},
"CreateTenantPayload": {
"properties": {
"name": {
"example": "7r2f",
"minLength": 2,
"type": "string"
}
},
"required": [
"name"
],
"title": "CreateTenantPayload",
"type": "object"
},
"CreateUserPayload": {
"properties": {
"email": {
"example": "54",
"minLength": 2,
"type": "string"
},
"first_name": {
"minLength": 2,
"type": "string"
},
"id": {
"format": "int64",
"type": "integer"
},
"last_name": {
"minLength": 2,
"type": "string"
},
"password": {
"example": "0375ll5g",
"minLength": 8,
"type": "string"
},
"role": {
"example": "Fugiat sunt fuga id.",
"type": "string"
},
"validated": {
"example": true,
"type": "boolean"
},
"validation_code": {
"example": "n8yyptq3i",
"minLength": 8,
"type": "string"
}
},
"required": [
"first_name",
"last_name",
"email",
"password",
"role"
],
"title": "CreateUserPayload",
"type": "object"
},
"Event": {
"description": "An event is a specific instance of a conference, e.g. GopherCon 2016",
"example": {
"end_date": "1974-12-08T06:34:22-05:00",
"id": 2219768067462722682,
"location": "Tempora saepe veniam.",
"name": "Tempore labore.",
"presentations": [
{
"abstract": "Non itaque vero suscipit occaecati quas.",
"detail": "Dolor voluptatem nihil error.",
"id": 3099350175074608703,
"name": "Deleniti omnis recusandae facilis quaerat quo illum.",
"speaker": {
"bio": "Necessitatibus adipisci.",
"email": "Quasi sunt eligendi soluta ratione.",
"first_name": "Autem reprehenderit ea.",
"github": "Officiis aut doloribus qui non.",
"href": "Non libero sed ipsum nihil.",
"id": 5393156423666760956,
"image_url": "Quidem voluptatem.",
"last_name": "Inventore atque qui repellendus ut.",
"linkedin": "Quo possimus provident optio voluptatem sapiente.",
"twitter": "Fugit id quaerat."
}
},
{
"abstract": "Consequatur expedita.",
"detail": "Minima sequi sed.",
"id": 5493573819062889534,
"name": "Velit est sit ut.",
"speaker": {
"bio": "Tenetur commodi aperiam beatae quo ut.",
"email": "Vel autem tempora praesentium placeat.",
"first_name": "Veniam quia aspernatur in.",
"github": "Ut rerum corrupti enim.",
"href": "Impedit vel voluptas enim.",
"id": 549950183797065919,
"image_url": "Cupiditate quos vel voluptates ea necessitatibus sed.",
"last_name": "Rem sed itaque omnis aut delectus.",
"linkedin": "Qui et vitae enim optio aliquam.",
"twitter": "Iure voluptatibus facere."
}
}
],
"speakers": [
{
"bio": "Sequi corrupti delectus quia sit nihil sed.",
"email": "Voluptates voluptatem assumenda et atque.",
"first_name": "Voluptatem eos.",
"github": "Et et.",
"href": "Minus magnam sequi quia commodi adipisci dolor.",
"id": 4574375130798339995,
"image_url": "Deserunt in.",
"last_name": "Minima voluptatum sunt.",
"linkedin": "Rerum amet hic nihil.",
"twitter": "Veritatis nesciunt ea dolores."
}
],
"start_date": "1990-11-05T10:52:40-05:00",
"url": "Vero iste veniam saepe voluptas."
},
"media": {
"type": "application/vnd.event+json"
},
"properties": {
"end_date": {
"description": "end_date",
"example": "2003-04-17T13:45:10-04:00",
"format": "date-time",
"type": "string"
},
"id": {
"description": "ID of record",
"example": 8151004217844433890,
"format": "int64",
"type": "integer"
},
"location": {
"description": "location",
"example": "Ut enim qui quia voluptates culpa.",
"type": "string"
},
"name": {
"description": "name",
"example": "Quia similique nihil aliquam.",
"type": "string"
},
"presentations": {
"example": [
{
"abstract": "Id quis asperiores ipsum aliquam.",
"detail": "Dolorum nobis nihil vero quae.",
"id": 8987120857796313680,
"name": "Exercitationem nihil fugiat facilis qui molestias nihil.",
"speaker": {
"bio": "Expedita et.",
"email": "Non quis pariatur voluptatem et reprehenderit et.",
"first_name": "Quo ad blanditiis officiis.",
"github": "Hic ex ea ut.",
"href": "Dignissimos rerum repellat aut tempora nihil voluptas.",
"id": 812480929769847995,
"image_url": "Dolor dolorum sequi corporis non.",
"last_name": "Earum ut eum alias voluptatibus dolorem non.",
"linkedin": "Praesentium quia enim et eos earum.",
"twitter": "Officiis a at quia."
}
},
{
"abstract": "Nisi nihil.",
"detail": "Est perferendis velit et.",
"id": 8212111820326801850,
"name": "Ipsa laudantium iste eos qui.",
"speaker": {
"bio": "Sed nam.",
"email": "Minus molestiae necessitatibus totam porro.",
"first_name": "Nam at hic.",
"github": "Occaecati enim.",
"href": "Incidunt sed aspernatur laudantium suscipit nihil omnis.",
"id": 4768200440712950512,
"image_url": "Est est quis autem.",
"last_name": "Accusantium et.",
"linkedin": "Possimus dolore aut.",
"twitter": "Suscipit fuga modi aut delectus qui."
}
}
],
"items": {
"example": {
"abstract": "Porro alias.",
"detail": "Dolor in voluptatem sit neque iusto.",
"id": 8959094650469010398,
"name": "Quae incidunt voluptatem dolores tempora esse impedit.",
"speaker": {
"bio": "Itaque praesentium incidunt illo distinctio fugit molestias.",
"email": "Ex harum quis.",
"first_name": "Aut ipsum dolor.",
"github": "Voluptatum aut sapiente consequatur sit autem vel.",
"href": "Et maiores quia dolorum ab officia.",
"id": 3446227051356385407,
"image_url": "Similique reiciendis aut sit.",
"last_name": "Et voluptatem eum.",
"linkedin": "Omnis quasi consectetur iusto dolor iure fuga.",
"twitter": "Aut placeat cumque."
}
},
"properties": {
"abstract": {
"description": "short description of talk",
"example": "Ut nihil.",
"type": "string"
},
"detail": {
"description": "detailed description of talk - not for public display",
"example": "Sit ducimus cupiditate quo molestias.",
"type": "string"
},
"id": {
"description": "ID of record",
"example": 8211863283135363273,
"format": "int64",
"type": "integer"
},
"name": {
"description": "name of presentation",
"example": "Corporis ullam itaque.",
"type": "string"
},
"speaker": {
"description": "speaker who is giving the talk",
"example": {
"bio": "Id reiciendis hic et doloremque voluptatem veniam.",
"email": "Dolor excepturi.",
"first_name": "Voluptate rerum mollitia et sunt.",
"github": "Accusantium id tempora facilis.",
"href": "Quia tempora ipsum aperiam nihil voluptatem qui.",
"id": 3360909363941664046,
"image_url": "Nihil nesciunt voluptatem reprehenderit et qui.",
"last_name": "Libero cumque aut sit et numquam.",
"linkedin": "Minima odit ex distinctio dolorem similique.",
"twitter": "Atque molestiae numquam quae."
},
"properties": {
"bio": {
"description": "speaker bio",
"example": "Eum hic accusamus qui aspernatur vitae.",
"type": "string"
},
"email": {
"description": "email address",
"example": "Saepe odit porro.",
"type": "string"
},
"first_name": {
"description": "first name",
"example": "Harum tenetur sint aspernatur nemo inventore placeat.",
"type": "string"
},
"github": {
"description": "github handle",
"example": "Impedit vel.",
"type": "string"
},
"href": {
"example": "Delectus ipsum facere qui vel.",
"type": "string"
},
"id": {
"description": "ID of record",
"example": 3234056067242143871,
"format": "int64",
"type": "integer"
},
"image_url": {
"description": "url of speaker image",
"example": "Debitis nostrum.",
"type": "string"
},
"last_name": {
"description": "last name",
"example": "Quia aut sed recusandae amet.",
"type": "string"
},
"linkedin": {
"description": "linkedin url",
"example": "Omnis necessitatibus sequi ab qui itaque.",
"type": "string"
},
"twitter": {
"description": "twitter handle - no @",
"example": "Est delectus.",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"type": "array"
},
"speakers": {
"example": [
{
"bio": "Inventore sequi quidem molestias nesciunt aspernatur.",
"email": "Itaque eum ea temporibus quibusdam vitae.",
"first_name": "Ut a et sit.",
"github": "Quos in doloremque illo hic.",
"href": "Incidunt quis quo.",
"id": 3183414517644362271,
"image_url": "Illo reiciendis.",
"last_name": "Dolores enim est cum dicta eum facilis.",
"linkedin": "Enim ipsum tempore perferendis sapiente velit vero.",
"twitter": "Odio est sunt omnis quia."
},
{
"bio": "Voluptas hic.",
"email": "Hic incidunt.",
"first_name": "Odit aut repudiandae asperiores.",
"github": "Harum voluptas aut doloremque fugit omnis debitis.",
"href": "Earum autem rerum consectetur officia corrupti eos.",
"id": 3008284526923858790,
"image_url": "Voluptatum qui.",
"last_name": "Excepturi quis consectetur nam facere numquam accusamus.",
"linkedin": "Molestias et nisi similique.",
"twitter": "A voluptas sed est qui sunt."
},
{
"bio": "Voluptatibus sint facere quibusdam nobis.",
"email": "Dolores saepe quia quis nihil unde.",
"first_name": "Ipsa occaecati exercitationem velit non.",
"github": "Id molestias.",
"href": "Quisquam vitae quia tenetur officia.",
"id": 6587664006123639049,
"image_url": "Numquam quo id mollitia.",
"last_name": "Omnis architecto sit hic et id labore.",
"linkedin": "Libero in ad.",
"twitter": "Quos dolor voluptatem saepe sunt."
}
],
"items": {
"example": {
"bio": "Vel saepe vel eum necessitatibus.",
"email": "Repellat quos fugit quod dicta dolores iusto.",
"first_name": "Aut id iusto minima est omnis mollitia.",
"github": "Qui accusantium molestiae.",
"href": "Et et et totam repellat.",
"id": 7759144187772925207,
"image_url": "Ipsum quaerat.",
"last_name": "Aut fugit dolor molestiae.",
"linkedin": "Pariatur dolores.",
"twitter": "Quas necessitatibus ea vel."
},
"properties": {
"bio": {
"description": "speaker bio",
"example": "Eum hic accusamus qui aspernatur vitae.",
"type": "string"
},
"email": {
"description": "email address",
"example": "Saepe odit porro.",
"type": "string"
},
"first_name": {
"description": "first name",
"example": "Harum tenetur sint aspernatur nemo inventore placeat.",
"type": "string"
},
"github": {
"description": "github handle",
"example": "Impedit vel.",
"type": "string"
},
"href": {
"example": "Delectus ipsum facere qui vel.",
"type": "string"
},
"id": {
"description": "ID of record",
"example": 3234056067242143871,
"format": "int64",
"type": "integer"
},
"image_url": {
"description": "url of speaker image",
"example": "Debitis nostrum.",
"type": "string"
},
"last_name": {
"description": "last name",
"example": "Quia aut sed recusandae amet.",
"type": "string"
},
"linkedin": {
"description": "linkedin url",
"example": "Omnis necessitatibus sequi ab qui itaque.",
"type": "string"
},
"twitter": {
"description": "twitter handle - no @",
"example": "Est delectus.",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"start_date": {
"description": "start_date",
"example": "1998-03-16T07:20:55-05:00",
"format": "date-time",
"type": "string"
},
"url": {
"description": "event URL",
"example": "Quasi consequatur voluptatem natus error.",
"type": "string"
}
},
"title": "Mediatype identifier: application/vnd.event+json",
"type": "object"
},
"Presentation": {
"description": "A presentation is a scheduled talk given by a speaker",
"example": {
"abstract": "Numquam eveniet.",
"detail": "Non laboriosam quo sed ducimus ut eum.",
"id": 1942219196064683786,
"name": "Quisquam et earum numquam nihil aliquid.",
"speaker": {
"bio": "Dignissimos non.",
"email": "Eum nam aperiam aut veniam unde.",
"first_name": "In soluta ullam quis fugiat velit.",
"github": "Enim provident.",
"href": "Perspiciatis et.",
"id": 8715654185554430465,
"image_url": "Nemo quasi tempore magni veniam ut ducimus.",
"last_name": "Consectetur ipsum quia.",
"linkedin": "Unde repellendus optio et amet pariatur mollitia.",
"twitter": "Vel et sed quia et in."
}
},
"links": [
{
"description": "speaker who is giving the talk",
"href": "/api/tenants/{tenantID}/events/{eventID}/speakers/{speakerID}",
"mediaType": "application/vnd.speaker+json",
"method": "GET",
"rel": "speaker",
"targetSchema": {
"$ref": "#/definitions/Speaker"
},
"title": "speaker"
}
],
"media": {
"type": "application/vnd.presentation+json"
},
"properties": {
"abstract": {
"description": "short description of talk",
"example": "Ut nihil.",
"type": "string"
},
"detail": {
"description": "detailed description of talk - not for public display",
"example": "Sit ducimus cupiditate quo molestias.",
"type": "string"
},
"id": {
"description": "ID of record",
"example": 8211863283135363273,
"format": "int64",
"type": "integer"
},
"name": {
"description": "name of presentation",
"example": "Corporis ullam itaque.",
"type": "string"
},
"speaker": {
"description": "speaker who is giving the talk",
"example": {
"bio": "Id reiciendis hic et doloremque voluptatem veniam.",
"email": "Dolor excepturi.",
"first_name": "Voluptate rerum mollitia et sunt.",
"github": "Accusantium id tempora facilis.",
"href": "Quia tempora ipsum aperiam nihil voluptatem qui.",
"id": 3360909363941664046,
"image_url": "Nihil nesciunt voluptatem reprehenderit et qui.",
"last_name": "Libero cumque aut sit et numquam.",
"linkedin": "Minima odit ex distinctio dolorem similique.",
"twitter": "Atque molestiae numquam quae."
},
"properties": {
"bio": {
"description": "speaker bio",
"example": "Eum hic accusamus qui aspernatur vitae.",
"type": "string"
},
"email": {
"description": "email address",
"example": "Saepe odit porro.",
"type": "string"
},
"first_name": {
"description": "first name",
"example": "Harum tenetur sint aspernatur nemo inventore placeat.",
"type": "string"
},
"github": {
"description": "github handle",
"example": "Impedit vel.",
"type": "string"
},
"href": {
"example": "Delectus ipsum facere qui vel.",
"type": "string"
},
"id": {
"description": "ID of record",
"example": 3234056067242143871,
"format": "int64",
"type": "integer"
},
"image_url": {
"description": "url of speaker image",
"example": "Debitis nostrum.",
"type": "string"
},
"last_name": {
"description": "last name",
"example": "Quia aut sed recusandae amet.",
"type": "string"
},
"linkedin": {
"description": "linkedin url",
"example": "Omnis necessitatibus sequi ab qui itaque.",
"type": "string"
},
"twitter": {
"description": "twitter handle - no @",
"example": "Est delectus.",
"type": "string"
}
},
"type": "object"
}
},
"title": "Mediatype identifier: application/vnd.presentation+json",
"type": "object"
},
"Series": {
"description": "A series is a recurring event, e.g. GopherCon",
"example": {
"id": 7133943798714918050,
"name": "Repellendus sapiente dignissimos optio."
},
"media": {
"type": "application/vnd.series+json"
},
"properties": {
"id": {
"description": "ID of record",
"example": 5854521042413354769,
"format": "int64",
"type": "integer"
},
"name": {
"description": "name",
"example": "Porro beatae molestiae repudiandae ea quas.",
"type": "string"
}
},
"title": "Mediatype identifier: application/vnd.series+json",
"type": "object"
},
"Speaker": {
"description": "A speaker is someone giving a talk at an event",
"example": {
"bio": "Cumque eos voluptate.",
"email": "Voluptate quasi repellendus cum eius.",
"first_name": "Nihil corrupti ad qui omnis doloremque.",
"github": "Ut et fugit sed autem voluptas.",
"href": "Provident facilis recusandae aliquam consequuntur magnam dolor.",
"id": 5845206586883501056,
"image_url": "Enim ipsum aut est fuga nihil.",
"last_name": "Sit aut qui.",
"linkedin": "Aliquid numquam est sunt.",
"twitter": "Laborum aperiam."
},
"media": {
"type": "application/vnd.speaker+json"
},
"properties": {
"bio": {
"description": "speaker bio",
"example": "Eum hic accusamus qui aspernatur vitae.",
"type": "string"
},
"email": {
"description": "email address",
"example": "Saepe odit porro.",
"type": "string"
},
"first_name": {
"description": "first name",
"example": "Harum tenetur sint aspernatur nemo inventore placeat.",
"type": "string"
},
"github": {
"description": "github handle",
"example": "Impedit vel.",
"type": "string"
},
"href": {
"example": "Delectus ipsum facere qui vel.",
"type": "string"
},
"id": {
"description": "ID of record",
"example": 3234056067242143871,
"format": "int64",
"type": "integer"
},
"image_url": {
"description": "url of speaker image",
"example": "Debitis nostrum.",
"type": "string"
},
"last_name": {
"description": "last name",
"example": "Quia aut sed recusandae amet.",
"type": "string"
},
"linkedin": {
"description": "linkedin url",
"example": "Omnis necessitatibus sequi ab qui itaque.",
"type": "string"
},
"twitter": {
"description": "twitter handle - no @",
"example": "Est delectus.",
"type": "string"
}
},
"title": "Mediatype identifier: application/vnd.speaker+json",
"type": "object"
},
"Tenant": {
"description": "Tenant account in Congo",
"example": {
"id": 1848986484678543591,
"name": "Consectetur nostrum voluptas nihil."
},
"media": {
"type": "application/vnd.tenant+json"
},
"properties": {
"id": {
"description": "ID",
"example": 1999400714536249347,
"format": "int64",
"type": "integer"
},
"name": {
"description": "name",
"example": "Sit eos.",
"type": "string"
}
},
"title": "Mediatype identifier: application/vnd.tenant+json",
"type": "object"
},
"UpdateAdminuserPayload": {
"properties": {
"email": {
"minLength": 2,
"type": "string"
},
"first_name": {
"minLength": 2,
"type": "string"
},
"id": {
"format": "int64",
"type": "integer"
},
"last_name": {
"minLength": 2,
"type": "string"
},
"password": {
"minLength": 8,
"type": "string"
},
"role": {
"type": "string"
},
"validated": {
"type": "boolean"
},
"validation_code": {
"minLength": 8,
"type": "string"
}
},
"title": "UpdateAdminuserPayload",
"type": "object"
},
"UpdateEventPayload": {
"properties": {
"end_date": {
"format": "date-time",
"type": "string"
},
"name": {
"minLength": 2,
"type": "string"
},
"start_date": {
"format": "date-time",
"type": "string"
},
"url": {
"minLength": 5,
"type": "string"
}
},
"title": "UpdateEventPayload",
"type": "object"
},
"UpdatePresentationPayload": {
"properties": {
"abstract": {
"minLength": 10,
"type": "string"
},
"detail": {
"type": "string"
},
"name": {
"type": "string"
}
},
"title": "UpdatePresentationPayload",
"type": "object"
},
"UpdateSeriesPayload": {
"properties": {
"name": {
"minLength": 2,
"type": "string"
}
},
"title": "UpdateSeriesPayload",
"type": "object"
},
"UpdateSpeakerPayload": {
"properties": {
"bio": {
"type": "string"
},
"first_name": {
"minLength": 2,
"type": "string"
},
"github": {
"type": "string"
},
"image_url": {
"minLength": 5,
"type": "string"
},
"last_name": {
"minLength": 2,
"type": "string"
},
"linkedin": {
"type": "string"
},
"twitter": {
"type": "string"
}
},
"title": "UpdateSpeakerPayload",
"type": "object"
},
"UpdateTenantPayload": {
"properties": {
"name": {
"minLength": 2,
"type": "string"
}
},
"title": "UpdateTenantPayload",
"type": "object"
},
"UpdateUserPayload": {
"properties": {
"email": {
"minLength": 2,
"type": "string"
},
"first_name": {
"minLength": 2,
"type": "string"
},
"id": {
"format": "int64",
"type": "integer"
},
"last_name": {
"minLength": 2,
"type": "string"
},
"password": {
"minLength": 8,
"type": "string"
},
"role": {
"type": "string"
},
"validated": {
"type": "boolean"
},
"validation_code": {
"minLength": 8,
"type": "string"
}
},
"title": "UpdateUserPayload",
"type": "object"
},
"User": {
"description": "A user belonging to a tenant",
"example": {
"active": false,
"email": "Fuga voluptatem maxime quos ut nemo atque.",
"first_name": "Repellat placeat.",
"href": "Aut rerum asperiores sed.",
"id": 8228687825420379810,
"last_name": "Incidunt qui odio totam.",
"role": "Odio quia voluptas accusamus perspiciatis.",
"tenant_id": 3020897881766934989,
"validated": false
},
"media": {
"type": "application/vnd.user+json"
},
"properties": {
"active": {
"description": "Activation status",
"example": false,
"type": "boolean"
},
"email": {
"description": "Email address of user",
"example": "wz",
"format": "email",
"minLength": 2,
"type": "string"
},
"first_name": {
"description": "First name of user",
"example": "bjyh",
"minLength": 2,
"type": "string"
},
"href": {
"description": "API href of record",
"example": "Nisi aspernatur non voluptatibus.",
"type": "string"
},
"id": {
"description": "ID of record",
"example": 8769875072716209837,
"format": "int64",
"type": "integer"
},
"last_name": {
"description": "Last name of user",
"example": "j8",
"minLength": 2,
"type": "string"
},
"role": {
"description": "User's role",
"example": "Aliquid aut id quia.",
"type": "string"
},
"tenant_id": {
"example": 7069450719703720201,
"format": "int64",
"type": "integer"
},
"validated": {
"description": "Validation status",
"example": true,
"type": "boolean"
}
},
"title": "Mediatype identifier: application/vnd.user+json",
"type": "object"
},
"adminuser": {
"description": "A user belonging to a tenant",
"example": {
"active": false,
"email": "Fuga voluptatem maxime quos ut nemo atque.",
"first_name": "Repellat placeat.",
"href": "Aut rerum asperiores sed.",
"id": 8228687825420379810,
"last_name": "Incidunt qui odio totam.",
"role": "Odio quia voluptas accusamus perspiciatis.",
"tenant_id": 3020897881766934989,
"validated": false
},
"links": [
{
"href": "/api/admin/users",
"method": "POST",
"rel": "create",
"schema": {
"$ref": "#/definitions/CreateAdminuserPayload",
"description": "create payload"
},
"title": "create"
},
{
"href": "/api/admin/users/{userID}",
"method": "DELETE",
"rel": "delete",
"title": "delete"
},
{
"href": "/api/admin/users",
"method": "GET",
"rel": "list",
"title": "list"
},
{
"href": "/api/admin/users/{userID}",
"mediaType": "application/vnd.user+json",
"method": "GET",
"rel": "self",
"targetSchema": {
"$ref": "#/definitions/User"
},
"title": "show"
},
{
"href": "/api/admin/users/{userID}",
"method": "PATCH",
"rel": "update",
"schema": {
"$ref": "#/definitions/UpdateAdminuserPayload",
"description": "update payload"
},
"title": "update"
}
],
"media": {
"type": "application/vnd.user+json"
},
"properties": {
"active": {
"description": "Activation status",
"example": false,
"type": "boolean"
},
"email": {
"description": "Email address of user",
"example": "wz",
"format": "email",
"minLength": 2,
"type": "string"
},
"first_name": {
"description": "First name of user",
"example": "bjyh",
"minLength": 2,
"type": "string"
},
"href": {
"description": "API href of record",
"example": "Nisi aspernatur non voluptatibus.",
"type": "string"
},
"id": {
"description": "ID of record",
"example": 8769875072716209837,
"format": "int64",
"type": "integer"
},
"last_name": {
"description": "Last name of user",
"example": "j8",
"minLength": 2,
"type": "string"
},
"role": {
"description": "User's role",
"example": "Aliquid aut id quia.",
"type": "string"
},
"tenant_id": {
"example": 7069450719703720201,
"format": "int64",
"type": "integer"
},
"validated": {
"description": "Validation status",
"example": true,
"type": "boolean"
}
},
"title": "adminuser",
"type": "object"
},
"auth": {
"description": "Token authorization response",
"example": {
"access_token": "Laudantium tempore voluptatem.",
"expires_in": 4869192690920850514,
"tenant": {
"id": 5728362918364472433,
"name": "Est aut adipisci eaque molestias dolorum illo."
},
"token_type": "Optio beatae aperiam quo.",
"user": {
"active": false,
"email": "Beatae consequatur mollitia sed explicabo id.",
"first_name": "Eos tempora corporis aliquam id nulla suscipit.",
"href": "Est esse a inventore libero sint cumque.",
"id": 7831165214039818002,
"last_name": "Qui molestiae.",
"role": "Atque dolorem voluptas et.",
"tenant_id": 6244484567252341207,
"validated": false
}
},
"links": [
{
"href": "/api/auth/refresh",
"method": "POST",
"rel": "refresh",
"title": "refresh"
},
{
"href": "/api/auth/token",
"method": "POST",
"rel": "token",
"title": "token"
}
],
"media": {
"type": "application/vnd.authorize+json"
},
"properties": {
"access_token": {
"description": "access token",
"example": "Aut aspernatur excepturi.",
"type": "string"
},
"expires_in": {
"description": "Time to expiration in seconds",
"example": 1423874802512420957,
"format": "int64",
"type": "integer"
},
"tenant": {
"description": "tenant",
"example": {
"id": 3969518700682667638,
"name": "Et libero culpa."
},
"properties": {
"id": {
"description": "ID",
"example": 1999400714536249347,
"format": "int64",
"type": "integer"
},
"name": {
"description": "name",
"example": "Sit eos.",
"type": "string"
}
},
"type": "object"
},
"token_type": {
"description": "type of token",
"example": "Error dolores dolorem tempora aut.",
"type": "string"
},
"user": {
"description": "user",
"example": {
"active": false,
"email": "Ut magnam odit nemo numquam.",
"first_name": "Tempora a odit dolores voluptas quis.",
"href": "In eos ab porro est exercitationem nisi.",
"id": 7180736786154332961,
"last_name": "Velit excepturi aut minus nam.",
"role": "Doloremque blanditiis quo nostrum quo esse.",
"tenant_id": 8701398505595027364,
"validated": false
},
"properties": {
"active": {
"description": "Activation status",
"example": false,
"type": "boolean"
},
"email": {
"description": "Email address of user",
"example": "wz",
"format": "email",
"minLength": 2,
"type": "string"
},
"first_name": {
"description": "First name of user",
"example": "bjyh",
"minLength": 2,
"type": "string"
},
"href": {
"description": "API href of record",
"example": "Nisi aspernatur non voluptatibus.",
"type": "string"
},
"id": {
"description": "ID of record",
"example": 8769875072716209837,
"format": "int64",
"type": "integer"
},
"last_name": {
"description": "Last name of user",
"example": "j8",
"minLength": 2,
"type": "string"
},
"role": {
"description": "User's role",
"example": "Aliquid aut id quia.",
"type": "string"
},
"tenant_id": {
"example": 7069450719703720201,
"format": "int64",
"type": "integer"
},
"validated": {
"description": "Validation status",
"example": true,
"type": "boolean"
}
},
"type": "object"
}
},
"title": "auth",
"type": "object"
},
"event": {
"description": "An event is a specific instance of a conference, e.g. GopherCon 2016",
"example": {
"end_date": "1974-12-08T06:34:22-05:00",
"id": 2219768067462722682,
"location": "Tempora saepe veniam.",
"name": "Tempore labore.",
"presentations": [
{
"abstract": "Non itaque vero suscipit occaecati quas.",
"detail": "Dolor voluptatem nihil error.",
"id": 3099350175074608703,
"name": "Deleniti omnis recusandae facilis quaerat quo illum.",
"speaker": {
"bio": "Necessitatibus adipisci.",
"email": "Quasi sunt eligendi soluta ratione.",
"first_name": "Autem reprehenderit ea.",
"github": "Officiis aut doloribus qui non.",
"href": "Non libero sed ipsum nihil.",
"id": 5393156423666760956,
"image_url": "Quidem voluptatem.",
"last_name": "Inventore atque qui repellendus ut.",
"linkedin": "Quo possimus provident optio voluptatem sapiente.",
"twitter": "Fugit id quaerat."
}
},
{
"abstract": "Consequatur expedita.",
"detail": "Minima sequi sed.",
"id": 5493573819062889534,
"name": "Velit est sit ut.",
"speaker": {
"bio": "Tenetur commodi aperiam beatae quo ut.",
"email": "Vel autem tempora praesentium placeat.",
"first_name": "Veniam quia aspernatur in.",
"github": "Ut rerum corrupti enim.",
"href": "Impedit vel voluptas enim.",
"id": 549950183797065919,
"image_url": "Cupiditate quos vel voluptates ea necessitatibus sed.",
"last_name": "Rem sed itaque omnis aut delectus.",
"linkedin": "Qui et vitae enim optio aliquam.",
"twitter": "Iure voluptatibus facere."
}
}
],
"speakers": [
{
"bio": "Sequi corrupti delectus quia sit nihil sed.",
"email": "Voluptates voluptatem assumenda et atque.",
"first_name": "Voluptatem eos.",
"github": "Et et.",
"href": "Minus magnam sequi quia commodi adipisci dolor.",
"id": 4574375130798339995,
"image_url": "Deserunt in.",
"last_name": "Minima voluptatum sunt.",
"linkedin": "Rerum amet hic nihil.",
"twitter": "Veritatis nesciunt ea dolores."
}
],
"start_date": "1990-11-05T10:52:40-05:00",
"url": "Vero iste veniam saepe voluptas."
},
"links": [
{
"href": "/api/tenants/{tenantID}/events",
"method": "POST",
"rel": "create",
"schema": {
"$ref": "#/definitions/CreateEventPayload",
"description": "create payload"
},
"title": "create"
},
{
"href": "/api/tenants/{tenantID}/events/{eventID}",
"method": "DELETE",
"rel": "delete",
"title": "delete"
},
{
"href": "/api/tenants/{tenantID}/events",
"method": "GET",
"rel": "list",
"title": "list"
},
{
"href": "/api/tenants/{tenantID}/events/{eventID}",
"mediaType": "application/vnd.event+json",
"method": "GET",
"rel": "self",
"targetSchema": {
"$ref": "#/definitions/Event"
},
"title": "show"
},
{
"href": "/api/tenants/{tenantID}/events/{eventID}",
"method": "PATCH",
"rel": "update",
"schema": {
"$ref": "#/definitions/UpdateEventPayload",
"description": "update payload"
},
"title": "update"
}
],
"media": {
"type": "application/vnd.event+json"
},
"properties": {
"end_date": {
"description": "end_date",
"example": "2003-04-17T13:45:10-04:00",
"format": "date-time",
"type": "string"
},
"id": {
"description": "ID of record",
"example": 8151004217844433890,
"format": "int64",
"type": "integer"
},
"location": {
"description": "location",
"example": "Ut enim qui quia voluptates culpa.",
"type": "string"
},
"name": {
"description": "name",
"example": "Quia similique nihil aliquam.",
"type": "string"
},
"presentations": {
"example": [
{
"abstract": "Id quis asperiores ipsum aliquam.",
"detail": "Dolorum nobis nihil vero quae.",
"id": 8987120857796313680,
"name": "Exercitationem nihil fugiat facilis qui molestias nihil.",
"speaker": {
"bio": "Expedita et.",
"email": "Non quis pariatur voluptatem et reprehenderit et.",
"first_name": "Quo ad blanditiis officiis.",
"github": "Hic ex ea ut.",
"href": "Dignissimos rerum repellat aut tempora nihil voluptas.",
"id": 812480929769847995,
"image_url": "Dolor dolorum sequi corporis non.",
"last_name": "Earum ut eum alias voluptatibus dolorem non.",
"linkedin": "Praesentium quia enim et eos earum.",
"twitter": "Officiis a at quia."
}
},
{
"abstract": "Nisi nihil.",
"detail": "Est perferendis velit et.",
"id": 8212111820326801850,
"name": "Ipsa laudantium iste eos qui.",
"speaker": {
"bio": "Sed nam.",
"email": "Minus molestiae necessitatibus totam porro.",
"first_name": "Nam at hic.",
"github": "Occaecati enim.",
"href": "Incidunt sed aspernatur laudantium suscipit nihil omnis.",
"id": 4768200440712950512,
"image_url": "Est est quis autem.",
"last_name": "Accusantium et.",
"linkedin": "Possimus dolore aut.",
"twitter": "Suscipit fuga modi aut delectus qui."
}
}
],
"items": {
"example": {
"abstract": "Porro alias.",
"detail": "Dolor in voluptatem sit neque iusto.",
"id": 8959094650469010398,
"name": "Quae incidunt voluptatem dolores tempora esse impedit.",
"speaker": {
"bio": "Itaque praesentium incidunt illo distinctio fugit molestias.",
"email": "Ex harum quis.",
"first_name": "Aut ipsum dolor.",
"github": "Voluptatum aut sapiente consequatur sit autem vel.",
"href": "Et maiores quia dolorum ab officia.",
"id": 3446227051356385407,
"image_url": "Similique reiciendis aut sit.",
"last_name": "Et voluptatem eum.",
"linkedin": "Omnis quasi consectetur iusto dolor iure fuga.",
"twitter": "Aut placeat cumque."
}
},
"properties": {
"abstract": {
"description": "short description of talk",
"example": "Ut nihil.",
"type": "string"
},
"detail": {
"description": "detailed description of talk - not for public display",
"example": "Sit ducimus cupiditate quo molestias.",
"type": "string"
},
"id": {
"description": "ID of record",
"example": 8211863283135363273,
"format": "int64",
"type": "integer"
},
"name": {
"description": "name of presentation",
"example": "Corporis ullam itaque.",
"type": "string"
},
"speaker": {
"description": "speaker who is giving the talk",
"example": {
"bio": "Id reiciendis hic et doloremque voluptatem veniam.",
"email": "Dolor excepturi.",
"first_name": "Voluptate rerum mollitia et sunt.",
"github": "Accusantium id tempora facilis.",
"href": "Quia tempora ipsum aperiam nihil voluptatem qui.",
"id": 3360909363941664046,
"image_url": "Nihil nesciunt voluptatem reprehenderit et qui.",
"last_name": "Libero cumque aut sit et numquam.",
"linkedin": "Minima odit ex distinctio dolorem similique.",
"twitter": "Atque molestiae numquam quae."
},
"properties": {
"bio": {
"description": "speaker bio",
"example": "Eum hic accusamus qui aspernatur vitae.",
"type": "string"
},
"email": {
"description": "email address",
"example": "Saepe odit porro.",
"type": "string"
},
"first_name": {
"description": "first name",
"example": "Harum tenetur sint aspernatur nemo inventore placeat.",
"type": "string"
},
"github": {
"description": "github handle",
"example": "Impedit vel.",
"type": "string"
},
"href": {
"example": "Delectus ipsum facere qui vel.",
"type": "string"
},
"id": {
"description": "ID of record",
"example": 3234056067242143871,
"format": "int64",
"type": "integer"
},
"image_url": {
"description": "url of speaker image",
"example": "Debitis nostrum.",
"type": "string"
},
"last_name": {
"description": "last name",
"example": "Quia aut sed recusandae amet.",
"type": "string"
},
"linkedin": {
"description": "linkedin url",
"example": "Omnis necessitatibus sequi ab qui itaque.",
"type": "string"
},
"twitter": {
"description": "twitter handle - no @",
"example": "Est delectus.",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"type": "array"
},
"speakers": {
"example": [
{
"bio": "Inventore sequi quidem molestias nesciunt aspernatur.",
"email": "Itaque eum ea temporibus quibusdam vitae.",
"first_name": "Ut a et sit.",
"github": "Quos in doloremque illo hic.",
"href": "Incidunt quis quo.",
"id": 3183414517644362271,
"image_url": "Illo reiciendis.",
"last_name": "Dolores enim est cum dicta eum facilis.",
"linkedin": "Enim ipsum tempore perferendis sapiente velit vero.",
"twitter": "Odio est sunt omnis quia."
},
{
"bio": "Voluptas hic.",
"email": "Hic incidunt.",
"first_name": "Odit aut repudiandae asperiores.",
"github": "Harum voluptas aut doloremque fugit omnis debitis.",
"href": "Earum autem rerum consectetur officia corrupti eos.",
"id": 3008284526923858790,
"image_url": "Voluptatum qui.",
"last_name": "Excepturi quis consectetur nam facere numquam accusamus.",
"linkedin": "Molestias et nisi similique.",
"twitter": "A voluptas sed est qui sunt."
},
{
"bio": "Voluptatibus sint facere quibusdam nobis.",
"email": "Dolores saepe quia quis nihil unde.",
"first_name": "Ipsa occaecati exercitationem velit non.",
"github": "Id molestias.",
"href": "Quisquam vitae quia tenetur officia.",
"id": 6587664006123639049,
"image_url": "Numquam quo id mollitia.",
"last_name": "Omnis architecto sit hic et id labore.",
"linkedin": "Libero in ad.",
"twitter": "Quos dolor voluptatem saepe sunt."
}
],
"items": {
"example": {
"bio": "Vel saepe vel eum necessitatibus.",
"email": "Repellat quos fugit quod dicta dolores iusto.",
"first_name": "Aut id iusto minima est omnis mollitia.",
"github": "Qui accusantium molestiae.",
"href": "Et et et totam repellat.",
"id": 7759144187772925207,
"image_url": "Ipsum quaerat.",
"last_name": "Aut fugit dolor molestiae.",
"linkedin": "Pariatur dolores.",
"twitter": "Quas necessitatibus ea vel."
},
"properties": {
"bio": {
"description": "speaker bio",
"example": "Eum hic accusamus qui aspernatur vitae.",
"type": "string"
},
"email": {
"description": "email address",
"example": "Saepe odit porro.",
"type": "string"
},
"first_name": {
"description": "first name",
"example": "Harum tenetur sint aspernatur nemo inventore placeat.",
"type": "string"
},
"github": {
"description": "github handle",
"example": "Impedit vel.",
"type": "string"
},
"href": {
"example": "Delectus ipsum facere qui vel.",
"type": "string"
},
"id": {
"description": "ID of record",
"example": 3234056067242143871,
"format": "int64",
"type": "integer"
},
"image_url": {
"description": "url of speaker image",
"example": "Debitis nostrum.",
"type": "string"
},
"last_name": {
"description": "last name",
"example": "Quia aut sed recusandae amet.",
"type": "string"
},
"linkedin": {
"description": "linkedin url",
"example": "Omnis necessitatibus sequi ab qui itaque.",
"type": "string"
},
"twitter": {
"description": "twitter handle - no @",
"example": "Est delectus.",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"start_date": {
"description": "start_date",
"example": "1998-03-16T07:20:55-05:00",
"format": "date-time",
"type": "string"
},
"url": {
"description": "event URL",
"example": "Quasi consequatur voluptatem natus error.",
"type": "string"
}
},
"title": "event",
"type": "object"
},
"healthz": {
"links": [
{
"href": "/api/healthz",
"method": "GET",
"rel": "status",
"title": "status"
}
],
"title": "healthz",
"type": "object"
},
"presentation": {
"description": "A presentation is a scheduled talk given by a speaker",
"example": {
"abstract": "Numquam eveniet.",
"detail": "Non laboriosam quo sed ducimus ut eum.",
"id": 1942219196064683786,
"name": "Quisquam et earum numquam nihil aliquid.",
"speaker": {
"bio": "Dignissimos non.",
"email": "Eum nam aperiam aut veniam unde.",
"first_name": "In soluta ullam quis fugiat velit.",
"github": "Enim provident.",
"href": "Perspiciatis et.",
"id": 8715654185554430465,
"image_url": "Nemo quasi tempore magni veniam ut ducimus.",
"last_name": "Consectetur ipsum quia.",
"linkedin": "Unde repellendus optio et amet pariatur mollitia.",
"twitter": "Vel et sed quia et in."
}
},
"links": [
{
"description": "speaker who is giving the talk",
"href": "/api/tenants/{tenantID}/events/{eventID}/speakers/{speakerID}",
"mediaType": "application/vnd.speaker+json",
"method": "GET",
"rel": "speaker",
"targetSchema": {
"$ref": "#/definitions/Speaker"
},
"title": "speaker"
},
{
"href": "/api/tenants/{tenantID}/events/{eventID}/speakers/{speakerID}/presentations",
"method": "POST",
"rel": "create",
"schema": {
"$ref": "#/definitions/CreatePresentationPayload",
"description": "create payload"
},
"title": "create"
},
{
"href": "/api/tenants/{tenantID}/events/{eventID}/speakers/{speakerID}/presentations/{presentationID}",
"method": "DELETE",
"rel": "delete",
"title": "delete"
},
{
"href": "/api/tenants/{tenantID}/events/{eventID}/speakers/{speakerID}/presentations",
"method": "GET",
"rel": "list",
"title": "list"
},
{
"href": "/api/tenants/{tenantID}/events/{eventID}/speakers/{speakerID}/presentations/{presentationID}",
"mediaType": "application/vnd.presentation+json",
"method": "GET",
"rel": "self",
"targetSchema": {
"$ref": "#/definitions/Presentation"
},
"title": "show"
},
{
"href": "/api/tenants/{tenantID}/events/{eventID}/speakers/{speakerID}/presentations/{presentationID}",
"method": "PATCH",
"rel": "update",
"schema": {
"$ref": "#/definitions/UpdatePresentationPayload",
"description": "update payload"
},
"title": "update"
}
],
"media": {
"type": "application/vnd.presentation+json"
},
"properties": {
"abstract": {
"description": "short description of talk",
"example": "Ut nihil.",
"type": "string"
},
"detail": {
"description": "detailed description of talk - not for public display",
"example": "Sit ducimus cupiditate quo molestias.",
"type": "string"
},
"id": {
"description": "ID of record",
"example": 8211863283135363273,
"format": "int64",
"type": "integer"
},
"name": {
"description": "name of presentation",
"example": "Corporis ullam itaque.",
"type": "string"
},
"speaker": {
"description": "speaker who is giving the talk",
"example": {
"bio": "Id reiciendis hic et doloremque voluptatem veniam.",
"email": "Dolor excepturi.",
"first_name": "Voluptate rerum mollitia et sunt.",
"github": "Accusantium id tempora facilis.",
"href": "Quia tempora ipsum aperiam nihil voluptatem qui.",
"id": 3360909363941664046,
"image_url": "Nihil nesciunt voluptatem reprehenderit et qui.",
"last_name": "Libero cumque aut sit et numquam.",
"linkedin": "Minima odit ex distinctio dolorem similique.",
"twitter": "Atque molestiae numquam quae."
},
"properties": {
"bio": {
"description": "speaker bio",
"example": "Eum hic accusamus qui aspernatur vitae.",
"type": "string"
},
"email": {
"description": "email address",
"example": "Saepe odit porro.",
"type": "string"
},
"first_name": {
"description": "first name",
"example": "Harum tenetur sint aspernatur nemo inventore placeat.",
"type": "string"
},
"github": {
"description": "github handle",
"example": "Impedit vel.",
"type": "string"
},
"href": {
"example": "Delectus ipsum facere qui vel.",
"type": "string"
},
"id": {
"description": "ID of record",
"example": 3234056067242143871,
"format": "int64",
"type": "integer"
},
"image_url": {
"description": "url of speaker image",
"example": "Debitis nostrum.",
"type": "string"
},
"last_name": {
"description": "last name",
"example": "Quia aut sed recusandae amet.",
"type": "string"
},
"linkedin": {
"description": "linkedin url",
"example": "Omnis necessitatibus sequi ab qui itaque.",
"type": "string"
},
"twitter": {
"description": "twitter handle - no @",
"example": "Est delectus.",
"type": "string"
}
},
"type": "object"
}
},
"title": "presentation",
"type": "object"
},
"series": {
"description": "A series is a recurring event, e.g. GopherCon",
"example": {
"id": 7133943798714918050,
"name": "Repellendus sapiente dignissimos optio."
},
"links": [
{
"href": "/api/tenants/{tenantID}/series",
"method": "POST",
"rel": "create",
"schema": {
"$ref": "#/definitions/CreateSeriesPayload",
"description": "create payload"
},
"title": "create"
},
{
"href": "/api/tenants/{tenantID}/series/{seriesID}",
"method": "DELETE",
"rel": "delete",
"title": "delete"
},
{
"href": "/api/tenants/{tenantID}/series",
"method": "GET",
"rel": "list",
"title": "list"
},
{
"href": "/api/tenants/{tenantID}/series/{seriesID}",
"mediaType": "application/vnd.series+json",
"method": "GET",
"rel": "self",
"targetSchema": {
"$ref": "#/definitions/Series"
},
"title": "show"
},
{
"href": "/api/tenants/{tenantID}/series/{seriesID}",
"method": "PATCH",
"rel": "update",
"schema": {
"$ref": "#/definitions/UpdateSeriesPayload",
"description": "update payload"
},
"title": "update"
}
],
"media": {
"type": "application/vnd.series+json"
},
"properties": {
"id": {
"description": "ID of record",
"example": 5854521042413354769,
"format": "int64",
"type": "integer"
},
"name": {
"description": "name",
"example": "Porro beatae molestiae repudiandae ea quas.",
"type": "string"
}
},
"title": "series",
"type": "object"
},
"speaker": {
"description": "A speaker is someone giving a talk at an event",
"example": {
"bio": "Cumque eos voluptate.",
"email": "Voluptate quasi repellendus cum eius.",
"first_name": "Nihil corrupti ad qui omnis doloremque.",
"github": "Ut et fugit sed autem voluptas.",
"href": "Provident facilis recusandae aliquam consequuntur magnam dolor.",
"id": 5845206586883501056,
"image_url": "Enim ipsum aut est fuga nihil.",
"last_name": "Sit aut qui.",
"linkedin": "Aliquid numquam est sunt.",
"twitter": "Laborum aperiam."
},
"links": [
{
"href": "/api/tenants/{tenantID}/events/{eventID}/speakers",
"method": "POST",
"rel": "create",
"schema": {
"$ref": "#/definitions/CreateSpeakerPayload",
"description": "create payload"
},
"title": "create"
},
{
"href": "/api/tenants/{tenantID}/events/{eventID}/speakers/{speakerID}",
"method": "DELETE",
"rel": "delete",
"title": "delete"
},
{
"href": "/api/tenants/{tenantID}/events/{eventID}/speakers",
"method": "GET",
"rel": "list",
"title": "list"
},
{
"href": "/api/tenants/{tenantID}/events/{eventID}/speakers/{speakerID}",
"method": "GET",
"rel": "self",
"title": "show"
},
{
"href": "/api/tenants/{tenantID}/events/{eventID}/speakers/{speakerID}",
"method": "PATCH",
"rel": "update",
"schema": {
"$ref": "#/definitions/UpdateSpeakerPayload",
"description": "update payload"
},
"title": "update"
}
],
"media": {
"type": "application/vnd.speaker+json"
},
"properties": {
"bio": {
"description": "speaker bio",
"example": "Eum hic accusamus qui aspernatur vitae.",
"type": "string"
},
"email": {
"description": "email address",
"example": "Saepe odit porro.",
"type": "string"
},
"first_name": {
"description": "first name",
"example": "Harum tenetur sint aspernatur nemo inventore placeat.",
"type": "string"
},
"github": {
"description": "github handle",
"example": "Impedit vel.",
"type": "string"
},
"href": {
"example": "Delectus ipsum facere qui vel.",
"type": "string"
},
"id": {
"description": "ID of record",
"example": 3234056067242143871,
"format": "int64",
"type": "integer"
},
"image_url": {
"description": "url of speaker image",
"example": "Debitis nostrum.",
"type": "string"
},
"last_name": {
"description": "last name",
"example": "Quia aut sed recusandae amet.",
"type": "string"
},
"linkedin": {
"description": "linkedin url",
"example": "Omnis necessitatibus sequi ab qui itaque.",
"type": "string"
},
"twitter": {
"description": "twitter handle - no @",
"example": "Est delectus.",
"type": "string"
}
},
"title": "speaker",
"type": "object"
},
"tenant": {
"description": "Tenant account in Congo",
"example": {
"id": 1848986484678543591,
"name": "Consectetur nostrum voluptas nihil."
},
"links": [
{
"href": "/api/tenants",
"method": "POST",
"rel": "create",
"schema": {
"$ref": "#/definitions/CreateTenantPayload",
"description": "create payload"
},
"title": "create"
},
{
"href": "/api/tenants/{tenantID}",
"method": "DELETE",
"rel": "delete",
"title": "delete"
},
{
"href": "/api/tenants",
"method": "GET",
"rel": "list",
"title": "list"
},
{
"href": "/api/tenants/{tenantID}",
"mediaType": "application/vnd.tenant+json",
"method": "GET",
"rel": "self",
"targetSchema": {
"$ref": "#/definitions/Tenant"
},
"title": "show"
},
{
"href": "/api/tenants/{tenantID}",
"method": "PATCH",
"rel": "update",
"schema": {
"$ref": "#/definitions/UpdateTenantPayload",
"description": "update payload"
},
"title": "update"
}
],
"media": {
"type": "application/vnd.tenant+json"
},
"properties": {
"id": {
"description": "ID",
"example": 1999400714536249347,
"format": "int64",
"type": "integer"
},
"name": {
"description": "name",
"example": "Sit eos.",
"type": "string"
}
},
"title": "tenant",
"type": "object"
},
"user": {
"description": "A user belonging to a tenant",
"example": {
"active": false,
"email": "Fuga voluptatem maxime quos ut nemo atque.",
"first_name": "Repellat placeat.",
"href": "Aut rerum asperiores sed.",
"id": 8228687825420379810,
"last_name": "Incidunt qui odio totam.",
"role": "Odio quia voluptas accusamus perspiciatis.",
"tenant_id": 3020897881766934989,
"validated": false
},
"links": [
{
"href": "/api/tenants/{tenantID}/users",
"method": "POST",
"rel": "create",
"schema": {
"$ref": "#/definitions/CreateUserPayload",
"description": "create payload"
},
"title": "create"
},
{
"href": "/api/tenants/{tenantID}/users/{userID}",
"method": "DELETE",
"rel": "delete",
"title": "delete"
},
{
"href": "/api/tenants/{tenantID}/users",
"method": "GET",
"rel": "list",
"title": "list"
},
{
"href": "/api/tenants/{tenantID}/users/{userID}",
"mediaType": "application/vnd.user+json",
"method": "GET",
"rel": "self",
"targetSchema": {
"$ref": "#/definitions/User"
},
"title": "show"
},
{
"href": "/api/tenants/{tenantID}/users/{userID}",
"method": "PATCH",
"rel": "update",
"schema": {
"$ref": "#/definitions/UpdateUserPayload",
"description": "update payload"
},
"title": "update"
}
],
"media": {
"type": "application/vnd.user+json"
},
"properties": {
"active": {
"description": "Activation status",
"example": false,
"type": "boolean"
},
"email": {
"description": "Email address of user",
"example": "wz",
"format": "email",
"minLength": 2,
"type": "string"
},
"first_name": {
"description": "First name of user",
"example": "bjyh",
"minLength": 2,
"type": "string"
},
"href": {
"description": "API href of record",
"example": "Nisi aspernatur non voluptatibus.",
"type": "string"
},
"id": {
"description": "ID of record",
"example": 8769875072716209837,
"format": "int64",
"type": "integer"
},
"last_name": {
"description": "Last name of user",
"example": "j8",
"minLength": 2,
"type": "string"
},
"role": {
"description": "User's role",
"example": "Aliquid aut id quia.",
"type": "string"
},
"tenant_id": {
"example": 7069450719703720201,
"format": "int64",
"type": "integer"
},
"validated": {
"description": "Validation status",
"example": true,
"type": "boolean"
}
},
"title": "user",
"type": "object"
},
"validate": {
"links": [
{
"href": "/api/validate/{userID}",
"method": "GET",
"rel": "validate",
"title": "validate"
}
],
"title": "validate",
"type": "object"
}
},
"description": "Congo",
"links": [
{
"href": "http://localhost",
"rel": "self"
},
{
"href": "/schema",
"method": "GET",
"rel": "self",
"targetSchema": {
"$schema": "http://json-schema.org/draft-04/schema",
"additionalProperties": true
}
}
],
"properties": {
"CreateAdminuserPayload": {
"$ref": "#/definitions/CreateAdminuserPayload"
},
"CreateEventPayload": {
"$ref": "#/definitions/CreateEventPayload"
},
"CreatePresentationPayload": {
"$ref": "#/definitions/CreatePresentationPayload"
},
"CreateSeriesPayload": {
"$ref": "#/definitions/CreateSeriesPayload"
},
"CreateSpeakerPayload": {
"$ref": "#/definitions/CreateSpeakerPayload"
},
"CreateTenantPayload": {
"$ref": "#/definitions/CreateTenantPayload"
},
"CreateUserPayload": {
"$ref": "#/definitions/CreateUserPayload"
},
"Event": {
"$ref": "#/definitions/Event"
},
"Presentation": {
"$ref": "#/definitions/Presentation"
},
"Series": {
"$ref": "#/definitions/Series"
},
"Speaker": {
"$ref": "#/definitions/Speaker"
},
"Tenant": {
"$ref": "#/definitions/Tenant"
},
"UpdateAdminuserPayload": {
"$ref": "#/definitions/UpdateAdminuserPayload"
},
"UpdateEventPayload": {
"$ref": "#/definitions/UpdateEventPayload"
},
"UpdatePresentationPayload": {
"$ref": "#/definitions/UpdatePresentationPayload"
},
"UpdateSeriesPayload": {
"$ref": "#/definitions/UpdateSeriesPayload"
},
"UpdateSpeakerPayload": {
"$ref": "#/definitions/UpdateSpeakerPayload"
},
"UpdateTenantPayload": {
"$ref": "#/definitions/UpdateTenantPayload"
},
"UpdateUserPayload": {
"$ref": "#/definitions/UpdateUserPayload"
},
"User": {
"$ref": "#/definitions/User"
},
"adminuser": {
"$ref": "#/definitions/adminuser"
},
"auth": {
"$ref": "#/definitions/auth"
},
"event": {
"$ref": "#/definitions/event"
},
"healthz": {
"$ref": "#/definitions/healthz"
},
"presentation": {
"$ref": "#/definitions/presentation"
},
"series": {
"$ref": "#/definitions/series"
},
"speaker": {
"$ref": "#/definitions/speaker"
},
"tenant": {
"$ref": "#/definitions/tenant"
},
"user": {
"$ref": "#/definitions/user"
},
"validate": {
"$ref": "#/definitions/validate"
}
},
"title": "Congo",
"type": "object"
} | 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 level of questions.",
"type": "array",
"items": {
"description": "Array of QID topic groups, one per topic of questions.",
"type": "array",
"items": {
"description": "Array of question IDs (QIDs) for this topic and difficulty.",
"type": "array",
"_uniqueItems": true,
"item": {
"description": "A single question ID (QID).",
"type": "string"
}
}
}
},
"availDate": {
"description": "The date after which the test is available for students to view.",
"type": "string"
},
"nQuestions": {
"description": "The number of questions to select for each instance of this test.",
"type": "integer"
},
"timeLimitMin": {
"description": "The number of minutes allowed for this test.",
"type": "integer"
},
"text": {
"description": "HTML text shown on the test overview page.",
"type": "string"
}
}
} | o57536 |
{
"properties": {
"PayloadContent": {
"description": "An array of PayloadContent describing individual preferences",
"properties": {
"PreferenceDomainHere": {
"description": "The preference domain that will be modified by this setting.",
"properties": {
"Forced": {
"description": "Forced, which corresponds to the old MCX 'Always' setting. The setting is always managed",
"items": {
"description": "A dictionary that describes settings that are forced",
"properties": {
"mcx_preference_settings": {
"description": "A dict containing preferences that will be enforced",
"type": "object"
}
},
"type": "object"
},
"type": "array"
},
"Set-Once": {
"description": "Set Once, which corresponds to the old MCX 'Often' or 'Once' setting. The setting is once or sometimes managed. 'Often' has been deprecated.",
"items": {
"description": "A dictionary that describes settings that are set once",
"properties": {
"mcx_data_timestamp": {
"description": "A timestamp that is used to determine whether the setting has been applied once",
"format": "date-time",
"type": "string"
},
"mcx_preference_settings": {
"description": "A dict containing preferences that will be enforced",
"type": "object"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
},
"PayloadDescription": {
"default": "FileVault 2",
"description": "Description of the payload",
"type": "string"
},
"PayloadDisplayName": {
"default": "FileVault 2",
"description": "Name of the payload",
"type": "string"
},
"PayloadIdentifier": {
"default": "com.apple.MCX.FileVault2",
"description": "A unique identifier for the payload, dot-delimited. Usually root PayloadIdentifier+subidentifier",
"type": "string"
},
"PayloadOrganization": {
"description": "This value describes the issuing organization of the profile, as displayed to the user",
"type": "string"
},
"PayloadType": {
"default": "com.apple.MCX.FileVault2",
"description": "The type of the payload, a reverse dns string",
"type": "string"
},
"PayloadUUID": {
"default": "",
"description": "Unique identifier for the payload (format 01234567-89AB-CDEF-0123-456789ABCDEF)",
"pattern": "^[0-9A-Za-z]{8}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{12}$",
"type": "string"
},
"PayloadVersion": {
"default": 1,
"description": "The version of the whole configuration profile.",
"type": "number"
}
},
"title": "com.apple.ManagedClient.preferences",
"type": "object"
} | 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"
},
"radius": {
"description": "The radius of the shape (for circle)",
"type": "number"
},
"side_length": {
"description": "The side length of the shape (for square)",
"type": "number"
}
},
"required": [
"side_length"
],
"type": "object"
},
"shape": {
"description": "The shape to calculate the area of (e.g. square, triangle, circle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | 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": {
"description": "The length of the package in centimeters",
"type": "number"
},
"width": {
"description": "The width of the package in centimeters",
"type": "number"
}
},
"required": [
"length",
"width",
"height"
],
"type": "object"
},
"weight": {
"description": "The weight of the package in kilograms",
"type": "number"
}
},
"required": [
"weight",
"dimensions",
"destination"
],
"type": "object"
} | 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}[\\w\\.:-]+$": {
"type": "string",
"minLength": 0,
"maxLength": 65535
}
},
"additionalProperties": false,
"description": "A map containing (HTML, JavaScript, CSS, etc.) that is injected into an application at a named insertion point, e.g. \"html_head\" or \"footer\".",
"pbj": {
"type": "text",
"rule": "map"
}
}
},
"additionalProperties": true
} | 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": {
"description": "The quantity of the item",
"type": "integer"
},
"unit_price": {
"description": "The price per unit of the item",
"type": "number"
}
},
"required": [
"description",
"quantity",
"unit_price"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"client_name",
"items"
],
"type": "object"
} | 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",
"properties": {
"date": {
"type": "string",
"format": "date-time",
"description": "Date time ISO-8601 format of the date that the keys were issued."
},
"key": {
"type": "string",
"description": "Bitcoin address (compressed public key, usually 24 characters) that the issuer uses to issue the certificates."
}
},
"additionalProperties": false,
"required": [
"date",
"key"
]
}
},
"revocation_key": {
"type": "array",
"items": {
"type": "object",
"properties": {
"date": {
"type": "string",
"format": "date-time",
"description": "Date time ISO-8601 format of the date that the keys were issued."
},
"key": {
"type": "string",
"description": "Bitcoin address (compressed public key, usually 24 characters) that the issuer uses to revoke the certificates."
}
},
"additionalProperties": false,
"required": [
"date",
"key"
]
}
}
},
"additionalProperties": false,
"required": [
"issuer_key",
"revocation_key"
]
} | 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-]+)?:([a-z0-9-]+):([0-9]+-[0-9]+-[0-9]+)$",
"default": "pbj:triniti:common::render-context:1-0-1"
},
"cache_enabled": {
"type": "boolean",
"default": true,
"pbj": {
"type": "boolean",
"rule": "single"
}
},
"cache_expiry": {
"type": "integer",
"default": 300,
"minimum": 0,
"maximum": 16777215,
"description": "Number of seconds the rendered output can be cached, if the cache_enabled field is true. Zero means cache indefinitely.",
"pbj": {
"type": "medium-int",
"rule": "single"
}
},
"container": {
"type": "object",
"description": "A message (e.g. article) where the rendering is taking place. This is used by some renderers when it needs data from the container or to generate urls.",
"pbj": {
"type": "message",
"rule": "single"
}
},
"platform": {
"type": "string",
"default": "web",
"pattern": "^([\\w\\/-]|[\\w-][\\w\\/-]*[\\w-])$",
"minLength": 0,
"maxLength": 255,
"description": "The platform the rendering is happening in, e.g. web, amp, apple-news, facebook-instant-articles.",
"pbj": {
"type": "string",
"rule": "single",
"format": "slug"
}
},
"device_view": {
"type": "string",
"pattern": "^([\\w\\/-]|[\\w-][\\w\\/-]*[\\w-])$",
"minLength": 0,
"maxLength": 255,
"pbj": {
"type": "string",
"rule": "single",
"format": "slug"
}
},
"viewer_country": {
"type": "string",
"pattern": "^[A-Z]{2}$",
"pbj": {
"type": "string",
"rule": "single"
}
},
"promotion_slot": {
"type": "string",
"pattern": "^([\\w\\/-]|[\\w-][\\w\\/-]*[\\w-])$",
"minLength": 0,
"maxLength": 255,
"description": "The promotion_slot the rendering is happening in, e.g. desktop-home-sidebar or smartphone-global-html-head.",
"pbj": {
"type": "string",
"rule": "single",
"format": "slug"
}
},
"section": {
"type": "string",
"pattern": "^[\\w-]+$",
"description": "Refers to the location on the screen or application that the rendering is happening in, e.g. \"article-detail\", \"blogroll\", \"modal\", \"jumbotron\". Renderers can use this to customize the output.",
"pbj": {
"type": "string",
"rule": "single"
}
},
"format": {
"type": "string",
"pattern": "^([\\w\\/-]|[\\w-][\\w\\/-]*[\\w-])$",
"minLength": 0,
"maxLength": 255,
"description": "The format to be used for rendering, e.g. \"html\" or \"json\".",
"pbj": {
"type": "string",
"rule": "single",
"format": "slug"
}
},
"booleans": {
"type": "object",
"patternProperties": {
"^[a-zA-Z_]{1}[\\w\\.:-]+$": {
"type": "boolean"
}
},
"additionalProperties": false,
"pbj": {
"type": "boolean",
"rule": "map"
}
},
"floats": {
"type": "object",
"patternProperties": {
"^[a-zA-Z_]{1}[\\w\\.:-]+$": {
"type": "number",
"default": 0
}
},
"additionalProperties": false,
"pbj": {
"type": "float",
"rule": "map"
}
},
"ints": {
"type": "object",
"patternProperties": {
"^[a-zA-Z_]{1}[\\w\\.:-]+$": {
"type": "integer",
"default": 0,
"minimum": 0,
"maximum": 4294967295
}
},
"additionalProperties": false,
"pbj": {
"type": "int",
"rule": "map"
}
},
"strings": {
"type": "object",
"patternProperties": {
"^[a-zA-Z_]{1}[\\w\\.:-]+$": {
"type": "string",
"minLength": 0,
"maxLength": 255
}
},
"additionalProperties": false,
"pbj": {
"type": "string",
"rule": "map"
}
},
"trinaries": {
"type": "object",
"patternProperties": {
"^[a-zA-Z_]{1}[\\w\\.:-]+$": {
"type": "integer",
"default": 0,
"minimum": 0,
"maximum": 2
}
},
"additionalProperties": false,
"pbj": {
"type": "trinary",
"rule": "map"
}
}
},
"required": [
"_schema"
],
"additionalProperties": false
} | 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",
"properties": {
"position": {
"type": "object",
"properties": {
"series": {
"type": "integer",
"minimum": 0
},
"index": {
"type": "integer",
"minimum": 0
},
"id": {
"type": "string"
}
},
"oneOf": [
{
"required": [
"series",
"index"
]
},
{
"required": [
"id"
]
}
]
},
"data": {
"type": "object",
"properties": {
"x": {
"type": "number"
},
"y": {
"type": "number"
}
},
"required": [
"x",
"y"
]
}
},
"required": [
"position",
"data"
]
}
},
"stream": {
"type": "array",
"items": {
"type": "object",
"properties": {
"series": {
"type": "integer",
"minimum": 0
},
"data": {
"type": "object",
"properties": {
"x": {
"type": "number"
},
"y": {
"type": "number"
},
"id": {
"type": "string"
}
},
"required": [
"x",
"y"
]
}
}
}
},
"delete": {
"type": "array",
"items": {
"type": "object",
"properties": {
"series": {
"type": "integer",
"minimum": 0
},
"index": {
"type": "integer",
"minimum": 0
},
"id": {
"type": "string"
}
},
"oneOf": [
{
"required": [
"series",
"index"
]
},
{
"required": [
"id"
]
}
]
}
}
}
} | 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",
"items": {
"type": "string"
}
},
"root": {
"type": "array",
"items": {
"$ref": "#/properties/root"
}
},
"theName": {
"type": "string"
}
},
"additionalProperties": false
}
}
} | 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": {
"type": "identifier",
"rule": "single",
"overridable": true
}
},
"status": {
"type": "string",
"default": "draft",
"enum": [
"unknown",
"published",
"scheduled",
"pending",
"draft",
"expired",
"archived",
"deleted"
],
"pbj": {
"type": "string-enum",
"rule": "single"
}
},
"etag": {
"type": "string",
"pattern": "^[\\w\\.:-]+$",
"pbj": {
"type": "string",
"rule": "single"
}
},
"created_at": {
"type": "string",
"pattern": "^[1-9]{1}[0-9]{12,15}$",
"pbj": {
"type": "microtime",
"rule": "single"
}
},
"creator_ref": {
"type": "object",
"properties": {
"curie": {
"type": "string",
"pattern": "^([a-z0-9-]+):([a-z0-9\\.-]+):([a-z0-9-]+)?:([a-z0-9-]+)$",
"minLength": 0,
"maxLength": 146
},
"id": {
"type": "string",
"pattern": "^[A-Za-z0-9:_\\-]+$",
"minLength": 0,
"maxLength": 255
},
"tag": {
"type": "string",
"pattern": "^([\\w\\/-]|[\\w-][\\w\\/-]*[\\w-])$",
"minLength": 0,
"maxLength": 255
}
},
"required": [
"curie",
"id"
],
"additionalProperties": false,
"description": "A fully qualified reference to what created this node. This is intentionally a message-ref and not a user id because it is often a program that creates nodes, not a user.",
"pbj": {
"type": "message-ref",
"rule": "single"
}
},
"updated_at": {
"type": "string",
"pattern": "^[1-9]{1}[0-9]{12,15}$",
"pbj": {
"type": "microtime",
"rule": "single",
"useTypeDefault": false
}
},
"updater_ref": {
"type": "object",
"properties": {
"curie": {
"type": "string",
"pattern": "^([a-z0-9-]+):([a-z0-9\\.-]+):([a-z0-9-]+)?:([a-z0-9-]+)$",
"minLength": 0,
"maxLength": 146
},
"id": {
"type": "string",
"pattern": "^[A-Za-z0-9:_\\-]+$",
"minLength": 0,
"maxLength": 255
},
"tag": {
"type": "string",
"pattern": "^([\\w\\/-]|[\\w-][\\w\\/-]*[\\w-])$",
"minLength": 0,
"maxLength": 255
}
},
"required": [
"curie",
"id"
],
"additionalProperties": false,
"description": "A fully qualified reference to what updated this node. This is intentionally a message-ref and not a user id because it is often a program that updates nodes, not a user. E.g. \"acme:iam:node:app:cli-scheduler\" or \"acme:iam:node:user:60c71df0-fda8-11e5-bfb9-30342d363854\"",
"pbj": {
"type": "message-ref",
"rule": "single"
}
},
"last_event_ref": {
"type": "object",
"properties": {
"curie": {
"type": "string",
"pattern": "^([a-z0-9-]+):([a-z0-9\\.-]+):([a-z0-9-]+)?:([a-z0-9-]+)$",
"minLength": 0,
"maxLength": 146
},
"id": {
"type": "string",
"pattern": "^[A-Za-z0-9:_\\-]+$",
"minLength": 0,
"maxLength": 255
},
"tag": {
"type": "string",
"pattern": "^([\\w\\/-]|[\\w-][\\w\\/-]*[\\w-])$",
"minLength": 0,
"maxLength": 255
}
},
"required": [
"curie",
"id"
],
"additionalProperties": false,
"description": "A reference to the last event that changed the state of this node. E.g. \"acme:blog:event:article-published:60c71df0-fda8-11e5-bfb9-30342d363854\"",
"pbj": {
"type": "message-ref",
"rule": "single"
}
},
"title": {
"type": "string",
"minLength": 0,
"maxLength": 255,
"pbj": {
"type": "string",
"rule": "single"
}
},
"pre_render_code": {
"type": "string",
"minLength": 0,
"maxLength": 65535,
"description": "A string containing HTML that is injected into the application before the widget renders.",
"pbj": {
"type": "text",
"rule": "single"
}
},
"post_render_code": {
"type": "string",
"minLength": 0,
"maxLength": 65535,
"description": "A string containing HTML that is injected into the application after the widget renders.",
"pbj": {
"type": "text",
"rule": "single"
}
},
"show_border": {
"type": "boolean",
"pbj": {
"type": "boolean",
"rule": "single"
}
},
"show_header": {
"type": "boolean",
"default": true,
"pbj": {
"type": "boolean",
"rule": "single"
}
},
"header_text": {
"type": "string",
"minLength": 0,
"maxLength": 255,
"pbj": {
"type": "string",
"rule": "single"
}
},
"partner_url": {
"type": "string",
"pattern": "^(https?:\\/\\/)?([\\da-z\\.-]+)\\.([a-z\\.]{2,6})([\\/\\w \\.-]*)*\\/?$",
"pbj": {
"type": "text",
"rule": "single",
"format": "url"
}
},
"partner_text": {
"type": "string",
"minLength": 0,
"maxLength": 255,
"pbj": {
"type": "string",
"rule": "single"
}
},
"view_all_url": {
"type": "string",
"pattern": "^(https?:\\/\\/)?([\\da-z\\.-]+)\\.([a-z\\.]{2,6})([\\/\\w \\.-]*)*\\/?$",
"pbj": {
"type": "text",
"rule": "single",
"format": "url"
}
},
"view_all_text": {
"type": "string",
"minLength": 0,
"maxLength": 255,
"pbj": {
"type": "string",
"rule": "single"
}
},
"layout": {
"type": "string",
"pattern": "^([\\w\\/-]|[\\w-][\\w\\/-]*[\\w-])$",
"minLength": 0,
"maxLength": 255,
"pbj": {
"type": "string",
"rule": "single",
"format": "slug"
}
}
},
"required": [
"_id"
],
"additionalProperties": true
} | 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": {
"type": "string",
"ui:title": "First name",
"minLength": 1,
"maxLength": 30
},
"middle": {
"type": "string",
"ui:title": "Middle name"
},
"last": {
"type": "string",
"ui:title": "Last name",
"minLength": 1,
"maxLength": 30
},
"suffix": {
"type": "string",
"ui:title": "Middle name",
"enum": [
"Jr.",
"Sr.",
"II",
"III",
"IV"
]
}
},
"required": [
"first",
"last"
]
},
"address": {
"type": "object",
"oneOf": [
{
"properties": {
"country": {
"type": "string",
"enum": [
"BRA"
]
},
"state": {
"type": "string",
"enum": [
"AC",
"AL",
"AP",
"AM",
"BA",
"CE",
"DF",
"ES",
"GO",
"MA",
"MT",
"MS",
"MG",
"PA",
"PB",
"PR",
"PE",
"PI",
"RJ",
"RN",
"RS",
"RO",
"RR",
"SC",
"SP",
"SE",
"TO"
]
},
"postalCode": {
"type": "string",
"maxLength": 10
}
}
},
{
"properties": {
"country": {
"type": "string",
"enum": [
"ITA"
]
},
"state": {
"type": "string",
"enum": [
"AG",
"AL",
"AN",
"AO",
"AR",
"AP",
"AT",
"AV",
"BA",
"BT",
"BL",
"BN",
"BG",
"BI",
"BO",
"BZ",
"BS",
"BR",
"CA",
"CL",
"CB",
"CI",
"CE",
"CT",
"CZ",
"CH",
"CO",
"CS",
"CR",
"KR",
"CN",
"EN",
"FM",
"FE",
"FI",
"FG",
"FC",
"FR",
"GE",
"GO",
"GR",
"IM",
"IS",
"AQ",
"SP",
"LT",
"LE",
"LC",
"LI",
"LO",
"LU",
"MC",
"MN",
"MS",
"MT",
"VS",
"ME",
"MI",
"MO",
"MB",
"NA",
"NO",
"NU",
"OG",
"OT",
"OR",
"PD",
"PA",
"PR",
"PV",
"PG",
"PU",
"PE",
"PC",
"PI",
"PT",
"PN",
"PZ",
"PO",
"RG",
"RA",
"RC",
"RE",
"RI",
"RN",
"RM",
"RO",
"SA",
"SS",
"SV",
"SI",
"SO",
"SR",
"TA",
"TE",
"TR",
"TP",
"TN",
"TV",
"TS",
"TO",
"UD",
"VA",
"VE",
"VB",
"VC",
"VR",
"VV",
"VI",
"VT"
]
},
"postalCode": {
"type": "string",
"maxLength": 10
}
}
},
{
"properties": {
"country": {
"type": "string",
"enum": [
"MEX"
]
},
"state": {
"type": "string",
"enum": [
"AG",
"BC",
"BS",
"CM",
"CS",
"CH",
"CO",
"CL",
"DG",
"DF",
"GT",
"GR",
"HG",
"JA",
"ME",
"MI",
"MO",
"NA",
"NL",
"OA",
"PB",
"QE",
"QR",
"SL",
"SI",
"SO",
"TB",
"TM",
"TL",
"VE",
"YU",
"ZA"
]
},
"postalCode": {
"type": "string",
"maxLength": 10
}
}
},
{
"properties": {
"country": {
"type": "string",
"enum": [
"USA"
]
},
"state": {
"type": "string",
"enum": [
"AA",
"AE",
"AK",
"AL",
"AP",
"AR",
"AS",
"AZ",
"CA",
"CO",
"CT",
"DC",
"DE",
"FL",
"FM",
"GA",
"GU",
"HI",
"IA",
"ID",
"IL",
"IN",
"KS",
"KY",
"LA",
"MA",
"MD",
"ME",
"MH",
"MI",
"MN",
"MO",
"MP",
"MS",
"MT",
"NC",
"ND",
"NE",
"NH",
"NJ",
"NM",
"NV",
"NY",
"OH",
"OK",
"OR",
"PA",
"PR",
"PW",
"RI",
"SC",
"SD",
"TN",
"TX",
"UM",
"UT",
"VA",
"VI",
"VT",
"WA",
"WI",
"WV",
"WY"
]
},
"postalCode": {
"type": "string",
"maxLength": 10
}
}
},
{
"properties": {
"country": {
"type": "string",
"enum": [
"CAN"
]
},
"state": {
"type": "string",
"enum": [
"AB",
"BC",
"MB",
"NB",
"NL",
"NT",
"NS",
"NU",
"ON",
"PE",
"QC",
"SK",
"YT"
]
},
"postalCode": {
"type": "string",
"maxLength": 10
}
}
},
{
"properties": {
"country": {
"type": "string",
"enum": [
"IND"
]
},
"state": {
"type": "string",
"enum": [
"AN",
"AP",
"AR",
"AS",
"BR",
"CH",
"CT",
"DN",
"DD",
"DL",
"GA",
"GJ",
"HR",
"HP",
"JK",
"JH",
"KA",
"KL",
"LD",
"MP",
"MH",
"MN",
"ML",
"MZ",
"NL",
"OR",
"PY",
"PB",
"RJ",
"SK",
"TN",
"TR",
"UT",
"UP",
"WB"
]
},
"postalCode": {
"type": "string",
"maxLength": 10
}
}
},
{
"properties": {
"country": {
"type": "string",
"enum": [
"CHN"
]
},
"state": {
"type": "string",
"enum": [
"34",
"11",
"71",
"50",
"35",
"62",
"44",
"45",
"52",
"46",
"13",
"23",
"41",
"91",
"42",
"43",
"32",
"36",
"22",
"21",
"92",
"15",
"64",
"63",
"61",
"37",
"31",
"14",
"51",
"12",
"65",
"54",
"53",
"33"
]
},
"postalCode": {
"type": "string",
"maxLength": 10
}
}
},
{
"properties": {
"country": {
"type": "string",
"enum": [
"AUS"
]
},
"state": {
"type": "string",
"enum": [
"ACT",
"NSW",
"NT",
"QLD",
"SA",
"TAS",
"VIC",
"WA"
]
},
"postalCode": {
"type": "string",
"maxLength": 10
}
}
},
{
"properties": {
"country": {
"type": "string",
"enum": [
"IRL"
]
},
"state": {
"type": "string",
"enum": [
"CW",
"CN",
"CE",
"CO",
"DL",
"D",
"G",
"KY",
"KE",
"KK",
"LS",
"LM",
"LK",
"LD",
"LH",
"MO",
"MH",
"MN",
"OY",
"RN",
"SO",
"TA",
"WD",
"WH",
"WX",
"WW"
]
},
"postalCode": {
"type": "string",
"maxLength": 10
}
}
},
{
"properties": {
"country": {
"type": "string",
"enum": [
"AFG",
"ALA",
"ALB",
"DZA",
"AND",
"AGO",
"AIA",
"ATA",
"ATG",
"ARG",
"ARM",
"ABW",
"AUT",
"AZE",
"BHS",
"BHR",
"BGD",
"BRB",
"BLR",
"BEL",
"BLZ",
"BEN",
"BMU",
"BTN",
"BOL",
"BES",
"BIH",
"BWA",
"BVT",
"IOT",
"BRN",
"BGR",
"BFA",
"BDI",
"KHM",
"CMR",
"CPV",
"CYM",
"CAF",
"TCD",
"CHL",
"TWN",
"CXR",
"CCK",
"COL",
"COM",
"COG",
"COD",
"COK",
"CRI",
"CIV",
"HRV",
"CUB",
"CUW",
"CYP",
"CZE",
"DNK",
"DJI",
"DMA",
"DOM",
"ECU",
"EGY",
"SLV",
"GNQ",
"ERI",
"EST",
"ETH",
"FLK",
"FRO",
"FJI",
"FIN",
"FRA",
"GUF",
"PYF",
"ATF",
"GAB",
"GMB",
"GEO",
"DEU",
"GHA",
"GIB",
"GRC",
"GRL",
"GRD",
"GLP",
"GTM",
"GGY",
"GIN",
"GNB",
"GUY",
"HTI",
"HMD",
"VAT",
"HND",
"HUN",
"ISL",
"IDN",
"IRN",
"IRQ",
"IMN",
"ISR",
"JAM",
"JPN",
"JEY",
"JOR",
"KAZ",
"KEN",
"KIR",
"PRK",
"KOR",
"KWT",
"KGZ",
"LAO",
"LVA",
"LBN",
"LSO",
"LBR",
"LBY",
"LIE",
"LTU",
"LUX",
"MAC",
"MKD",
"MDG",
"MWI",
"MYS",
"MDV",
"MLI",
"MLT",
"MTQ",
"MRT",
"MUS",
"MYT",
"MDA",
"MCO",
"MNG",
"MNE",
"MSR",
"MAR",
"MOZ",
"MMR",
"NAM",
"NRU",
"NPL",
"NLD",
"NCL",
"NZL",
"NIC",
"NER",
"NGA",
"NIU",
"NFK",
"NOR",
"OMN",
"PAK",
"PSE",
"PAN",
"PNG",
"PRY",
"PER",
"PHL",
"PCN",
"POL",
"PRT",
"QAT",
"REU",
"ROU",
"RUS",
"RWA",
"BLM",
"SHN",
"KNA",
"LCA",
"MAF",
"SPM",
"VCT",
"WSM",
"SMR",
"STP",
"SAU",
"SEN",
"SRB",
"SYC",
"SLE",
"SGP",
"SXM",
"SVK",
"SVN",
"SLB",
"SOM",
"ZAF",
"SGS",
"SSD",
"ESP",
"LKA",
"SDN",
"SUR",
"SJM",
"SWZ",
"SWE",
"CHE",
"SYR",
"TJK",
"TZA",
"THA",
"TLS",
"TGO",
"TKL",
"TON",
"TTO",
"TUN",
"TUR",
"TKM",
"TCA",
"TUV",
"UGA",
"UKR",
"ARE",
"GBR",
"URY",
"UZB",
"VUT",
"VEN",
"VNM",
"VGB",
"WLF",
"ESH",
"YEM",
"ZMB",
"ZWE"
]
},
"postalCode": {
"type": "string",
"maxLength": 51
}
}
}
],
"properties": {
"street": {
"type": "string",
"minLength": 1,
"maxLength": 50
},
"street2": {
"type": "string",
"minLength": 1,
"maxLength": 50
},
"city": {
"type": "string",
"minLength": 1,
"maxLength": 51
}
}
},
"vaFileNumber": {
"type": "string",
"pattern": "^[cC]{0,1}\\d{7,9}$"
}
},
"properties": {
"veteranFullName": {
"$ref": "#/definitions/fullName"
},
"veteranSSN": {
"type": "string"
},
"insuranceNumber": {
"type": "string"
},
"claimantFullName": {
"$ref": "#/definitions/fullName"
},
"claimantAddress": {
"$ref": "#/definitions/address"
},
"claimantEmail": {
"type": "string",
"format": "email"
},
"claimantDaytimePhone": {
"type": "string"
},
"claimantEveningPhone": {
"type": "string"
},
"relationship": {
"title": "Relationship to Veteran",
"type": "string",
"enum": [
"Parent",
"Spouse",
"Child"
]
},
"appointmentDate": {
"type": "string",
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$"
},
"organizationName": {
"type": "string"
},
"organizationEmail": {
"type": "string",
"format": "email"
},
"organizationRepresentativeName": {
"type": "string"
},
"organizationRepresentativeTitle": {
"type": "string"
},
"authorization": {
"type": "boolean"
},
"disclosureExceptionDrugAbuse": {
"type": "boolean"
},
"disclosureExceptionAlcoholism": {
"type": "boolean"
},
"disclosureExceptionHIV": {
"type": "boolean"
},
"disclosureExceptionSickleCellAnemia": {
"type": "boolean"
},
"authorizationToChangeClaimantAddress": {
"type": "boolean"
}
}
} | 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\u0435\u043c\u0430 \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430 \u0443\u0434\u0430\u043b\u0451\u043d\u043d\u043e\u0433\u043e \u0432\u044b\u0437\u043e\u0432\u0430 \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b getDepo",
"type": "object",
"properties": {
"depo": {
"description": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442",
"type": "object",
"properties": {
"depo_limit_locked_buy_value": {
"description": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 depo_limit_locked_buy_value",
"type": "string"
},
"depo_current_balance": {
"description": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 depo_current_balance",
"type": "string"
},
"depo_limit_locked_buy": {
"description": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 depo_limit_locked_buy",
"type": "string"
},
"depo_limit_locked": {
"description": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 depo_limit_locked",
"type": "string"
},
"depo_limit_available": {
"description": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 depo_limit_available",
"type": "string"
},
"depo_current_limit": {
"description": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 depo_current_limit",
"type": "string"
},
"depo_open_balance": {
"description": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 depo_open_balance",
"type": "string"
},
"depo_open_limit": {
"description": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 depo_open_limit",
"type": "string"
}
}
}
},
"additionalProperties": false,
"required": [
"depo"
]
} | 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"
},
"path": {
"type": "string"
},
"locked_at": {
"type": "string"
},
"owner": {
"type": "object",
"properties": {
"name": {
"type": "string"
}
}
}
},
"required": [
"id",
"path"
]
}
},
"properties": {
"ours": {
"type": "array",
"items": {
"$ref": "#/definitions/lock"
}
},
"theirs": {
"type": "array",
"items": {
"$ref": "#/definitions/lock"
}
},
"next_cursor": {
"type": "string"
}
},
"required": [
"ours",
"theirs"
]
} | o43296 |
{
"description": "A MWF call-to-action component's schema definition.",
"properties": {
"config": {
"properties": {
"secondary": {
"disabled": "boolean"
}
},
"type": "object"
},
"content": {
"properties": {
"href": {
"type": "string"
},
"textContent": {
"description": "This is the text content for the call to action. Place your call to action content here!",
"type": "string"
}
},
"required": [
"href",
"textContent"
],
"type": "object"
}
},
"required": [
"content"
],
"title": "Call to action",
"type": "object"
} | 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 visible",
"type": "array",
"items": {
"type": "string"
}
} | 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 passengers",
"type": "integer"
},
"return_date": {
"description": "The return date of the flight",
"format": "date",
"type": "string"
}
},
"required": [
"destination",
"departure_date",
"passengers"
],
"type": "object"
} | 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": {
"title": "Global Privacy Control",
"description": "Indicates that the server intends to abide by GPC requests.",
"type": "boolean"
},
"version": {
"title": "Version",
"type": "integer",
"default": 1
},
"lastUpdate": {
"title": "Last Update",
"description": "This indicates the time at which the statement of support was made, such that later changes to the meaning of the GPC standard should not affect the interpretation of the resource for legal purposes. If the member is not in a valid ISO 8601 format, the last update date and time is unknown.",
"type": "string"
}
},
"required": ["gpc"],
"title": "Global Privacy Control",
"type": "object"
}
| gpc |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"login": {
"type": "string"
},
"password": {
"type": "string"
},
"captcha": {
"type": "string"
}
},
"required": [
"login",
"password"
]
} | 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",
"properties": {
"id": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
"auditLogId": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
"creationDate": {
"type": "string",
"format": "date-time"
},
"orgId": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
"primaryTargetId": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
"primaryTargetType": {
"type": "string",
"enum": [
"Application",
"Dashboard",
"OrgInvite"
]
},
"primaryTargetName": {
"type": "string",
"maxLength": 1024
},
"secondaryTargetId": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
"secondaryTargetType": {
"type": "string",
"enum": [
"ApiToken",
"ApplicationKey",
"DataTable",
"Device",
"DeviceRecipe",
"Event",
"ExperienceDomain",
"ExperienceEndpoint",
"ExperienceGroup",
"ExperienceSlug",
"ExperienceUser",
"ExperienceVersion",
"ExperienceView",
"File",
"Flow",
"Integration",
"Webhook"
]
},
"secondaryTargetName": {
"type": "string",
"maxLength": 1024
},
"actorId": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
"actorType": {
"type": "string",
"enum": [
"Application",
"Device",
"Flow",
"User",
"ApiToken"
]
},
"actorName": {
"type": "string",
"maxLength": 1024
},
"requestResource": {
"type": "string",
"maxLength": 1024
},
"requestAction": {
"type": "string",
"maxLength": 1024
},
"requestQueryParams": {
"type": "object"
},
"requestBody": {
"type": "object"
},
"requestPathParams": {
"type": "object"
},
"responseBody": {
"type": "object"
},
"responseStatus": {
"type": "integer",
"minimum": 100,
"maximum": 599
}
}
}
},
"count": {
"type": "integer"
},
"totalCount": {
"type": "integer"
},
"perPage": {
"type": "integer"
},
"page": {
"type": "integer"
},
"sortField": {
"type": "string"
},
"sortDirection": {
"type": "string",
"enum": [
"asc",
"desc",
"ASC",
"DESC",
""
]
},
"orgId": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
}
}
} | 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": "uuid",
"type": "string"
},
"id": {
"_format": "uuid",
"type": "string"
},
"organisation_id": {
"_format": "uuid",
"type": "string"
}
},
"required": [
"id",
"organisation_id",
"customer_id"
],
"type": "object"
} | o39505 |
{
"properties": {
"advancedclientlessvpnmode": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"
},
"allowedlogingroups": {
"type": "string"
},
"allprotocolproxy": {
"type": "string"
},
"alwaysonprofilename": {
"type": "string"
},
"apptokentimeout": {
"type": "integer"
},
"authorizationgroup": {
"type": "string"
},
"autoproxyurl": {
"type": "string"
},
"backendcertvalidation": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"
},
"backendserversni": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"
},
"citrixreceiverhome": {
"type": "string"
},
"clientchoices": {
"enum": [
"ON",
"OFF"
],
"type": "string"
},
"clientcleanupprompt": {
"enum": [
"ON",
"OFF"
],
"type": "string"
},
"clientconfiguration": {
"enum": [
"none",
"trace"
],
"type": "object"
},
"clientdebug": {
"enum": [
"debug",
"stats",
"events",
"OFF"
],
"type": "string"
},
"clientidletimeout": {
"type": "integer"
},
"clientidletimeoutwarning": {
"readonly": true,
"type": "integer"
},
"clientlessmodeurlencoding": {
"enum": [
"TRANSPARENT",
"OPAQUE",
"ENCRYPT"
],
"type": "string"
},
"clientlesspersistentcookie": {
"enum": [
"ALLOW",
"DENY",
"PROMPT"
],
"type": "string"
},
"clientlessvpnmode": {
"enum": [
"ON",
"OFF",
"DISABLED"
],
"type": "string"
},
"clientoptions": {
"enum": [
"none",
"all",
"services",
"filetransfer",
"configuration"
],
"type": "object"
},
"clientsecurity": {
"type": "string"
},
"clientsecuritygroup": {
"type": "string"
},
"clientsecuritylog": {
"enum": [
"ON",
"OFF"
],
"type": "string"
},
"clientsecuritymessage": {
"type": "string"
},
"clientversions": {
"type": "string"
},
"defaultauthorizationaction": {
"enum": [
"ALLOW",
"DENY"
],
"type": "string"
},
"dnsvservername": {
"type": "string"
},
"emailhome": {
"type": "string"
},
"encryptcsecexp": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"
},
"epaclienttype": {
"enum": [
"AGENT",
"PLUGIN"
],
"type": "string"
},
"forcecleanup": {
"enum": [
"none",
"all",
"cookie",
"addressbar",
"plugin",
"filesystemapplication",
"application",
"applicationdata",
"clientcertificate",
"autocomplete",
"cache"
],
"type": "object"
},
"forcedtimeout": {
"type": "integer"
},
"forcedtimeoutwarning": {
"type": "integer"
},
"fqdnspoofedip": {
"type": "string"
},
"ftpproxy": {
"type": "string"
},
"gopherproxy": {
"type": "string"
},
"homepage": {
"type": "string"
},
"httpport": {
"type": "object"
},
"httpproxy": {
"type": "string"
},
"icaproxy": {
"enum": [
"ON",
"OFF"
],
"type": "string"
},
"icasessiontimeout": {
"enum": [
"ON",
"OFF"
],
"type": "string"
},
"icauseraccounting": {
"type": "string"
},
"iconwithreceiver": {
"enum": [
"ON",
"OFF"
],
"type": "string"
},
"iipdnssuffix": {
"type": "string"
},
"kcdaccount": {
"type": "string"
},
"killconnections": {
"enum": [
"ON",
"OFF"
],
"type": "string"
},
"linuxpluginupgrade": {
"enum": [
"Always",
"Essential",
"Never"
],
"type": "string"
},
"locallanaccess": {
"enum": [
"ON",
"OFF"
],
"type": "string"
},
"loginscript": {
"type": "string"
},
"logoutscript": {
"type": "string"
},
"macpluginupgrade": {
"enum": [
"Always",
"Essential",
"Never"
],
"type": "string"
},
"mdxtokentimeout": {
"type": "integer"
},
"name": {
"readonly": true,
"type": "string"
},
"netmask": {
"type": "string"
},
"ntdomain": {
"type": "string"
},
"pcoipprofilename": {
"type": "string"
},
"proxy": {
"enum": [
"BROWSER",
"NS",
"OFF"
],
"type": "string"
},
"proxyexception": {
"type": "string"
},
"proxylocalbypass": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"
},
"rdpclientprofilename": {
"type": "string"
},
"rfc1918": {
"enum": [
"ON",
"OFF"
],
"type": "string"
},
"securebrowse": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"
},
"sesstimeout": {
"type": "integer"
},
"smartgroup": {
"type": "string"
},
"socksproxy": {
"type": "string"
},
"splitdns": {
"enum": [
"LOCAL",
"REMOTE",
"BOTH"
],
"type": "string"
},
"splittunnel": {
"enum": [
"ON",
"OFF",
"REVERSE"
],
"type": "string"
},
"spoofiip": {
"enum": [
"ON",
"OFF"
],
"type": "string"
},
"sslproxy": {
"type": "string"
},
"sso": {
"enum": [
"ON",
"OFF"
],
"type": "string"
},
"ssocredential": {
"enum": [
"PRIMARY",
"SECONDARY"
],
"type": "string"
},
"storefronturl": {
"type": "string"
},
"transparentinterception": {
"enum": [
"ON",
"OFF"
],
"type": "string"
},
"uitheme": {
"enum": [
"DEFAULT",
"GREENBUBBLE",
"CUSTOM"
],
"type": "string"
},
"useiip": {
"enum": [
"NOSPILLOVER",
"SPILLOVER",
"OFF"
],
"type": "string"
},
"usemip": {
"enum": [
"NS",
"OFF"
],
"type": "string"
},
"userdomains": {
"type": "string"
},
"vpnsessionpolicybindtype": {
"enum": [
"Classic Policy",
"Advanced Policy"
],
"readonly": true,
"type": "string"
},
"vpnsessionpolicycount": {
"readonly": true,
"type": "integer"
},
"wihome": {
"type": "string"
},
"wihomeaddresstype": {
"enum": [
"IPV4",
"IPV6"
],
"type": "string"
},
"windowsautologon": {
"enum": [
"ON",
"OFF"
],
"type": "string"
},
"windowsclienttype": {
"enum": [
"AGENT",
"PLUGIN"
],
"type": "string"
},
"windowspluginupgrade": {
"enum": [
"Always",
"Essential",
"Never"
],
"type": "string"
},
"winsip": {
"type": "string"
},
"wiportalmode": {
"enum": [
"NORMAL",
"COMPACT"
],
"type": "string"
}
},
"title": "vpnparameter",
"type": "object"
} | o31171 |
{
"RuntimeHypertyCapabilities": {
"properties": {
"camera": {
"type": "boolean"
},
"mic": {
"type": "boolean"
},
"ortc": {
"type": "boolean"
},
"sensor": {
"type": "boolean"
},
"webrtc": {
"type": "boolean"
}
},
"type": "object"
},
"RuntimeProtocolCapabilities": {
"properties": {
"coap": {
"type": "boolean"
},
"datachannel": {
"type": "boolean"
},
"http": {
"type": "boolean"
},
"https": {
"type": "boolean"
},
"ws": {
"type": "boolean"
},
"wss": {
"type": "boolean"
}
},
"type": "object"
},
"RuntimeType": {
"properties": {
"browser": {
"type": "null"
},
"gateway": {
"type": "null"
},
"server": {
"type": "null"
},
"standalone": {
"type": "null"
}
},
"required": [
"browser",
"standalone",
"server",
"gateway"
],
"type": "object"
},
"_comment": "This Spec is for Phase 1!! Most updated version is at https://github.com/reTHINK-project/specs/tree/master/schemas",
"properties": {
"hypertyCapabilities": {
"$ref": "#/RuntimeHypertyCapabilities"
},
"protocolCapabilities": {
"$ref": "#/RuntimeProtocolCapabilities"
},
"runtimeType": {
"$ref": "#/RuntimeType"
}
},
"required": [
"runtimeType",
"hypertyCapabilities",
"protocolCapabilities"
],
"type": "object"
} | 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 unsubscribe group the recipient\u2019s email address is included in. ASM IDs correspond to the ID that is returned when you create an unsubscribe group.",
"maximum": 32767,
"minimum": 0,
"type": "integer"
},
"category": {
"description": "Categories are custom tags that you set for the purpose of organizing your emails. Categories can be set as an array or string, and they will be returned as such when posted in your event endpoint.",
"items": {
"type": "string"
},
"type": [
"array",
"string"
]
},
"email": {
"_format": "email",
"description": "The email address of the recipient",
"type": "string"
},
"ip": {
"_format": "ipv4",
"description": "The IP address used to send the email. For open and click events, it is the IP address of the recipient who engaged with the email.",
"type": "string"
},
"marketing_campaign_id": {
"description": "For emails sent through our Marketing Campaigns feature, we add Marketing Campaigns specific parameters to the Event Webhook. Both marketing_campaign_name and marketing_campaign_id are displayed as unique arguments in the event data.",
"type": "integer"
},
"marketing_campaign_name": {
"description": "For emails sent through our Marketing Campaigns feature, we add Marketing Campaigns specific parameters to the Event Webhook. Both marketing_campaign_name and marketing_campaign_id are displayed as unique arguments in the event data.",
"type": "string"
},
"marketing_campaign_split_id": {
"description": "Marketing campaign split id",
"type": "integer"
},
"marketing_campaign_version": {
"description": "Displayed in the event data for emails sent as part of an A/B Test. The value for marketing_campaign_version are returned as A, B, C, etc.",
"type": "string"
},
"sg_event_id": {
"description": "A unique ID to this event that you can use for deduplication purposes. These IDs are up to 100 characters long and are URL safe.",
"maxLength": 4096,
"minLength": 22,
"type": "string"
},
"sg_message_id": {
"description": "A unique, internal SendGrid ID for the message. The first half of this is pulled from the smtp-id.",
"type": "string"
},
"smtp-id": {
"description": "A unique ID attached to the message by the originating system",
"type": "string"
},
"timestamp": {
"_format": "date-time",
"description": "The timestamp of when the message was sent",
"type": "string"
},
"url": {
"_format": "uri",
"description": "The URL where the event originates. For click events, this is the URL clicked on by the recipient.",
"type": "string"
},
"useragent": {
"description": "The user agent responsible for the event. This is usually a web browser. For example, Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36.",
"type": "string"
}
},
"self": {
"format": "jsonschema",
"name": "group_resubscribe",
"vendor": "com.sendgrid",
"version": "2-0-0"
},
"type": "object"
} | 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": {
"list": {
"type": "array",
"description": "A list with json files which contain information about used widgets.",
"default": [
"widget-list.json"
],
"items": {
"type": "string"
}
},
"applicationUrl": {
"type": "string",
"description": "The url of the application with the widgets. Default is the application in which the activity is included.",
"default": ""
}
}
},
"widgetListing": {
"type": "object",
"required": [
"resource"
],
"description": "Provide a list of available widgets and activities as a resource.",
"properties": {
"resource": {
"type": "string",
"format": "topic",
"axRole": "outlet",
"description": "The list resource topic."
}
}
}
}
} | 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":"object"},{"type":"array","default":["2.2.15"],"items":{"type":"string"}}]},"installed":{"default":"1","type":"boolean"},"skip":{"type":"boolean","default":""},"meta":{"$ref":"#/definitions/meta"},"title":{"$ref":"#/definitions/title"}}},"commandTest":{"type":"object","required":["exit-status"],"properties":{"meta":{"$ref":"#/definitions/meta"},"timeout":{"type":"integer","description":"in milliseconds"},"stdout":{"type":"array","description":"can be a string or pattern, see https://github.com/goss-org/goss/blob/master/docs/manual.md#patterns","items":{"type":"string"}},"stderr":{"type":"array","description":"can be a string or pattern, see https://github.com/goss-org/goss/blob/master/docs/manual.md#patterns","items":{"type":"string"}},"skip":{"default":"","type":"boolean"},"exit-status":{"type":"integer","description":"Validates the exit-status and output of a command"},"title":{"$ref":"#/definitions/title"},"exec":{"description":"command to execute, defaults to the hash key","type":"string"}}},"mountTest":{"properties":{"meta":{"$ref":"#/definitions/meta"},"filesystem":{"default":"xfs","type":"string"},"opts":{"default":["rw","relatime"],"items":{"type":"string"},"type":"array"},"exists":{"default":"1","type":"boolean"},"title":{"$ref":"#/definitions/title"},"source":{"type":"string","default":"/dev/mapper/fedora-home"},"usage":{"type":"object","properties":{"lt":{"default":"95","type":"integer"}},"description":"% of blocks used in this mountpoint\n"}},"required":["exists"]},"portTest":{"required":["listening"],"properties":{"listening":{"default":"1","type":"boolean"},"skip":{"type":"boolean","default":""},"meta":{"$ref":"#/definitions/meta"},"title":{"$ref":"#/definitions/title"},"ip":{"description":"what IP(s) is it listening on","type":"array","default":["0.0.0.0"],"items":{"type":"string"}}}},"interfaceTest":{"properties":{"addrs":{"items":{"type":"string"},"default":["172.17.0.2/16","fe80::42:acff:fe11:2/64"],"type":"array"},"meta":{"$ref":"#/definitions/meta"},"mtu":{"type":"integer","default":"1500"},"title":{"$ref":"#/definitions/title"},"exists":{"default":"1","type":"boolean"}},"required":["exists"]},"processTest":{"required":["running","skip"],"properties":{"title":{"$ref":"#/definitions/title"},"skip":{"default":"","type":"boolean"},"meta":{"$ref":"#/definitions/meta"},"running":{"default":"1","type":"boolean"}}},"kernelParamTest":{"description":"To see the full list of current values, run sysctl -a.\n","properties":{"meta":{"$ref":"#/definitions/meta"},"value":{"default":"Linux","type":"string"},"title":{"$ref":"#/definitions/title"}},"required":["value"]},"groupTest":{"required":["exists"],"properties":{"gid":{"type":"integer","default":"65534"},"skip":{"type":"boolean","default":""},"title":{"$ref":"#/definitions/title"},"groups":{"type":"object"},"exists":{"default":"1","type":"boolean"},"uid":{"type":"integer","default":"65534"},"meta":{"$ref":"#/definitions/meta"}}},"serviceTest":{"required":["enabled","running","skip"],"properties":{"running":{"type":"boolean","default":"1"},"enabled":{"type":"boolean","default":"1"},"skip":{"default":"","type":"boolean"},"meta":{"$ref":"#/definitions/meta"},"title":{"$ref":"#/definitions/title"}}},"dnsTest":{"required":["resolvable"],"properties":{"title":{"$ref":"#/definitions/title"},"addrs":{"type":"array","description":"list of addresses e.g. [\"127.0.0.1\", \"::1\"]\n","items":{"type":"string"},"default":["127.0.0.1","::1"]},"timeout":{"type":"integer","description":"in milliseconds (Only used when server attribute is provided)","default":"500"},"meta":{"$ref":"#/definitions/meta"},"server":{"default":"8.8.8.8","description":"Eg 8.8.8.8. Also supports server:port ","type":"string"},"resolvable":{"default":"1","type":"boolean"}}},"fileTest":{"required":["exists"],"properties":{"exists":{"default":"1","type":"boolean"},"filetype":{"enum":["file","symlink","directory"],"default":"file","type":"string"},"sha512":{"default":"cb71b1940dc879a3688bd502846bff6316dd537bbe917484964fe0f098e9245d80958258dc3bd6297bf42d5bd978cbe2c03d077d4ed45b2b1ed9cd831ceb1bd0","type":"string","description":"A stronger checksum alternatives to md5 (recommended)"},"md5":{"default":"7c9bb14b3bf178e82c00c2a4398c93cd","description":"md5 checksum of file","type":"string"},"mode":{"default":"0644","type":"string"},"size":{"description":"in bytes","type":"integer","default":"2118"},"sha256":{"type":"string","description":"A stronger checksum alternatives to md5 (recommended)","default":"7f78ce27859049f725936f7b52c6e25d774012947d915e7b394402cfceb70c4c"},"owner":{"type":"string","default":"root"},"skip":{"default":"","type":"boolean"},"group":{"type":"string","default":"root"},"meta":{"$ref":"#/definitions/meta"},"linked-to":{"default":"/usr/sbin/sendmail.sendmail","type":"string"},"title":{"$ref":"#/definitions/title"},"contains":{"items":{"type":"string","description":"string or patterns"},"type":"array","description":"Check file content for these patterns. can be a string or a pattern"}}},"userTest":{"required":["exists"],"properties":{"shell":{"default":"/sbin/nologin","type":"string"},"gid":{"anyOf":[{"$ref":"#/definitions/matchingTest"},{"type":"integer","default":"65534"}]},"groups":{"anyOf":[{"$ref":"#/definitions/matchingTest"},{"default":["nfsnobody"],"items":{"type":"string"},"type":"array"}]},"title":{"$ref":"#/definitions/title"},"skip":{"type":"boolean","default":""},"home":{"anyOf":[{"$ref":"#/definitions/matchingTest"},{"type":"string","default":"/var/lib/nfs"}]},"exists":{"default":"1","type":"boolean"},"uid":{"anyOf":[{"$ref":"#/definitions/matchingTest"},{"default":"65534","type":"integer"}]},"meta":{"$ref":"#/definitions/meta"}}},"addrTest":{"properties":{"local-address":{"type":"string","default":"127.0.0.1"},"reachable":{"default":"1","type":"boolean"},"timeout":{"default":"500","examples":["500"],"type":"integer"},"meta":{"$ref":"#/definitions/meta"},"title":{"$ref":"#/definitions/title"}},"required":["reachable","timeout"]},"meta":{"description":"meta (arbitrary data) attributes are persisted when adding other resources with goss add","type":"object"},"matchingTest":{"properties":{"meta":{"$ref":"#/definitions/meta"},"title":{"$ref":"#/definitions/title"},"matches":{"anyOf":[{"type":"integer"},{"type":"object"},{"type":"array"}]},"content":{"anyOf":[{"default":"some string","type":"string"},{"type":"array","default":["2"]},{"type":"object","default":{"baz":"ring","foo":"bar"}}]}}},"httpTest":{"properties":{"request-headers":{"description":"Set request header values, e.g. [ \"Content-Type: text/html\" ]\n","type":"array","default":["Content-Type: text/html"],"items":{"type":"string"}},"headers":{"description":"Check http response headers for these patterns (e.g. \"Content-Type: text/html\")\nNOTE: only the first Host header will be used to set the Request.Host value if multiple are provided.\n","type":"array","default":[],"items":{"type":"string"}},"skip":{"default":"","type":"boolean"},"allow-insecure":{"default":"","type":"boolean"},"body":{"description":"Check http response content for these patterns","type":"array"},"cert-file":{"default":"","type":"string","description":"certificate file to use for authentication (used with key-file)\n"},"request-body":{"type":"object","description":"request body","default":"{\"key\": \"value\"}"},"no-follow-redirects":{"default":"","type":"boolean","description":"Setting this to true will NOT follow redirects"},"timeout":{"default":"1000","type":"integer"},"status":{"type":"integer","default":"200"},"proxy":{"default":"","type":"string","description":"proxy server to proxy traffic through. Proxy can also be set with environment variables http_proxy.\n"},"title":{"$ref":"#/definitions/title"},"method":{"default":"PUT","enum":["GET","PUT","HEAD","POST","DELETE","PATCH","CONNECT","OPTIONS","TRACE"],"description":"http method","type":"string"},"key-file":{"type":"string","description":"private-key file to use for authentication (used with cert-file)\n","default":""},"ca-file":{"default":"","description":"CA root certs pem file, ex: /etc/ssl/cert.pem\n","type":"string"},"username":{"type":"string","description":"username for basic auth","default":""},"meta":{"$ref":"#/definitions/meta"},"password":{"default":"","type":"string","description":"password for basic auth"}},"required":["status"]},"title":{"description":"title attribute is persisted when adding other resources with goss add","type":"string","default":"UID must be between 50-100, GID doesn't matter. home is flexible"}},"title":"Goss-file-schema","$id":"https://github.com/goss-org/goss/master/docs/goss-json-schema.yaml","properties":{"mount":{"type":"object","description":"Validates mount point attributes.","additionalProperties":{"$ref":"#/definitions/mountTest"}},"service":{"additionalProperties":{"$ref":"#/definitions/serviceTest"},"type":"object","description":"Validates the state of a service."},"user":{"additionalProperties":{"$ref":"#/definitions/userTest"},"type":"object","description":"Validates the state of a user\"\nNOTE: This check is inspecting the contents of local passwd file /etc/passwd, this does not validate remote users (e.g. LDAP).\n"},"addr":{"description":"Validates if a remote address:port are accessible.","type":"object","examples":[{"tcp://ip-address-or-domain-name:80":{"reachable":"1","timeout":"500","local-address":"127.0.0.1"}}],"additionalProperties":{"$ref":"#/definitions/addrTest"}},"file":{"type":"object","description":"Validates the state of a file, directory, or symbolic link","additionalProperties":{"$ref":"#/definitions/fileTest"}},"group":{"additionalProperties":{"$ref":"#/definitions/groupTest"},"type":"object","description":"Validates the state of a group"},"gossfile":{"description":"Import other gossfiles from this one. This is the best way to maintain a large number of tests, and/or create profiles. See render for more examples. Glob patterns can be also be used to specify matching gossfiles.\nYou can specify the gossfile(s) either as the resource key, or using the 'file' attribute.\n\nIf the 'skip' attribute is true, then the file is not processed. If the filename is a glob pattern, then none of the matching files are processed. Note that this is not the same as skipping the contained resources; any overrides in the referenced gossfile will not be processed, and the resource count will not be incremented. Skipping a gossfile include is the same as omitting the gossfile resource entirely.\n","x-intellij-html-description":"Import other gossfiles from this one. This is the best way to maintain a large number of tests, and/or create profiles. See <a href=\"#render-r---render-gossfile-after-importing-all-referenced-gossfiles\">render</a> for more examples. Glob patterns can be also be used to specify matching gossfiles.</p>\n<div class=\"highlight highlight-source-yaml notranslate position-relative overflow-auto\" dir=\"auto\"><pre><span class=\"pl-ent\">gossfile</span>:\n <span class=\"pl-ent\">myapplication</span>:\n <span class=\"pl-ent\">file</span>: <span class=\"pl-s\">myapp_gossfile.yaml</span>\n <span class=\"pl-ent\">skip</span>: <span class=\"pl-c1\">false</span>\n <span class=\"pl-s\">*.yaml:</span>\n <span class=\"pl-ent\">skip</span>: <span class=\"pl-c1\">true</span>\n <span class=\"pl-ent\">goss_httpd.yaml</span>: <span class=\"pl-s\">{}</span>\n <span class=\"pl-ent\">/etc/goss.d/*.yaml</span>: <span class=\"pl-s\">{}</span></pre><div class=\"zeroclipboard-container position-absolute right-0 top-0\">\n <clipboard-copy aria-label=\"Copy\" class=\"ClipboardButton btn js-clipboard-copy m-2 p-0 tooltipped-no-delay\" data-copy-feedback=\"Copied!\" data-tooltip-direction=\"w\" value=\"gossfile:\n myapplication:\n file: myapp_gossfile.yaml\n skip: false\n *.yaml:\n skip: true\n goss_httpd.yaml: {}\n /etc/goss.d/*.yaml: {}\" tabindex=\"0\" role=\"button\" style=\"display: none;\">\n <svg aria-hidden=\"true\" height=\"16\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" data-view-component=\"true\" class=\"octicon octicon-copy js-clipboard-copy-icon m-2\">\n <path fill-rule=\"evenodd\" d=\"M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z\"></path><path fill-rule=\"evenodd\" d=\"M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z\"></path>\n</svg>\n <svg aria-hidden=\"true\" height=\"16\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" data-view-component=\"true\" class=\"octicon octicon-check js-clipboard-check-icon color-fg-success d-none m-2\">\n <path fill-rule=\"evenodd\" d=\"M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z\"></path>\n</svg>\n </clipboard-copy>\n </div></div>\n<p dir=\"auto\">You can specify the gossfile(s) either as the resource key, or using the 'file' attribute.</p>\n<p dir=\"auto\">If the 'skip' attribute is true, then the file is not processed. If the filename is a glob pattern, then none of the matching files are processed. Note that this is not the same as skipping the contained resources; any overrides in the referenced gossfile will not be processed, and the resource count will not be incremented. Skipping a gossfile include is the same as omitting the gossfile resource entirely.</p>\n","type":"object","additionalProperties":{"$ref":"#/definitions/gossfileTest"}},"process":{"additionalProperties":{"$ref":"#/definitions/processTest"},"description":"Validates if a process is running.","type":"object"},"http":{"additionalProperties":{"$ref":"#/definitions/httpTest"},"type":"object","description":"description: Validates network interface values"},"command":{"type":"object","description":"test executing a command","additionalProperties":{"$ref":"#/definitions/commandTest"}},"package":{"type":"object","description":"Validates the state of a package\"\nNOTE: this check uses the --package <format> parameter passed on the command line.\n","additionalProperties":{"$ref":"#/definitions/packageTest"}},"kernel-param":{"description":"test ","type":"object","additionalProperties":{"$ref":"#/definitions/kernelParamTest"}},"interface":{"additionalProperties":{"$ref":"#/definitions/interfaceTest"},"type":"object","description":"test "},"matching":{"type":"object","x-intellij-html-description":"<p dir=\"auto\">Validates specified content against a matcher. Best used with <a href=\"#templates\">Templates</a>.</p>\n<h4 dir=\"auto\"><a id=\"user-content-with-templates\" class=\"anchor\" aria-hidden=\"true\" href=\"#with-templates\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path fill-rule=\"evenodd\" d=\"M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z\"></path></svg></a>With <a href=\"#templates\">Templates</a>:</h4>\n<p dir=\"auto\">Let's say we have a <code>data.json</code> file that gets generated as part of some testing pipeline:</p>\n<div class=\"highlight highlight-source-json notranslate position-relative overflow-auto\" dir=\"auto\"><pre>{\n <span class=\"pl-ent\">\"instance_count\"</span>: <span class=\"pl-c1\">14</span>,\n <span class=\"pl-ent\">\"failures\"</span>: <span class=\"pl-c1\">3</span>,\n <span class=\"pl-ent\">\"status\"</span>: <span class=\"pl-s\"><span class=\"pl-pds\">\"</span>FAIL<span class=\"pl-pds\">\"</span></span>\n}</pre><div class=\"zeroclipboard-container position-absolute right-0 top-0\">\n <clipboard-copy aria-label=\"Copy\" class=\"ClipboardButton btn js-clipboard-copy m-2 p-0 tooltipped-no-delay\" data-copy-feedback=\"Copied!\" data-tooltip-direction=\"w\" value=\"{\n "instance_count": 14,\n "failures": 3,\n "status": "FAIL"\n}\" tabindex=\"0\" role=\"button\">\n <svg aria-hidden=\"true\" height=\"16\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" data-view-component=\"true\" class=\"octicon octicon-copy js-clipboard-copy-icon m-2\">\n <path fill-rule=\"evenodd\" d=\"M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z\"></path><path fill-rule=\"evenodd\" d=\"M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z\"></path>\n</svg>\n <svg aria-hidden=\"true\" height=\"16\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" data-view-component=\"true\" class=\"octicon octicon-check js-clipboard-check-icon color-fg-success d-none m-2\">\n <path fill-rule=\"evenodd\" d=\"M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z\"></path>\n</svg>\n </clipboard-copy>\n </div></div>\n<p dir=\"auto\">This could then be passed into goss: <code>goss --vars data.json validate</code></p>\n<p dir=\"auto\">And then validated against:</p>\n<div class=\"highlight highlight-source-yaml notranslate position-relative overflow-auto\" dir=\"auto\"><pre><span class=\"pl-ent\">matching</span>:\n <span class=\"pl-ent\">check_instance_count</span>: <span class=\"pl-c\"><span class=\"pl-c\">#</span> Make sure there is at least one instance</span>\n <span class=\"pl-ent\">content</span>: <span class=\"pl-s\">{{ .Vars.instance_count }}</span>\n <span class=\"pl-ent\">matches</span>:\n <span class=\"pl-ent\">gt</span>: <span class=\"pl-c1\">0</span>\n\n <span class=\"pl-ent\">check_failure_count_from_all_instance</span>: <span class=\"pl-c\"><span class=\"pl-c\">#</span> expect no failures</span>\n <span class=\"pl-ent\">content</span>: <span class=\"pl-s\">{{ .Vars.failures }}</span>\n <span class=\"pl-ent\">matches</span>: <span class=\"pl-c1\">0</span>\n\n <span class=\"pl-ent\">check_status</span>:\n <span class=\"pl-ent\">content</span>: <span class=\"pl-s\">{{ .Vars.status }}</span>\n <span class=\"pl-ent\">matches</span>:\n - <span class=\"pl-ent\">not</span>: <span class=\"pl-s\">FAIL</span></pre><div class=\"zeroclipboard-container position-absolute right-0 top-0\">\n <clipboard-copy aria-label=\"Copy\" class=\"ClipboardButton btn js-clipboard-copy m-2 p-0 tooltipped-no-delay\" data-copy-feedback=\"Copied!\" data-tooltip-direction=\"w\" value=\"matching:\n check_instance_count: # Make sure there is at least one instance\n content: {{ .Vars.instance_count }}\n matches:\n gt: 0\n\n check_failure_count_from_all_instance: # expect no failures\n content: {{ .Vars.failures }}\n matches: 0\n\n check_status:\n content: {{ .Vars.status }}\n matches:\n - not: FAIL\" tabindex=\"0\" role=\"button\" style=\"display: none;\">\n <svg aria-hidden=\"true\" height=\"16\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" data-view-component=\"true\" class=\"octicon octicon-copy js-clipboard-copy-icon m-2\">\n <path fill-rule=\"evenodd\" d=\"M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z\"></path><path fill-rule=\"evenodd\" d=\"M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z\"></path>\n</svg>\n <svg aria-hidden=\"true\" height=\"16\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" data-view-component=\"true\" class=\"octicon octicon-check js-clipboard-check-icon color-fg-success d-none m-2\">\n <path fill-rule=\"evenodd\" d=\"M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z\"></path>\n</svg>\n </clipboard-copy>\n </div></div>\n<h4 dir=\"auto\"><a id=\"user-content-without-templates\" class=\"anchor\" aria-hidden=\"true\" href=\"#without-templates\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path fill-rule=\"evenodd\" d=\"M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z\"></path></svg></a>Without <a href=\"#templates\">Templates</a>:</h4>\n<div class=\"highlight highlight-source-yaml notranslate position-relative overflow-auto\" dir=\"auto\"><pre><span class=\"pl-ent\">matching</span>:\n <span class=\"pl-ent\">has_substr</span>: <span class=\"pl-c\"><span class=\"pl-c\">#</span> friendly test name</span>\n <span class=\"pl-ent\">content</span>: <span class=\"pl-s\">some string</span>\n <span class=\"pl-ent\">matches</span>:\n <span class=\"pl-ent\">match-regexp</span>: <span class=\"pl-s\">some str</span>\n <span class=\"pl-ent\">has_2</span>:\n <span class=\"pl-ent\">content</span>:\n - <span class=\"pl-c1\">2</span>\n <span class=\"pl-ent\">matches</span>:\n <span class=\"pl-ent\">contain-element</span>: <span class=\"pl-c1\">2</span>\n <span class=\"pl-ent\">has_foo_bar_and_baz</span>:\n <span class=\"pl-ent\">content</span>:\n <span class=\"pl-ent\">foo</span>: <span class=\"pl-s\">bar</span>\n <span class=\"pl-ent\">baz</span>: <span class=\"pl-s\">bing</span>\n <span class=\"pl-ent\">matches</span>:\n <span class=\"pl-ent\">and</span>:\n - <span class=\"pl-ent\">have-key-with-value</span>:\n <span class=\"pl-ent\">foo</span>: <span class=\"pl-s\">bar</span>\n - <span class=\"pl-ent\">have-key</span>: <span class=\"pl-s\">baz</span></pre><div class=\"zeroclipboard-container position-absolute right-0 top-0\">\n <clipboard-copy aria-label=\"Copy\" class=\"ClipboardButton btn js-clipboard-copy m-2 p-0 tooltipped-no-delay\" data-copy-feedback=\"Copied!\" data-tooltip-direction=\"w\" value=\"matching:\n has_substr: # friendly test name\n content: some string\n matches:\n match-regexp: some str\n has_2:\n content:\n - 2\n matches:\n contain-element: 2\n has_foo_bar_and_baz:\n content:\n foo: bar\n baz: bing\n matches:\n and:\n - have-key-with-value:\n foo: bar\n - have-key: baz\" tabindex=\"0\" role=\"button\" style=\"display: none;\">\n <svg aria-hidden=\"true\" height=\"16\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" data-view-component=\"true\" class=\"octicon octicon-copy js-clipboard-copy-icon m-2\">\n <path fill-rule=\"evenodd\" d=\"M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z\"></path><path fill-rule=\"evenodd\" d=\"M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z\"></path>\n</svg>\n <svg aria-hidden=\"true\" height=\"16\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" data-view-component=\"true\" class=\"octicon octicon-check js-clipboard-check-icon color-fg-success d-none m-2\">\n <path fill-rule=\"evenodd\" d=\"M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z\"></path>\n</svg>\n </clipboard-copy>\n </div></div>\n\nadditionalProperties:\n$ref: \"#/definitions/matchTest\"\n","description":"Validates specified content against a matcher. Best used with Templates."},"dns":{"description":"Validates that the provided address is resolvable and the addrs it resolves to.","x-intellij-html-description":"<p dir=\"auto\">Validates that the provided address is resolvable and the addrs it resolves to.</p>\n<div class=\"highlight highlight-source-yaml notranslate position-relative overflow-auto\" dir=\"auto\"><pre><span class=\"pl-ent\">dns</span>:\n <span class=\"pl-ent\">localhost</span>:\n <span class=\"pl-c\"><span class=\"pl-c\">#</span> required attributes</span>\n <span class=\"pl-ent\">resolvable</span>: <span class=\"pl-c1\">true</span>\n <span class=\"pl-c\"><span class=\"pl-c\">#</span> optional attributes</span>\n <span class=\"pl-ent\">addrs</span>:\n - <span class=\"pl-s\">127.0.0.1</span>\n - <span class=\"pl-s\">::1</span>\n <span class=\"pl-ent\">server</span>: <span class=\"pl-s\">8.8.8.8 </span><span class=\"pl-c\"><span class=\"pl-c\">#</span> Also supports server:port</span>\n <span class=\"pl-ent\">timeout</span>: <span class=\"pl-c1\">500</span> <span class=\"pl-c\"><span class=\"pl-c\">#</span> in milliseconds (Only used when server attribute is provided)</span></pre><div class=\"zeroclipboard-container position-absolute right-0 top-0\">\n <clipboard-copy aria-label=\"Copy\" class=\"ClipboardButton btn js-clipboard-copy m-2 p-0 tooltipped-no-delay\" data-copy-feedback=\"Copied!\" data-tooltip-direction=\"w\" value=\"dns:\n localhost:\n # required attributes\n resolvable: true\n # optional attributes\n addrs:\n - 127.0.0.1\n - ::1\n server: 8.8.8.8 # Also supports server:port\n timeout: 500 # in milliseconds (Only used when server attribute is provided)\" tabindex=\"0\" role=\"button\" style=\"display: none;\">\n <svg aria-hidden=\"true\" height=\"16\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" data-view-component=\"true\" class=\"octicon octicon-copy js-clipboard-copy-icon m-2\">\n <path fill-rule=\"evenodd\" d=\"M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z\"></path><path fill-rule=\"evenodd\" d=\"M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z\"></path>\n</svg>\n <svg aria-hidden=\"true\" height=\"16\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" data-view-component=\"true\" class=\"octicon octicon-check js-clipboard-check-icon color-fg-success d-none m-2\">\n <path fill-rule=\"evenodd\" d=\"M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z\"></path>\n</svg>\n </clipboard-copy>\n </div></div>\n<p dir=\"auto\">It is possible to validate the following types of DNS records, but requires the <code>server</code> attribute be set:</p>\n<ul dir=\"auto\">\n<li>A</li>\n<li>AAAA</li>\n<li>CAA</li>\n<li>CNAME</li>\n<li>MX</li>\n<li>NS</li>\n<li>PTR</li>\n<li>SRV</li>\n<li>TXT</li>\n</ul>\n<p dir=\"auto\">To validate specific DNS address types, prepend the hostname with the type and a colon, a few examples:</p>\n<div class=\"highlight highlight-source-yaml notranslate position-relative overflow-auto\" dir=\"auto\"><pre><span class=\"pl-ent\">dns</span>:\n <span class=\"pl-c\"><span class=\"pl-c\">#</span> Validate a CNAME record</span>\n <span class=\"pl-ent\">CNAME:c.dnstest.io</span>:\n <span class=\"pl-ent\">resolvable</span>: <span class=\"pl-c1\">true</span>\n <span class=\"pl-ent\">server</span>: <span class=\"pl-s\">208.67.222.222</span>\n <span class=\"pl-ent\">addrs</span>:\n - <span class=\"pl-s\"><span class=\"pl-pds\">\"</span>a.dnstest.io.<span class=\"pl-pds\">\"</span></span>\n\n <span class=\"pl-c\"><span class=\"pl-c\">#</span> Validate a PTR record</span>\n <span class=\"pl-ent\">PTR:8.8.8.8</span>:\n <span class=\"pl-ent\">resolvable</span>: <span class=\"pl-c1\">true</span>\n <span class=\"pl-ent\">server</span>: <span class=\"pl-s\">8.8.8.8</span>\n <span class=\"pl-ent\">addrs</span>:\n - <span class=\"pl-s\"><span class=\"pl-pds\">\"</span>dns.google.<span class=\"pl-pds\">\"</span></span>\n\n <span class=\"pl-c\"><span class=\"pl-c\">#</span> Validate and SRV record</span>\n <span class=\"pl-ent\">SRV:_https._tcp.dnstest.io</span>:\n <span class=\"pl-ent\">resolvable</span>: <span class=\"pl-c1\">true</span>\n <span class=\"pl-ent\">server</span>: <span class=\"pl-s\">208.67.222.222</span>\n <span class=\"pl-ent\">addrs</span>:\n - <span class=\"pl-s\"><span class=\"pl-pds\">\"</span>0 5 443 a.dnstest.io.<span class=\"pl-pds\">\"</span></span>\n - <span class=\"pl-s\"><span class=\"pl-pds\">\"</span>10 10 443 b.dnstest.io.<span class=\"pl-pds\">\"</span></span></pre><div class=\"zeroclipboard-container position-absolute right-0 top-0\">\n <clipboard-copy aria-label=\"Copy\" class=\"ClipboardButton btn js-clipboard-copy m-2 p-0 tooltipped-no-delay\" data-copy-feedback=\"Copied!\" data-tooltip-direction=\"w\" value=\"dns:\n # Validate a CNAME record\n CNAME:c.dnstest.io:\n resolvable: true\n server: 208.67.222.222\n addrs:\n - "a.dnstest.io."\n\n # Validate a PTR record\n PTR:8.8.8.8:\n resolvable: true\n server: 8.8.8.8\n addrs:\n - "dns.google."\n\n # Validate and SRV record\n SRV:_https._tcp.dnstest.io:\n resolvable: true\n server: 208.67.222.222\n addrs:\n - "0 5 443 a.dnstest.io."\n - "10 10 443 b.dnstest.io."\" tabindex=\"0\" role=\"button\">\n <svg aria-hidden=\"true\" height=\"16\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" data-view-component=\"true\" class=\"octicon octicon-copy js-clipboard-copy-icon m-2\">\n <path fill-rule=\"evenodd\" d=\"M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z\"></path><path fill-rule=\"evenodd\" d=\"M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z\"></path>\n</svg>\n <svg aria-hidden=\"true\" height=\"16\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" data-view-component=\"true\" class=\"octicon octicon-check js-clipboard-check-icon color-fg-success d-none m-2\">\n <path fill-rule=\"evenodd\" d=\"M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z\"></path>\n</svg>\n </clipboard-copy>\n </div></div>\n<p dir=\"auto\">Please note that if you want <code>localhost</code> to <strong>only</strong> resolve <code>127.0.0.1</code> you'll need to use <a href=\"#advanced-matchers\">Advanced Matchers</a></p>\n<div class=\"highlight highlight-source-yaml notranslate position-relative overflow-auto\" dir=\"auto\"><pre><span class=\"pl-ent\">dns</span>:\n <span class=\"pl-ent\">localhost</span>:\n <span class=\"pl-ent\">resolvable</span>: <span class=\"pl-c1\">true</span>\n <span class=\"pl-ent\">addrs</span>:\n <span class=\"pl-ent\">consist-of</span>: <span class=\"pl-s\">[127.0.0.1]</span>\n <span class=\"pl-ent\">timeout</span>: <span class=\"pl-c1\">500</span> <span class=\"pl-c\"><span class=\"pl-c\">#</span> in milliseconds</span>\n","type":"object","additionalProperties":{"$ref":"#/definitions/dnsTest"}},"port":{"x-intellij-html-description":"<p dir=\"auto\">Validates the state of a local port.</p>\n<p dir=\"auto\"><strong>Note:</strong> Goss might consider your port to be listening on <code>tcp6</code> rather than <code>tcp</code>, try running <code>goss add port ..</code> to see how goss detects it. (<a href=\"https://github.com/goss-org/goss/issues/149\" data-hovercard-type=\"issue\" data-hovercard-url=\"/goss-org/goss/issues/149/hovercard\">explanation</a>)</p>\n<div class=\"highlight highlight-source-yaml notranslate position-relative overflow-auto\" dir=\"auto\"><pre><span class=\"pl-ent\">port</span>:\n <span class=\"pl-c\"><span class=\"pl-c\">#</span> {tcp,tcp6,udp,udp6}:port_num</span>\n <span class=\"pl-ent\">tcp:22</span>:\n <span class=\"pl-c\"><span class=\"pl-c\">#</span> required attributes</span>\n <span class=\"pl-ent\">listening</span>: <span class=\"pl-c1\">true</span>\n <span class=\"pl-c\"><span class=\"pl-c\">#</span> optional attributes</span>\n <span class=\"pl-ent\">ip</span>: <span class=\"pl-c\"><span class=\"pl-c\">#</span> what IP(s) is it listening on</span>\n - <span class=\"pl-s\">0.0.0.0</span>\n <span class=\"pl-ent\">skip</span>: <span class=\"pl-c1\">false</span>\n","description":"Validates the state of a local port.\n\nNote: Goss might consider your port to be listening on tcp6 rather than tcp, try running goss add port .. to see how goss detects it. (explanation)\n","type":"object","additionalProperties":{"$ref":"#/definitions/portTest"}}},"description":"A file describing a series of tests","$schema":"http://json-schema.org/draft-07/schema#"} | goss-json-schema |
{
"items": {
"properties": {
"alias": {
"type": "string"
},
"channel": {
"maximum": 7,
"minimum": 0,
"type": "integer"
},
"comment": {
"type": "string"
},
"num": {
"enum": [
1,
2
]
},
"stream": {
"maximum": 7,
"minimum": 0,
"type": "integer"
}
},
"required": [
"num",
"stream",
"channel"
],
"type": "object"
},
"type": "array"
} | 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]).){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\s*$",
"type": "string"
},
"mac_address": {
"$id": "/properties/mac_address",
"title": "Mac Address",
"pattern": "^\\s*([A-Fa-f0-9]{2}(:{1}[A-Fa-f0-9]{2}){5})\\s*$",
"type": "string"
}
}
} | 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": {
"name": {
"type": "string"
},
"example": {
"type": "string"
},
"effect": {
"type": "string"
},
"hp": {
"type": "string"
},
"ac": {
"type": "string"
},
"dpr": {
"type": "string"
},
"attackbonus": {
"type": "string"
},
"numbox": {
"type": "boolean"
}
},
"required": [
"name",
"example",
"effect",
"hp",
"ac",
"dpr",
"attackbonus"
],
"additionalProperties": false
}
}
},
"required": [
"monsterfeatures"
],
"additionalProperties": false
} | 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": {
"description": "The price of the product",
"type": "number"
},
"product_name": {
"description": "The name of the product",
"type": "string"
},
"quantity": {
"description": "The quantity of the product",
"type": "integer"
}
},
"required": [
"product_name",
"quantity",
"price"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"customer_name",
"order_items"
],
"type": "object"
} | 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": {
"description": "`name` is the name of the service. Required",
"type": "string"
},
"namespace": {
"description": "`namespace` is the namespace of the service. Required",
"type": "string"
},
"path": {
"description": "`path` is an optional URL path which will be sent in any request to this service.",
"type": "string"
},
"port": {
"_format": "int32",
"description": "If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive).",
"type": "integer"
}
},
"required": [
"namespace",
"name"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_auditregistration_v1alpha1_WebhookClientConfig": {
"description": "WebhookClientConfig contains the information to make a connection with the webhook",
"properties": {
"caBundle": {
"_format": "byte",
"description": "`caBundle` is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.",
"type": "string"
},
"service": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_auditregistration_v1alpha1_ServiceReference",
"description": "`service` is a reference to the service for this webhook. Either `service` or `url` must be specified.\n\nIf the webhook is running within the cluster, then you should use `service`."
},
"url": {
"description": "`url` gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.\n\nThe `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address.\n\nPlease note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster.\n\nThe scheme must be \"https\"; the URL must begin with \"https://\".\n\nA path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier.\n\nAttempting to use a user or basic auth e.g. \"user:password@\" is not allowed. Fragments (\"#...\") and query parameters (\"?...\") are not allowed, either.",
"type": "string"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_auditregistration_v1alpha1_WebhookThrottleConfig": {
"description": "WebhookThrottleConfig holds the configuration for throttling events",
"properties": {
"burst": {
"_format": "int64",
"description": "ThrottleBurst is the maximum number of events sent at the same moment default 15 QPS",
"type": "integer"
},
"qps": {
"_format": "int64",
"description": "ThrottleQPS maximum number of batches per second default 10 QPS",
"type": "integer"
}
},
"type": "object"
}
},
"description": "Webhook holds the configuration of the webhook",
"properties": {
"clientConfig": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_auditregistration_v1alpha1_WebhookClientConfig",
"description": "ClientConfig holds the connection parameters for the webhook required"
},
"throttle": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_auditregistration_v1alpha1_WebhookThrottleConfig",
"description": "Throttle holds the options for throttling the webhook"
}
},
"required": [
"clientConfig"
],
"type": "object"
} | 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": {
"description": "The length of the square or triangle",
"type": "number"
},
"radius": {
"description": "The radius of the circle",
"type": "number"
},
"width": {
"description": "The width of the square or triangle",
"type": "number"
}
},
"required": [
"radius",
"length",
"width",
"base",
"height"
],
"type": "object"
},
"shape": {
"description": "The type of shape e.g. circle, square, triangle",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | 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._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})*)*)?$",
"type": "string"
},
"analytics_identifier": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "A short identifier we send to Google Analytics for multi-valued fields. This means we avoid the truncated values we would get if we sent the path or slug of eg organisations."
},
"body_html_and_govspeak": {
"anyOf": [
{
"$ref": "#/definitions/multiple_content_types"
}
],
"description": "The main content provided as HTML with the govspeak markdown it's rendered from"
},
"change_history": {
"items": {
"additionalProperties": false,
"properties": {
"note": {
"description": "A summary of the change",
"type": "string"
},
"public_timestamp": {
"_format": "date-time",
"type": "string"
}
},
"required": [
"public_timestamp",
"note"
],
"type": "object"
},
"type": "array"
},
"description": {
"type": "string"
},
"description_optional": {
"anyOf": [
{
"$ref": "#/definitions/description"
},
{
"type": "null"
}
]
},
"details": {
"additionalProperties": false,
"properties": {
"change_history": {
"$ref": "#/definitions/change_history"
},
"external_related_links": {
"$ref": "#/definitions/external_related_links"
},
"hide_chapter_navigation": {
"description": "Hide guide elements if this guide is part of a step by step navigation",
"type": "boolean"
},
"parts": {
"$ref": "#/definitions/parts",
"description": "List of guide parts"
}
},
"type": "object"
},
"external_link": {
"additionalProperties": false,
"properties": {
"title": {
"type": "string"
},
"url": {
"_format": "uri",
"type": "string"
}
},
"required": [
"title",
"url"
],
"type": "object"
},
"external_related_links": {
"items": {
"$ref": "#/definitions/external_link"
},
"type": "array"
},
"first_published_at": {
"_format": "date-time",
"description": "The date the content was first published. Automatically determined by the publishing-api, unless overridden by the publishing application.",
"type": "string"
},
"frontend_links": {
"items": {
"additionalProperties": true,
"properties": {
"analytics_identifier": {
"$ref": "#/definitions/analytics_identifier"
},
"api_path": {
"$ref": "#/definitions/absolute_path"
},
"api_url": {
"_format": "uri",
"description": "DEPRECATED: api_path should be used instead of api_url. This is due to values of api_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
"type": "string"
},
"base_path": {
"$ref": "#/definitions/absolute_path"
},
"content_id": {
"$ref": "#/definitions/guid"
},
"document_type": {
"type": "string"
},
"links": {
"patternProperties": {
"^[a-z_]+$": {
"$ref": "#/definitions/frontend_links"
}
},
"type": "object"
},
"locale": {
"$ref": "#/definitions/locale"
},
"public_updated_at": {
"oneOf": [
{
"$ref": "#/definitions/public_updated_at"
},
{
"type": "null"
}
]
},
"schema_name": {
"type": "string"
},
"title": {
"type": "string"
},
"web_url": {
"_format": "uri",
"description": "DEPRECATED: base_path should be used instead of web_url. This is due to values of web_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
"type": "string"
}
},
"required": [
"content_id",
"locale",
"title"
],
"type": "object"
},
"type": "array"
},
"frontend_links_with_base_path": {
"items": {
"additionalProperties": true,
"properties": {
"analytics_identifier": {
"$ref": "#/definitions/analytics_identifier"
},
"api_path": {
"$ref": "#/definitions/absolute_path"
},
"api_url": {
"_format": "uri",
"description": "DEPRECATED: api_path should be used instead of api_url. This is due to values of api_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
"type": "string"
},
"base_path": {
"$ref": "#/definitions/absolute_path"
},
"content_id": {
"$ref": "#/definitions/guid"
},
"document_type": {
"type": "string"
},
"links": {
"patternProperties": {
"^[a-z_]+$": {
"$ref": "#/definitions/frontend_links_with_base_path"
}
},
"type": "object"
},
"locale": {
"$ref": "#/definitions/locale"
},
"public_updated_at": {
"oneOf": [
{
"$ref": "#/definitions/public_updated_at"
},
{
"type": "null"
}
]
},
"schema_name": {
"type": "string"
},
"title": {
"type": "string"
},
"web_url": {
"_format": "uri",
"description": "DEPRECATED: base_path should be used instead of web_url. This is due to values of web_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
"type": "string"
}
},
"required": [
"base_path",
"content_id",
"locale",
"title"
],
"type": "object"
},
"type": "array"
},
"govuk_request_id": {
"type": [
"string",
"null"
]
},
"guid": {
"pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[1-5][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$",
"type": "string"
},
"guid_list": {
"items": {
"$ref": "#/definitions/guid"
},
"type": "array",
"_uniqueItems": true
},
"locale": {
"enum": [
"ar",
"az",
"be",
"bg",
"bn",
"cs",
"cy",
"da",
"de",
"dr",
"el",
"en",
"es",
"es-419",
"et",
"fa",
"fi",
"fr",
"gd",
"he",
"hi",
"hr",
"hu",
"hy",
"id",
"is",
"it",
"ja",
"ka",
"kk",
"ko",
"lt",
"lv",
"ms",
"mt",
"nl",
"no",
"pl",
"ps",
"pt",
"ro",
"ru",
"si",
"sk",
"sl",
"so",
"sq",
"sr",
"sv",
"sw",
"ta",
"th",
"tk",
"tr",
"uk",
"ur",
"uz",
"vi",
"zh",
"zh-hk",
"zh-tw"
],
"type": "string"
},
"multiple_content_types": {
"items": {
"additionalProperties": false,
"properties": {
"content": {
"type": "string"
},
"content_type": {
"type": "string"
}
},
"required": [
"content_type",
"content"
],
"type": "object"
},
"type": "array"
},
"parts": {
"items": {
"additionalProperties": false,
"properties": {
"body": {
"$ref": "#/definitions/body_html_and_govspeak"
},
"slug": {
"_format": "uri",
"type": "string"
},
"title": {
"type": "string"
}
},
"required": [
"title",
"slug",
"body"
],
"type": "object"
},
"type": "array"
},
"payload_version": {
"description": "Counter to indicate when the payload was generated",
"type": "integer"
},
"public_updated_at": {
"_format": "date-time",
"description": "When the content was last significantly changed (a major update). Shown to users. Automatically determined by the publishing-api, unless overridden by the publishing application.",
"type": "string"
},
"publishing_app_name": {
"description": "The application that published this item.",
"enum": [
"calculators",
"calendars",
"collections-publisher",
"contacts",
"content-publisher",
"content-tagger",
"email-alert-frontend",
"external-link-tracker",
"feedback",
"frontend",
"government-frontend",
"hmrc-manuals-api",
"info-frontend",
"licencefinder",
"local-links-manager",
"manuals-frontend",
"manuals-publisher",
"maslow",
"performanceplatform-big-screen-view",
"publisher",
"rummager",
"search-admin",
"search-api",
"service-manual-publisher",
"share-sale-publisher",
"short-url-manager",
"smartanswers",
"special-route-publisher",
"specialist-publisher",
"static",
"tariff",
"travel-advice-publisher",
"whitehall"
],
"type": "string"
},
"publishing_request_id": {
"description": "A unique identifier used to track publishing requests to rendered content",
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"rendering_app": {
"description": "The application that renders this item.",
"enum": [
"calculators",
"calendars",
"collections",
"content-store",
"email-alert-frontend",
"email-campaign-frontend",
"feedback",
"finder-frontend",
"frontend",
"government-frontend",
"info-frontend",
"licencefinder",
"manuals-frontend",
"performanceplatform-big-screen-view",
"rummager",
"search-api",
"service-manual-frontend",
"smartanswers",
"spotlight",
"static",
"tariff",
"whitehall-admin",
"whitehall-frontend"
],
"type": "string"
},
"route": {
"additionalProperties": false,
"properties": {
"path": {
"type": "string"
},
"type": {
"enum": [
"prefix",
"exact"
]
}
},
"required": [
"path",
"type"
],
"type": "object"
},
"routes": {
"items": {
"$ref": "#/definitions/route"
},
"minItems": 1,
"type": "array"
},
"title": {
"type": "string"
},
"update_type": {
"enum": [
"major",
"minor",
"republish"
]
},
"withdrawn_notice": {
"additionalProperties": false,
"properties": {
"explanation": {
"type": "string"
},
"withdrawn_at": {
"format": "date-time"
}
},
"type": "object"
}
},
"properties": {
"analytics_identifier": {
"$ref": "#/definitions/analytics_identifier"
},
"base_path": {
"$ref": "#/definitions/absolute_path"
},
"content_id": {
"$ref": "#/definitions/guid"
},
"content_purpose_document_supertype": {
"description": "DEPRECATED. Use `content_purpose_subgroup`.",
"type": "string"
},
"content_purpose_subgroup": {
"description": "Document subgroup grouping documents by purpose. Narrows down the purpose defined in content_purpose_supergroup.",
"type": "string"
},
"content_purpose_supergroup": {
"description": "Document supergroup grouping documents by a purpose",
"type": "string"
},
"description": {
"$ref": "#/definitions/description_optional"
},
"details": {
"$ref": "#/definitions/details"
},
"document_type": {
"enum": [
"guide"
],
"type": "string"
},
"email_document_supertype": {
"description": "Document supertype grouping intended to power the Whitehall finders and email subscriptions",
"type": "string"
},
"expanded_links": {
"additionalProperties": false,
"properties": {
"available_translations": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"child_taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"children": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"document_collections": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"facet_groups": {
"$ref": "#/definitions/frontend_links",
"description": "Prototype-stage metadata tagging tree roots for this content item. A content item my belong to many facet groups without having any specific facet_values links."
},
"facet_values": {
"$ref": "#/definitions/frontend_links",
"description": "Prototype-stage metadata tagging values for this content item, a content item can be linked to many facet values from varying facet groups."
},
"finder": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Powers links from content back to finders the content is surfaced on"
},
"lead_organisations": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "DEPRECATED: A subset of organisations that should be emphasised in relation to this content item. All organisations specified here should also be part of the organisations array."
},
"level_one_taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"mainstream_browse_pages": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Powers the /browse section of the site. These are known as sections in some legacy apps."
},
"meets_user_needs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The user needs this piece of content meets."
},
"ministers": {
"$ref": "#/definitions/frontend_links",
"description": "Link type automatically added by Publishing API"
},
"ordered_related_items": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Related items, can be any page on GOV.UK. Mostly used for mainstream content to power the sidebar. Ordering of the links is determined by the editor in Content Tagger."
},
"ordered_related_items_overrides": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Related items, can be any page on GOV.UK. Overrides 'more like this' automatically generated links in the beta navigation."
},
"organisations": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "All organisations linked to this content item. This should include lead organisations."
},
"original_primary_publishing_organisation": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications."
},
"parent": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The parent content item.",
"maxItems": 1
},
"part_of_step_navs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"policies": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"policy_areas": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "A largely deprecated tag currently only used to power email alerts."
},
"primary_publishing_organisation": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The organisation that published the page. Corresponds to the first of the 'Lead organisations' in Whitehall, and is empty for all other publishing applications.",
"maxItems": 1
},
"related_to_step_navs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"role_appointments": {
"$ref": "#/definitions/frontend_links",
"description": "Link type automatically added by Publishing API"
},
"secondary_to_step_navs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"suggested_ordered_related_items": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "New A/B test suggestions for related items. Used for displaying related content on most pages, except for step-by-step and fatality notices. Links and their ordering are determined by the machine learning algorithms included in this A/B test."
},
"taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Prototype-stage taxonomy label for this content item"
},
"topic_taxonomy_taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"topics": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Powers the /topic section of the site. These are known as specialist sectors in some legacy apps."
}
},
"type": "object"
},
"first_published_at": {
"$ref": "#/definitions/first_published_at"
},
"government_document_supertype": {
"description": "Document supertype grouping intended to power the Whitehall finders and email subscriptions",
"type": "string"
},
"govuk_request_id": {
"$ref": "#/definitions/govuk_request_id"
},
"links": {
"additionalProperties": false,
"properties": {
"facet_groups": {
"$ref": "#/definitions/guid_list",
"description": "Prototype-stage metadata tagging tree roots for this content item. A content item my belong to many facet groups without having any specific facet_values links."
},
"facet_values": {
"$ref": "#/definitions/guid_list",
"description": "Prototype-stage metadata tagging values for this content item, a content item can be linked to many facet values from varying facet groups."
},
"finder": {
"$ref": "#/definitions/guid_list",
"description": "Powers links from content back to finders the content is surfaced on"
},
"lead_organisations": {
"$ref": "#/definitions/guid_list",
"description": "DEPRECATED: A subset of organisations that should be emphasised in relation to this content item. All organisations specified here should also be part of the organisations array."
},
"mainstream_browse_pages": {
"$ref": "#/definitions/guid_list",
"description": "Powers the /browse section of the site. These are known as sections in some legacy apps."
},
"meets_user_needs": {
"$ref": "#/definitions/guid_list",
"description": "The user needs this piece of content meets."
},
"ordered_related_items": {
"$ref": "#/definitions/guid_list",
"description": "Related items, can be any page on GOV.UK. Mostly used for mainstream content to power the sidebar. Ordering of the links is determined by the editor in Content Tagger."
},
"ordered_related_items_overrides": {
"$ref": "#/definitions/guid_list",
"description": "Related items, can be any page on GOV.UK. Overrides 'more like this' automatically generated links in the beta navigation."
},
"organisations": {
"$ref": "#/definitions/guid_list",
"description": "All organisations linked to this content item. This should include lead organisations."
},
"original_primary_publishing_organisation": {
"$ref": "#/definitions/guid_list",
"description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications."
},
"parent": {
"$ref": "#/definitions/guid_list",
"description": "The parent content item.",
"maxItems": 1
},
"policy_areas": {
"$ref": "#/definitions/guid_list",
"description": "A largely deprecated tag currently only used to power email alerts."
},
"primary_publishing_organisation": {
"$ref": "#/definitions/guid_list",
"description": "The organisation that published the page. Corresponds to the first of the 'Lead organisations' in Whitehall, and is empty for all other publishing applications.",
"maxItems": 1
},
"suggested_ordered_related_items": {
"$ref": "#/definitions/guid_list",
"description": "New A/B test suggestions for related items. Used for displaying related content on most pages, except for step-by-step and fatality notices. Links and their ordering are determined by the machine learning algorithms included in this A/B test."
},
"taxons": {
"$ref": "#/definitions/guid_list",
"description": "Prototype-stage taxonomy label for this content item"
},
"topics": {
"$ref": "#/definitions/guid_list",
"description": "Powers the /topic section of the site. These are known as specialist sectors in some legacy apps."
}
},
"type": "object"
},
"locale": {
"$ref": "#/definitions/locale"
},
"navigation_document_supertype": {
"description": "Document type grouping powering the new taxonomy-based navigation pages",
"type": "string"
},
"need_ids": {
"items": {
"type": "string"
},
"type": "array"
},
"payload_version": {
"$ref": "#/definitions/payload_version"
},
"phase": {
"description": "The service design phase of this content item - https://www.gov.uk/service-manual/phases",
"enum": [
"alpha",
"beta",
"live"
],
"type": "string"
},
"public_updated_at": {
"$ref": "#/definitions/public_updated_at"
},
"publishing_app": {
"$ref": "#/definitions/publishing_app_name"
},
"publishing_request_id": {
"$ref": "#/definitions/publishing_request_id"
},
"redirects": {
"additionalItems": false,
"items": {},
"type": "array"
},
"rendering_app": {
"$ref": "#/definitions/rendering_app"
},
"routes": {
"$ref": "#/definitions/routes"
},
"schema_name": {
"enum": [
"guide"
],
"type": "string"
},
"search_user_need_document_supertype": {
"description": "Document supertype grouping core and government documents",
"type": "string"
},
"title": {
"$ref": "#/definitions/title"
},
"update_type": {
"$ref": "#/definitions/update_type"
},
"user_journey_document_supertype": {
"description": "Document type grouping powering analytics of user journeys",
"type": "string"
},
"user_need_document_supertype": {
"description": "DEPRECATED. Use `content_purpose_document_supertype`.",
"type": "string"
},
"withdrawn_notice": {
"$ref": "#/definitions/withdrawn_notice"
}
},
"required": [
"analytics_identifier",
"base_path",
"content_id",
"description",
"details",
"document_type",
"email_document_supertype",
"expanded_links",
"first_published_at",
"government_document_supertype",
"govuk_request_id",
"links",
"locale",
"navigation_document_supertype",
"payload_version",
"phase",
"public_updated_at",
"publishing_app",
"redirects",
"rendering_app",
"routes",
"schema_name",
"title",
"update_type",
"user_journey_document_supertype"
],
"type": "object"
} | 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": {
"description": "The price of the item",
"type": "number"
},
"quantity": {
"description": "The quantity of the item",
"type": "integer"
}
},
"required": [
"name",
"quantity",
"price"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"customer_name",
"items"
],
"type": "object"
} | 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": "object",
"required": [
"name",
"package_name",
"package_version"
],
"properties": {
"name": {
"type": "string"
},
"package_name": {
"type": "string",
"minLength": 1
},
"package_version": {
"type": "string",
"minLength": 1
}
},
"oneOf": [
{
"$ref": "#/definitions/file_changed"
},
{
"$ref": "#/definitions/file_error"
}
]
}
}
},
"definitions": {
"file_changed": {
"required": [
"status"
],
"properties": {
"status": {
"enum": [
"changed"
]
}
},
"oneOf": [
{
"$ref": "#/definitions/file_changed_modified"
},
{
"$ref": "#/definitions/file_changed_deleted"
}
]
},
"file_changed_modified": {
"required": [
"changes",
"mode",
"user",
"group"
],
"properties": {
"changes": {
"type": "array",
"items": {
"enum": [
"size",
"mode",
"md5",
"device_number",
"link_path",
"user",
"group",
"time",
"capabilities",
"replaced",
"other_rpm_changes"
]
},
"minItems": 1
},
"mode": {
"type": "string",
"pattern": "^[0-7]{3,4}$"
},
"user": {
"type": "string",
"minLength": 1
},
"group": {
"type": "string",
"minLength": 1
}
}
},
"file_changed_deleted": {
"required": [
"changes"
],
"properties": {
"changes": {
"enum": [
[
"deleted"
]
]
}
}
},
"file_error": {
"required": [
"status",
"error_message"
],
"properties": {
"status": {
"enum": [
"error"
]
},
"error_message": {
"type": "string"
}
}
}
}
} | o65916 |
{
"properties": {
"dimensions": {
"oneOf": [
{
"required": [
"length",
"width"
]
},
{
"required": [
"radius"
]
}
],
"properties": {
"length": {
"description": "The length of the shape",
"type": "number"
},
"radius": {
"description": "The radius of the shape (for circles)",
"type": "number"
},
"width": {
"description": "The width of the shape",
"type": "number"
}
},
"required": [
"length",
"width"
],
"type": "object"
},
"shape": {
"description": "The geometric shape (e.g. rectangle, circle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | 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": "string"
},
"price": {
"description": "The price of the item",
"type": "number"
},
"quantity": {
"description": "The quantity of the item",
"type": "integer"
}
},
"required": [
"name",
"quantity",
"price"
],
"type": "object"
},
"type": "array"
},
"tax_rate": {
"description": "The tax rate in percentage",
"type": "number"
}
},
"required": [
"customer_name",
"items"
],
"type": "object"
} | 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": "Describes the format of an example defined using the x-ms-examples extension.",
"additionalProperties": false,
"properties": {
"operationId": {
"description": "The operationId in the swagger specification for which the example is being provided.",
"type": "string"
},
"title": {
"description": "The title in the swagger spec that uniquely identifies the swagger spec.",
"type": "string"
},
"description": {
"description": "A brief explanation about the current scenario.",
"type": "string"
},
"parameters": {
"$ref": "#/definitions/xmsParametersExample"
},
"responses": {
"type": "object",
"description": "A dictionary of {possible HTTP status codes (as the dictionary key)} that can be received from that operation and {examples (as the dictionary value)} of response {body} and {headers (for long running operations)}.",
"minProperties": 1,
"additionalProperties": false,
"patternProperties": {
"^([0-9]{3})$|^(default)$": {
"$ref": "#/definitions/xmsResponseExample"
}
}
}
},
"definitions": {
"xmsParametersExample": {
"type": "object",
"description": "A dictionary of parameter names and their sample values for a particular operation. Commonly used parameters in Azure, like 'api-version', 'subscriptionId' and 'resourceGroupName' have been defined as optional properties for ease of use. Please add other parameters as applicable in your example.",
"additionalProperties": true,
"properties": {
"api-version": {
"type": "string",
"description": "An example of the api-version used in the request.",
"minLength": 3
},
"subcriptionId": {
"type": "string",
"description": "An example of the subcriptionId used in the request.",
"minLength": 1
},
"resourceGroupName": {
"type": "string",
"description": "An example of the resourceGroupName used in the request.",
"pattern": "^[-\\w\\._\\(\\)]+$",
"minLength": 1,
"maxLength": 90
}
}
},
"xmsResponseHeaderExample": {
"type": "object",
"description": "Examples of response headers. Common response headers like 'location', 'azure-asyncoperation', 'retry-after', etc. are defined as optional properties for ease of use. Please feel free to add other response headers as applicable in the example.",
"properties": {
"location": {
"type": "string",
"description": "An example of the location header sent by the server, if applicable in the example.",
"minLength": 10,
"pattern": "^(http|https)://.*"
},
"azure-asyncoperation": {
"type": "string",
"description": "An example of the azure-asyncoperation header sent by the server, if applicable in the example.",
"minLength": 10,
"pattern": "^(http|https)://.*"
},
"retry-after": {
"type": "string",
"description": "An example value of the retry-after header sent by the server, if applicable in the example.",
"minLength": 1
}
},
"additionalProperties": true
},
"xmsResponseExample": {
"type": "object",
"description": "Describes headers and body of an example HTTP response, in the context of the x-ms-examples extension.",
"properties": {
"headers": {
"$ref": "#/definitions/xmsResponseHeaderExample"
},
"body": {
"type": [
"object",
"number",
"array",
"integer",
"string",
"boolean",
"null"
],
"description": "Example of the response body if applicable for the operation. Don't specify the body if the server is not sending a response body. The outcome from `JSON.parse()`, needs to be described over here."
}
}
}
}
}
| 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",
"description": "the URL of the webhook"
},
"event_types": {
"type": "array",
"description": "the subscripted event types"
},
"deactivated": {
"type": "boolean",
"description": "is set to true, if the call of the webhook url fails ten times."
}
},
"required": [
"id",
"url",
"event_types"
],
"additionalProperties": false
} | 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",
"type": "number"
},
"start_longitude": {
"description": "The longitude of the start location",
"type": "number"
}
},
"required": [
"start_latitude",
"start_longitude",
"end_latitude",
"end_longitude"
],
"type": "object"
} | 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": {
"description": "Source repository URL",
"type": "string",
"readonly": true
}
}
} | o66589 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"individuals"
],
"properties": {
"title": {
"title": "Title",
"type": "string"
},
"individuals": {
"title": "Individuals",
"description": "Individuals in a pedigree.",
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/individual"
}
},
"customIndividualPropertySchemas": {
"additionalProperties": {
"$ref": "#/definitions/customIndividualPropertySchema"
}
}
},
"definitions": {
"individual": {
"title": "Individual",
"type": "object",
"properties": {
"father": {
"title": "Father",
"type": "string"
},
"mother": {
"title": "Mother",
"type": "string"
},
"gender": {
"title": "Gender",
"type": "string",
"enum": [
"unknown",
"male",
"female"
],
"enumNames": [
"Unknown or ambiguous",
"Male",
"Female"
]
},
"name": {
"title": "Name",
"type": "string"
},
"monozygote": {
"title": "Monozygote twin key",
"type": "string"
},
"dizygote": {
"title": "Dizygote twin key",
"type": "string"
},
"proband": {
"title": "Proband",
"type": "boolean"
},
"consultand": {
"title": "Consultand",
"type": "boolean"
},
"dateOfBirth": {
"title": "Date of birth",
"type": "string",
"format": "date"
},
"dateOfDeath": {
"title": "Date of death",
"type": "string",
"format": "date"
},
"deceased": {
"title": "Deceased",
"type": "boolean"
},
"sampled": {
"title": "Sampled",
"type": "boolean"
},
"Carrier": {
"title": "Carrier",
"type": "boolean"
},
"affected": {
"title": "Affected",
"type": "string"
}
}
},
"customIndividualPropertySchema": {
"title": "Custom individual property schema",
"type": "object",
"properties": {
"title": {
"type": "string"
},
"type": {
"type": "string",
"enum": [
"string",
"boolean",
"integer",
"number"
]
},
"description": {
"type": "string"
},
"format": {
"type": "string"
},
"enum": {
"type": "array",
"minItems": 1,
"_uniqueItems": true
},
"enumNames": {
"type": "array",
"minItems": 1,
"_uniqueItems": true,
"items": {
"type": "string"
}
},
"maximum": {
"type": "number"
},
"exclusiveMaximum": {
"type": "boolean",
"default": false
},
"minimum": {
"type": "number"
},
"exclusiveMinimum": {
"type": "boolean",
"default": false
},
"maxLength": {
"type": "integer",
"minimum": 0
},
"minLength": {
"type": "integer",
"minimum": 0
}
}
}
}
} | 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"
},
"length": {
"description": "The length of the rectangle (if applicable)",
"type": "number"
},
"radius": {
"description": "The radius of the circle (if applicable)",
"type": "number"
},
"width": {
"description": "The width of the rectangle (if applicable)",
"type": "number"
}
},
"type": "object"
},
"shape": {
"description": "The type of shape (e.g. circle, triangle, rectangle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_5c7d28ea |
{
"additionalProperties": false,
"definitions": {
"border": {
"type": "string"
},
"borders": {
"additionalProperties": false,
"properties": {
"bodyJoin": {
"$ref": "#/definitions/border"
},
"bodyLeft": {
"$ref": "#/definitions/border"
},
"bodyRight": {
"$ref": "#/definitions/border"
},
"bottomBody": {
"$ref": "#/definitions/border"
},
"bottomJoin": {
"$ref": "#/definitions/border"
},
"bottomLeft": {
"$ref": "#/definitions/border"
},
"bottomRight": {
"$ref": "#/definitions/border"
},
"joinBody": {
"$ref": "#/definitions/border"
},
"joinJoin": {
"$ref": "#/definitions/border"
},
"joinLeft": {
"$ref": "#/definitions/border"
},
"joinRight": {
"$ref": "#/definitions/border"
},
"topBody": {
"$ref": "#/definitions/border"
},
"topJoin": {
"$ref": "#/definitions/border"
},
"topLeft": {
"$ref": "#/definitions/border"
},
"topRight": {
"$ref": "#/definitions/border"
}
},
"type": "object"
},
"column": {
"additionalProperties": false,
"properties": {
"alignment": {
"enum": [
"left",
"right",
"center"
],
"type": "string"
},
"paddingLeft": {
"type": "number"
},
"paddingRight": {
"type": "number"
},
"truncate": {
"type": "number"
},
"width": {
"type": "number"
},
"wrapWord": {
"type": "boolean"
}
},
"type": "object"
},
"columns": {
"additionalProperties": false,
"patternProperties": {
"^[0-9]+$": {
"$ref": "#/definitions/column"
}
},
"type": "object"
}
},
"properties": {
"border": {
"$ref": "#/definitions/borders"
},
"columnDefault": {
"$ref": "#/definitions/column"
},
"columns": {
"$ref": "#/definitions/columns"
},
"drawHorizontalLine": {
"typeof": "function"
}
},
"type": "object"
} | 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.",
"type": "string"
},
"mode": {
"_format": "int32",
"description": "Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.",
"type": "integer"
},
"path": {
"description": "The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.",
"type": "string"
}
},
"required": [
"key",
"path"
],
"type": "object"
}
},
"description": "Adapts a ConfigMap into a projected volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.",
"properties": {
"items": {
"description": "If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_KeyToPath"
},
"type": [
"array",
"null"
]
},
"name": {
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
"type": [
"string",
"null"
]
},
"optional": {
"description": "Specify whether the ConfigMap or its keys must be defined",
"type": [
"boolean",
"null"
]
}
},
"type": "object"
} | 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 reference",
"type": "string"
},
"Name": {
"description": "Name of the binary pair - must be unique",
"type": "string"
},
"type": {
"description": "Type of the binary pair reducing function",
"type": "string",
"enum": [
"GERG-2008",
"Exponential"
]
},
"n": {
"type": "array",
"items": {
"type": "number"
},
"minItems": 0
},
"d": {
"type": "array",
"items": {
"type": "number"
},
"minItems": 0
},
"t": {
"type": "array",
"items": {
"type": "number"
},
"minItems": 0
},
"l": {
"type": "array",
"items": {
"type": "number"
},
"minItems": 0
},
"eta": {
"type": "array",
"items": {
"type": "number"
},
"minItems": 0
},
"epsilon": {
"type": "array",
"items": {
"type": "number"
},
"minItems": 0
},
"beta": {
"type": "array",
"items": {
"type": "number"
},
"minItems": 0
},
"gamma": {
"type": "array",
"items": {
"type": "number"
},
"minItems": 0
},
"aliases": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 0,
"_uniqueItems": true
}
},
"required": [
"n",
"d",
"t",
"type",
"Name",
"BibTeX",
"aliases"
]
}
} | 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 start time of the calendar event",
"format": "time",
"type": "string"
},
"title": {
"description": "The title of the calendar event",
"type": "string"
}
},
"required": [
"title",
"date",
"time_start",
"time_end"
],
"type": "object"
} | 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"
],
"properties": {
"alias": {
"type": "string",
"minLength": 1
},
"name": {
"type": "string",
"minLength": 1
},
"type": {
"enum": [
"yast2",
"rpm-md",
"plaindir",
null
]
},
"url": {
"type": "string",
"format": "uri",
"minLength": 1
},
"enabled": {
"type": "boolean"
},
"autorefresh": {
"type": "boolean"
},
"gpgcheck": {
"type": "boolean"
},
"priority": {
"type": "integer",
"minimum": 1
},
"package_manager": {
"type": "string",
"minLength": 1
}
}
}
} | o65937 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"version-output": {
"type": "object",
"properties": {
"_id": {
"type": "string"
},
"database": {
"type": "integer"
}
},
"required": [
"_id",
"database"
]
}
},
"properties": {
"version-output": {
"$ref": "#/definitions/version-output"
}
},
"required": [
"version-output"
]
} | 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": {
"apiGroup": {
"description": "APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.",
"type": "string"
},
"kind": {
"description": "Kind is the type of resource being referenced",
"type": "string"
},
"name": {
"description": "Name is the name of resource being referenced",
"type": "string"
}
},
"required": [
"kind",
"name"
],
"type": "object"
}
},
"description": "IngressClassSpec provides information about the class of an Ingress.",
"properties": {
"controller": {
"description": "Controller refers to the name of the controller that should handle this class. This allows for different \"flavors\" that are controlled by the same controller. For example, you may have different Parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. \"acme.io/ingress-controller\". This field is immutable.",
"type": [
"string",
"null"
]
},
"parameters": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_TypedLocalObjectReference",
"description": "Parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters."
}
},
"type": "object"
} | 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": {
"description": "The name of the item",
"type": "string"
},
"price": {
"description": "The price of the item",
"type": "number"
},
"quantity": {
"description": "The quantity of the item",
"type": "integer"
}
},
"required": [
"name",
"quantity",
"price"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"customer_name",
"amount",
"items"
],
"type": "object"
} | generate_invoice_f7f02d56 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Type",
"definitions": {
"translations": {
"type": "object",
"properties": {
"cz": {
"type": "string"
},
"dk": {
"type": "string"
},
"fr": {
"type": "string"
},
"de": {
"type": "string"
},
"gr": {
"type": "string"
},
"it": {
"type": "string"
},
"pl": {
"type": "string"
},
"tr": {
"type": "string"
},
"en": {
"type": "string"
},
"jp": {
"type": "string"
},
"es": {
"type": "string"
}
},
"required": [
"en",
"de"
],
"additionalProperties": false
}
},
"properties": {
"names": {
"$ref": "#/definitions/translations"
},
"color": {
"description": "Hex color",
"type": "string",
"pattern": "^#[A-Fa-f0-9]{6}$"
},
"effectivness": {
"type": "object",
"patternProperties": {
"Normal|Fighting|Flying|Poison|Ground|Rock|Bug|Ghost|Steel|Fire|Water|Grass|Electric|Psychic|Ice|Dragon|Dark|Fairy": {
"type": "number",
"minimum": 0,
"maximum": 2
}
},
"required": [
"Normal",
"Fighting",
"Flying",
"Poison",
"Ground",
"Rock",
"Bug",
"Ghost",
"Steel",
"Fire",
"Water",
"Grass",
"Electric",
"Psychic",
"Ice",
"Dragon",
"Dark",
"Fairy"
],
"additionalProperties": false
}
},
"required": [
"names",
"effectivness",
"color"
],
"additionalProperties": false
} | o48427 |
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "",
"type": "object",
"properties": {
"firstname": {
"type": "string",
"minLength": 1
},
"lastname": {
"type": "string",
"minLength": 1
},
"website": {
"type": "string",
"minLength": 1
},
"age": {
"type": "number"
},
"available": {
"type": "boolean"
},
"hobbies": {
"type": "array",
"items": {
"required": [],
"properties": {}
}
},
"skills": {
"type": "object",
"properties": {
"programming": {
"type": "array",
"items": {
"required": [],
"properties": {}
}
},
"design": {
"type": "array",
"items": {
"required": [],
"properties": {}
}
},
"management": {
"type": "array",
"items": {
"required": [],
"properties": {}
}
}
},
"required": [
"programming",
"design",
"management"
]
},
"salary": {
"type": "number"
},
"salary-type": {
"type": "object",
"properties": {
"hourly": {
"type": "boolean"
},
"daily": {
"type": "boolean"
},
"monthly": {
"type": "boolean"
}
},
"required": [
"hourly",
"daily",
"monthly"
]
},
"workingHours": {
"type": "object",
"properties": {
"monday": {
"type": "array",
"items": {
"required": [],
"properties": {}
}
},
"thursday": {
"type": "array",
"items": {
"required": [],
"properties": {}
}
},
"wednesday": {
"type": "array",
"items": {
"required": [],
"properties": {}
}
},
"friday": {
"type": "array",
"items": {
"required": [],
"properties": {}
}
},
"saturday": {
"type": "array",
"items": {
"required": [],
"properties": {}
}
},
"sunday": {
"type": "array",
"items": {
"required": [],
"properties": {}
}
}
},
"required": [
"monday",
"thursday",
"wednesday",
"friday",
"saturday",
"sunday"
]
}
},
"required": [
"firstname",
"lastname",
"website",
"age",
"available",
"hobbies",
"skills",
"salary",
"salary-type",
"workingHours"
]
} | 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": "The location of the event",
"type": "string"
},
"start_time": {
"description": "The start time of the event",
"type": "string"
},
"title": {
"description": "The title of the event",
"type": "string"
}
},
"required": [
"title",
"start_time",
"end_time"
],
"type": "object"
} | 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"
},
"default-cluster-id": {
"type": "number"
},
"exporter-version": {
"type": "number"
},
"engine-version": {
"type": "string"
},
"engine-build": {
"type": "string"
},
"storage-config-version": {
"type": "number"
},
"schema-version": {
"type": "number"
},
"mvrbtree-version": {
"type": "number"
},
"schemaRecordId": {
"type": "string"
},
"indexMgrRecordId": {
"type": "string"
}
},
"required": [
"schema-version"
]
},
"clusters": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"id": {
"type": "number"
}
},
"required": [
"name",
"id"
]
}
},
"schema": {
"type": "object",
"properties": {
"version": {
"type": "number"
},
"classes": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"default-cluster-id": {
"type": "number"
},
"cluster-ids": {
"type": "array",
"items": {
"type": "number"
}
},
"cluster-selection": {
"type": "string"
},
"properties": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"mandatory": {
"type": "boolean"
},
"not-null": {
"type": "boolean"
},
"collate": {
"type": "string"
},
"linked-class": {
"type": "string"
}
},
"required": [
"name",
"type"
]
}
},
"abstract": {
"type": "boolean"
},
"super-class": {
"type": "string"
},
"oversize": {
"type": "number"
}
},
"required": [
"name",
"default-cluster-id",
"cluster-ids",
"cluster-selection"
]
}
}
}
},
"records": {
"type": "array",
"items": {
"type": "object"
}
},
"indexes": {
"type": "array",
"items": {
"type": "object"
}
},
"manualIndexes": {
"type": "array",
"items": {
"type": "object"
}
}
}
} | o27046 |
{
"properties": {
"include_lowercase": {
"description": "Include lowercase characters",
"type": "boolean"
},
"include_numbers": {
"description": "Include numbers",
"type": "boolean"
},
"include_symbols": {
"description": "Include symbols",
"type": "boolean"
},
"include_uppercase": {
"description": "Include uppercase characters",
"type": "boolean"
},
"length": {
"description": "The length of the password",
"type": "integer"
}
},
"required": [
"length",
"include_uppercase",
"include_lowercase",
"include_numbers",
"include_symbols"
],
"type": "object"
} | generate_random_password_d435e6aa |
{
"properties": {
"ADAllowMultiDomainAuth": {
"default": true,
"description": "Allow authentication from any domain in the forest",
"type": "boolean"
},
"ADAllowMultiDomainAuthFlag": {
"default": true,
"description": "Enable ADAllowMultiDomainAuth Key",
"type": "boolean"
},
"ADCreateMobileAccountAtLogin": {
"default": false,
"description": "Create mobile account at login.",
"type": "boolean"
},
"ADCreateMobileAccountAtLoginFlag": {
"default": true,
"description": "Enable ADCreateMobileAccountAtLogin Flag",
"type": "boolean"
},
"ADDefaultUserShell": {
"default": "/bin/bash",
"description": "Default user shell",
"type": "string"
},
"ADDefaultUserShellFlag": {
"default": true,
"description": "Enable ADDefaultUserShell Key",
"type": "boolean"
},
"ADDomainAdminGroupList": {
"description": "Allow administration by specified Active Directory groups.",
"items": {
"description": "An active directory group",
"type": "string"
},
"type": "array"
},
"ADDomainAdminGroupListFlag": {
"default": false,
"description": "Enable ADDomainAdminGroupList Key",
"type": "boolean"
},
"ADForceHomeLocal": {
"default": true,
"description": "Force local home directory on startup disk",
"type": "boolean"
},
"ADForceHomeLocalFlag": {
"default": true,
"description": "Enable ADForceHomeLocal Flag",
"type": "boolean"
},
"ADMapGGIDAttribute": {
"description": "Map group GID to attribute",
"type": "string"
},
"ADMapGGIDAttributeFlag": {
"default": false,
"description": "Enable ADMapGGIDAttribute Key",
"type": "boolean"
},
"ADMapGIDAttribute": {
"description": "Map user GID to attribute",
"type": "string"
},
"ADMapGIDAttributeFlag": {
"default": false,
"description": "Enable ADMapGIDAttribute Key",
"type": "boolean"
},
"ADMapUIDAttribute": {
"description": "Map UID to attribute",
"type": "string"
},
"ADMapUIDAttributeFlag": {
"default": false,
"description": "Enable ADMapUIDAttribute Key",
"type": "boolean"
},
"ADMountStyle": {
"default": "smb",
"description": "Network protocol to be used to mount home directory.",
"enum": [
"afp",
"smb"
],
"type": "string"
},
"ADNamespace": {
"default": "domain",
"description": "Set primary user account naming convention: \"forest\" or \"domain\"",
"enum": [
"domain",
"forest"
],
"type": "string"
},
"ADNamespaceFlag": {
"default": true,
"description": "Enable ADNamespace Key",
"type": "boolean"
},
"ADOrganizationalUnit": {
"description": "The organizational unit (OU) where the joining computer object is added.",
"type": "string"
},
"ADPacketEncrypt": {
"default": "allow",
"description": "Packet encryption",
"enum": [
"allow",
"disable",
"require",
"ssl"
],
"type": "string"
},
"ADPacketEncryptFlag": {
"default": true,
"description": "Enable ADPacketEncrypt Key",
"type": "boolean"
},
"ADPacketSign": {
"default": "allow",
"description": "Packet signing",
"enum": [
"allow",
"disable",
"require"
],
"type": "string"
},
"ADPacketSignFlag": {
"default": true,
"description": "Enable ADPacketSign Key",
"type": "boolean"
},
"ADPreferredDCServer": {
"description": "Preferred domain server",
"type": "string"
},
"ADPreferredDCServerFlag": {
"default": false,
"description": "Enable ADPreferredDCServer Key",
"type": "boolean"
},
"ADRestrictDDNS": {
"description": "Restrict Dynamic DNS updates to the specified interfaces (e.g. en0, en1, etc).",
"items": {
"description": "An interface name which is allowed to make DDNS updates",
"type": "string"
},
"type": "array"
},
"ADRestrictDDNSFlag": {
"default": false,
"description": "Enable ADRestrictDDNS Key",
"type": "boolean"
},
"ADTrustChangePassIntervalDays": {
"default": 14,
"description": "How often to change computer trust account password in days",
"type": "number"
},
"ADTrustChangePassIntervalDaysFlag": {
"default": true,
"description": "Enable ADTrustChangePassIntervalDays Key",
"type": "boolean"
},
"ADUseWindowsUNCPath": {
"default": true,
"description": "Use UNC path from Active Directory to derive network home location",
"type": "boolean"
},
"ADUseWindowsUNCPathFlag": {
"default": true,
"description": "Enable ADUseWindowsUNCPath Flag",
"type": "boolean"
},
"ADWarnUserBeforeCreatingMA": {
"default": false,
"description": "Require confirmation before creating mobile account",
"type": "boolean"
},
"ADWarnUserBeforeCreatingMAFlag": {
"default": true,
"description": "Enable ADWarnUserBeforeCreatingMA Flag",
"type": "boolean"
},
"ClientID": {
"description": "The directory server client ID.",
"type": "string"
},
"HostName": {
"description": "The Active Directory domain to join.",
"type": "string"
},
"Password": {
"description": "Password of the account used to join the domain.",
"type": "string"
},
"PayloadDescription": {
"default": "Active Directory Payload",
"description": "Description of the payload",
"type": "string"
},
"PayloadDisplayName": {
"default": "Active Directory Payload",
"description": "Name of the payload",
"type": "string"
},
"PayloadIdentifier": {
"default": "com.apple.DirectoryService.managed",
"description": "A unique identifier for the payload, dot-delimited. Usually root PayloadIdentifier+subidentifier",
"type": "string"
},
"PayloadOrganization": {
"description": "This value describes the issuing organization of the profile, as displayed to the user",
"type": "string"
},
"PayloadType": {
"default": "com.apple.DirectoryService.managed",
"description": "The type of the payload, a reverse dns string",
"type": "string"
},
"PayloadUUID": {
"default": "",
"description": "Unique identifier for the payload (format 01234567-89AB-CDEF-0123-456789ABCDEF)",
"pattern": "^[0-9A-Za-z]{8}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{12}$",
"type": "string"
},
"PayloadVersion": {
"default": 1,
"description": "The version of the whole configuration profile.",
"type": "number"
},
"UserName": {
"description": "User name of the account used to join the domain.",
"type": "string"
}
},
"title": "com.apple.DirectoryService.managed",
"type": "object"
} | o61582 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "toolbar_config",
"properties": {
"hidden": {
"type": "boolean"
},
"view": {
"type": "string",
"default": "default"
},
"extraContent": {
"type": "boolean",
"default": false
},
"length": {
"type": "number",
"default": 0
},
"status": {
"type": "string",
"default": "closed"
},
"switch": {
"type": "object",
"properties": {
"active": {
"type": "string"
},
"list": {
"type": "array",
"items": {
"type": "object",
"properties": {
"class": {
"type": "string"
},
"value": {
"type": "string"
}
}
}
},
"conditionToShow": {
"type": "boolean"
}
},
"required": [
"active",
"list"
]
},
"filters": {
"type": "object",
"properties": {
"genericLabel": {
"type": "string"
},
"select": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"class": {
"type": "string"
},
"selected": {
"type": "object",
"properties": {
"value": {
"type": [
"string",
"number"
]
},
"label": {
"type": "string"
}
}
},
"options": {
"type": "array",
"items": {
"type": "object",
"properties": {
"value": {
"type": "string"
},
"label": {
"type": "string"
}
}
}
}
}
}
},
"multipleSelect": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"class": {
"type": "string"
},
"labelSelected": {
"type": "string"
},
"labelSubmit": {
"type": "string"
},
"labelSelectAll": {
"type": "string"
},
"selected": {
"type": "array",
"items": {
"type": "object",
"properties": {
"value": {
"type": "string"
},
"label": {
"type": "string"
}
}
}
},
"options": {
"type": "array",
"items": {
"type": "object",
"properties": {
"value": {
"type": "string"
},
"label": {
"type": "string"
},
"selected": {
"type": "boolean"
}
}
}
},
"submitOnSelection": {
"type": "boolean"
},
"hideOnSelection": {
"type": "boolean"
},
"optionsCheckedMask": {
"type": "array",
"items": {
"type": "boolean"
}
}
}
}
},
"fast": {
"type": "array",
"items": {
"type": "object",
"properties": {
"label": {
"type": "string"
},
"class": {
"type": "string"
},
"name": {
"type": "string"
},
"value": {
"type": "boolean"
},
"isLabelVisible": {
"type": "boolean"
}
}
}
},
"tab": {
"type": "object",
"properties": {
"active": {
"type": "string"
},
"list": {
"type": "array",
"items": {
"type": "object",
"properties": {
"value": {
"type": "string"
},
"label": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
}
},
"search": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"placeholder": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"type": "string"
},
"minLength": {
"type": "number"
},
"ofsuiRegexPattern": {
"type": "string"
},
"options": {
"type": "object",
"properties": {
"searchOn": {
"type": "string",
"enum": [
"KeyPress",
"Enter"
]
}
}
}
}
}
}
},
"actions": {
"type": "object",
"properties": {
"status": {
"type": "string"
},
"label": {
"type": "string"
},
"list": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"name": {
"type": "string"
},
"class": {
"type": "string"
},
"label": {
"type": "string"
},
"disabled": {
"type": "boolean"
},
"value": {
"type": "boolean"
},
"view": {
"type": "string"
}
}
}
}
},
"default": []
}
}
} | o12291 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"address": {
"type": "object",
"properties": {
"street": {
"type": "string"
},
"city": {
"type": "string"
},
"state": {
"type": "string"
}
},
"required": [
"state"
]
}
}
} | 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._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})*)*)?$",
"type": "string"
},
"analytics_identifier": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "A short identifier we send to Google Analytics for multi-valued fields. This means we avoid the truncated values we would get if we sent the path or slug of eg organisations."
},
"change_history": {
"items": {
"additionalProperties": false,
"properties": {
"note": {
"description": "A summary of the change",
"type": "string"
},
"public_timestamp": {
"_format": "date-time",
"type": "string"
}
},
"required": [
"public_timestamp",
"note"
],
"type": "object"
},
"type": "array"
},
"description": {
"type": "string"
},
"description_optional": {
"anyOf": [
{
"$ref": "#/definitions/description"
},
{
"type": "null"
}
]
},
"details": {
"additionalProperties": false,
"properties": {
"breadcrumbs": {
"$ref": "#/definitions/email_alert_signup_breadcrumbs"
},
"change_history": {
"$ref": "#/definitions/change_history"
},
"email_alert_type": {
"enum": [
"topics",
"policies",
"countries"
],
"type": "string"
},
"govdelivery_title": {
"type": "string"
},
"subscriber_list": {
"description": "The attributes used to match subscriber lists in email-alert-api",
"minProperties": 1,
"properties": {
"document_type": {
"description": "The document_type used to match subscribers lists",
"type": "string"
},
"links": {
"additionalProperties": false,
"description": "The links used to match subscribers lists",
"maxProperties": 1,
"patternProperties": {
"^[a-z_]+$": {
"type": "array"
}
},
"type": "object"
},
"tags": {
"$ref": "#/definitions/tags"
}
},
"type": "object"
},
"summary": {
"$ref": "#/definitions/email_alert_signup_summary"
}
},
"required": [
"subscriber_list",
"summary"
],
"type": "object"
},
"email_alert_signup_breadcrumbs": {
"description": "DEPRECATED. Breadcrumbs for email alert signup. Should use parent in links as other formats do.",
"items": {
"additionalProperties": false,
"properties": {
"link": {
"_format": "uri",
"type": "string"
},
"title": {
"type": "string"
}
},
"required": [
"link",
"title"
],
"type": "object"
},
"type": "array"
},
"email_alert_signup_summary": {
"description": "TODO: Use top-level description instead",
"type": "string"
},
"first_published_at": {
"_format": "date-time",
"description": "The date the content was first published. Automatically determined by the publishing-api, unless overridden by the publishing application.",
"type": "string"
},
"frontend_links": {
"items": {
"additionalProperties": true,
"properties": {
"analytics_identifier": {
"$ref": "#/definitions/analytics_identifier"
},
"api_path": {
"$ref": "#/definitions/absolute_path"
},
"api_url": {
"_format": "uri",
"description": "DEPRECATED: api_path should be used instead of api_url. This is due to values of api_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
"type": "string"
},
"base_path": {
"$ref": "#/definitions/absolute_path"
},
"content_id": {
"$ref": "#/definitions/guid"
},
"document_type": {
"type": "string"
},
"links": {
"patternProperties": {
"^[a-z_]+$": {
"$ref": "#/definitions/frontend_links"
}
},
"type": "object"
},
"locale": {
"$ref": "#/definitions/locale"
},
"public_updated_at": {
"oneOf": [
{
"$ref": "#/definitions/public_updated_at"
},
{
"type": "null"
}
]
},
"schema_name": {
"type": "string"
},
"title": {
"type": "string"
},
"web_url": {
"_format": "uri",
"description": "DEPRECATED: base_path should be used instead of web_url. This is due to values of web_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
"type": "string"
}
},
"required": [
"content_id",
"locale",
"title"
],
"type": "object"
},
"type": "array"
},
"frontend_links_with_base_path": {
"items": {
"additionalProperties": true,
"properties": {
"analytics_identifier": {
"$ref": "#/definitions/analytics_identifier"
},
"api_path": {
"$ref": "#/definitions/absolute_path"
},
"api_url": {
"_format": "uri",
"description": "DEPRECATED: api_path should be used instead of api_url. This is due to values of api_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
"type": "string"
},
"base_path": {
"$ref": "#/definitions/absolute_path"
},
"content_id": {
"$ref": "#/definitions/guid"
},
"document_type": {
"type": "string"
},
"links": {
"patternProperties": {
"^[a-z_]+$": {
"$ref": "#/definitions/frontend_links_with_base_path"
}
},
"type": "object"
},
"locale": {
"$ref": "#/definitions/locale"
},
"public_updated_at": {
"oneOf": [
{
"$ref": "#/definitions/public_updated_at"
},
{
"type": "null"
}
]
},
"schema_name": {
"type": "string"
},
"title": {
"type": "string"
},
"web_url": {
"_format": "uri",
"description": "DEPRECATED: base_path should be used instead of web_url. This is due to values of web_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
"type": "string"
}
},
"required": [
"base_path",
"content_id",
"locale",
"title"
],
"type": "object"
},
"type": "array"
},
"govuk_request_id": {
"type": [
"string",
"null"
]
},
"guid": {
"pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[1-5][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$",
"type": "string"
},
"guid_list": {
"items": {
"$ref": "#/definitions/guid"
},
"type": "array",
"_uniqueItems": true
},
"locale": {
"enum": [
"ar",
"az",
"be",
"bg",
"bn",
"cs",
"cy",
"da",
"de",
"dr",
"el",
"en",
"es",
"es-419",
"et",
"fa",
"fi",
"fr",
"gd",
"he",
"hi",
"hr",
"hu",
"hy",
"id",
"is",
"it",
"ja",
"ka",
"kk",
"ko",
"lt",
"lv",
"ms",
"mt",
"nl",
"no",
"pl",
"ps",
"pt",
"ro",
"ru",
"si",
"sk",
"sl",
"so",
"sq",
"sr",
"sv",
"sw",
"ta",
"th",
"tk",
"tr",
"uk",
"ur",
"uz",
"vi",
"zh",
"zh-hk",
"zh-tw"
],
"type": "string"
},
"payload_version": {
"description": "Counter to indicate when the payload was generated",
"type": "integer"
},
"public_updated_at": {
"_format": "date-time",
"description": "When the content was last significantly changed (a major update). Shown to users. Automatically determined by the publishing-api, unless overridden by the publishing application.",
"type": "string"
},
"publishing_app_name": {
"description": "The application that published this item.",
"enum": [
"calculators",
"calendars",
"collections-publisher",
"contacts",
"content-publisher",
"content-tagger",
"email-alert-frontend",
"external-link-tracker",
"feedback",
"frontend",
"government-frontend",
"hmrc-manuals-api",
"info-frontend",
"licencefinder",
"local-links-manager",
"manuals-frontend",
"manuals-publisher",
"maslow",
"performanceplatform-big-screen-view",
"publisher",
"rummager",
"search-admin",
"search-api",
"service-manual-publisher",
"share-sale-publisher",
"short-url-manager",
"smartanswers",
"special-route-publisher",
"specialist-publisher",
"static",
"tariff",
"travel-advice-publisher",
"whitehall"
],
"type": "string"
},
"publishing_request_id": {
"description": "A unique identifier used to track publishing requests to rendered content",
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"rendering_app": {
"description": "The application that renders this item.",
"enum": [
"calculators",
"calendars",
"collections",
"content-store",
"email-alert-frontend",
"email-campaign-frontend",
"feedback",
"finder-frontend",
"frontend",
"government-frontend",
"info-frontend",
"licencefinder",
"manuals-frontend",
"performanceplatform-big-screen-view",
"rummager",
"search-api",
"service-manual-frontend",
"smartanswers",
"spotlight",
"static",
"tariff",
"whitehall-admin",
"whitehall-frontend"
],
"type": "string"
},
"route": {
"additionalProperties": false,
"properties": {
"path": {
"type": "string"
},
"type": {
"enum": [
"prefix",
"exact"
]
}
},
"required": [
"path",
"type"
],
"type": "object"
},
"routes": {
"items": {
"$ref": "#/definitions/route"
},
"minItems": 1,
"type": "array"
},
"tags": {
"additionalProperties": false,
"description": "Field used by email-alert-api to trigger email alerts for subscriptions to topics (gov.uk/topic) and policies (gov.uk/policies).",
"properties": {
"additional_topics": {
"items": {
"type": "string"
},
"type": "array"
},
"browse_pages": {
"items": {
"type": "string"
},
"type": "array"
},
"policies": {
"items": {
"type": "string"
},
"type": "array"
},
"primary_topic": {
"items": {
"type": "string"
},
"type": "array"
},
"topics": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"title": {
"type": "string"
},
"update_type": {
"enum": [
"major",
"minor",
"republish"
]
},
"withdrawn_notice": {
"additionalProperties": false,
"properties": {
"explanation": {
"type": "string"
},
"withdrawn_at": {
"format": "date-time"
}
},
"type": "object"
}
},
"properties": {
"analytics_identifier": {
"$ref": "#/definitions/analytics_identifier"
},
"base_path": {
"$ref": "#/definitions/absolute_path"
},
"content_id": {
"$ref": "#/definitions/guid"
},
"content_purpose_document_supertype": {
"description": "DEPRECATED. Use `content_purpose_subgroup`.",
"type": "string"
},
"content_purpose_subgroup": {
"description": "Document subgroup grouping documents by purpose. Narrows down the purpose defined in content_purpose_supergroup.",
"type": "string"
},
"content_purpose_supergroup": {
"description": "Document supergroup grouping documents by a purpose",
"type": "string"
},
"description": {
"$ref": "#/definitions/description_optional"
},
"details": {
"$ref": "#/definitions/details"
},
"document_type": {
"enum": [
"email_alert_signup"
],
"type": "string"
},
"email_document_supertype": {
"description": "Document supertype grouping intended to power the Whitehall finders and email subscriptions",
"type": "string"
},
"expanded_links": {
"additionalProperties": false,
"properties": {
"available_translations": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"child_taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"children": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"document_collections": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"facet_groups": {
"$ref": "#/definitions/frontend_links",
"description": "Prototype-stage metadata tagging tree roots for this content item. A content item my belong to many facet groups without having any specific facet_values links."
},
"facet_values": {
"$ref": "#/definitions/frontend_links",
"description": "Prototype-stage metadata tagging values for this content item, a content item can be linked to many facet values from varying facet groups."
},
"finder": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Powers links from content back to finders the content is surfaced on"
},
"lead_organisations": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "DEPRECATED: A subset of organisations that should be emphasised in relation to this content item. All organisations specified here should also be part of the organisations array."
},
"level_one_taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"mainstream_browse_pages": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Powers the /browse section of the site. These are known as sections in some legacy apps."
},
"meets_user_needs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The user needs this piece of content meets."
},
"ministers": {
"$ref": "#/definitions/frontend_links",
"description": "Link type automatically added by Publishing API"
},
"ordered_related_items": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Related items, can be any page on GOV.UK. Mostly used for mainstream content to power the sidebar. Ordering of the links is determined by the editor in Content Tagger."
},
"ordered_related_items_overrides": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Related items, can be any page on GOV.UK. Overrides 'more like this' automatically generated links in the beta navigation."
},
"organisations": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "All organisations linked to this content item. This should include lead organisations."
},
"original_primary_publishing_organisation": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications."
},
"parent": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The parent content item.",
"maxItems": 1
},
"part_of_step_navs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"policies": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"policy_areas": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "A largely deprecated tag currently only used to power email alerts."
},
"primary_publishing_organisation": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The organisation that published the page. Corresponds to the first of the 'Lead organisations' in Whitehall, and is empty for all other publishing applications.",
"maxItems": 1
},
"related_to_step_navs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"role_appointments": {
"$ref": "#/definitions/frontend_links",
"description": "Link type automatically added by Publishing API"
},
"secondary_to_step_navs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"suggested_ordered_related_items": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "New A/B test suggestions for related items. Used for displaying related content on most pages, except for step-by-step and fatality notices. Links and their ordering are determined by the machine learning algorithms included in this A/B test."
},
"taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Prototype-stage taxonomy label for this content item"
},
"topic_taxonomy_taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"topics": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Powers the /topic section of the site. These are known as specialist sectors in some legacy apps."
}
},
"type": "object"
},
"first_published_at": {
"$ref": "#/definitions/first_published_at"
},
"government_document_supertype": {
"description": "Document supertype grouping intended to power the Whitehall finders and email subscriptions",
"type": "string"
},
"govuk_request_id": {
"$ref": "#/definitions/govuk_request_id"
},
"links": {
"additionalProperties": false,
"properties": {
"facet_groups": {
"$ref": "#/definitions/guid_list",
"description": "Prototype-stage metadata tagging tree roots for this content item. A content item my belong to many facet groups without having any specific facet_values links."
},
"facet_values": {
"$ref": "#/definitions/guid_list",
"description": "Prototype-stage metadata tagging values for this content item, a content item can be linked to many facet values from varying facet groups."
},
"finder": {
"$ref": "#/definitions/guid_list",
"description": "Powers links from content back to finders the content is surfaced on"
},
"lead_organisations": {
"$ref": "#/definitions/guid_list",
"description": "DEPRECATED: A subset of organisations that should be emphasised in relation to this content item. All organisations specified here should also be part of the organisations array."
},
"mainstream_browse_pages": {
"$ref": "#/definitions/guid_list",
"description": "Powers the /browse section of the site. These are known as sections in some legacy apps."
},
"meets_user_needs": {
"$ref": "#/definitions/guid_list",
"description": "The user needs this piece of content meets."
},
"ordered_related_items": {
"$ref": "#/definitions/guid_list",
"description": "Related items, can be any page on GOV.UK. Mostly used for mainstream content to power the sidebar. Ordering of the links is determined by the editor in Content Tagger."
},
"ordered_related_items_overrides": {
"$ref": "#/definitions/guid_list",
"description": "Related items, can be any page on GOV.UK. Overrides 'more like this' automatically generated links in the beta navigation."
},
"organisations": {
"$ref": "#/definitions/guid_list",
"description": "All organisations linked to this content item. This should include lead organisations."
},
"original_primary_publishing_organisation": {
"$ref": "#/definitions/guid_list",
"description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications."
},
"parent": {
"$ref": "#/definitions/guid_list",
"description": "The parent content item.",
"maxItems": 1
},
"policy_areas": {
"$ref": "#/definitions/guid_list",
"description": "A largely deprecated tag currently only used to power email alerts."
},
"primary_publishing_organisation": {
"$ref": "#/definitions/guid_list",
"description": "The organisation that published the page. Corresponds to the first of the 'Lead organisations' in Whitehall, and is empty for all other publishing applications.",
"maxItems": 1
},
"suggested_ordered_related_items": {
"$ref": "#/definitions/guid_list",
"description": "New A/B test suggestions for related items. Used for displaying related content on most pages, except for step-by-step and fatality notices. Links and their ordering are determined by the machine learning algorithms included in this A/B test."
},
"taxons": {
"$ref": "#/definitions/guid_list",
"description": "Prototype-stage taxonomy label for this content item"
},
"topics": {
"$ref": "#/definitions/guid_list",
"description": "Powers the /topic section of the site. These are known as specialist sectors in some legacy apps."
}
},
"type": "object"
},
"locale": {
"$ref": "#/definitions/locale"
},
"navigation_document_supertype": {
"description": "Document type grouping powering the new taxonomy-based navigation pages",
"type": "string"
},
"need_ids": {
"items": {
"type": "string"
},
"type": "array"
},
"payload_version": {
"$ref": "#/definitions/payload_version"
},
"phase": {
"description": "The service design phase of this content item - https://www.gov.uk/service-manual/phases",
"enum": [
"alpha",
"beta",
"live"
],
"type": "string"
},
"public_updated_at": {
"$ref": "#/definitions/public_updated_at"
},
"publishing_app": {
"$ref": "#/definitions/publishing_app_name"
},
"publishing_request_id": {
"$ref": "#/definitions/publishing_request_id"
},
"redirects": {
"additionalItems": false,
"items": {},
"type": "array"
},
"rendering_app": {
"$ref": "#/definitions/rendering_app"
},
"routes": {
"$ref": "#/definitions/routes"
},
"schema_name": {
"enum": [
"email_alert_signup"
],
"type": "string"
},
"search_user_need_document_supertype": {
"description": "Document supertype grouping core and government documents",
"type": "string"
},
"title": {
"$ref": "#/definitions/title"
},
"update_type": {
"$ref": "#/definitions/update_type"
},
"user_journey_document_supertype": {
"description": "Document type grouping powering analytics of user journeys",
"type": "string"
},
"user_need_document_supertype": {
"description": "DEPRECATED. Use `content_purpose_document_supertype`.",
"type": "string"
},
"withdrawn_notice": {
"$ref": "#/definitions/withdrawn_notice"
}
},
"required": [
"analytics_identifier",
"base_path",
"content_id",
"description",
"details",
"document_type",
"email_document_supertype",
"expanded_links",
"first_published_at",
"government_document_supertype",
"govuk_request_id",
"links",
"locale",
"navigation_document_supertype",
"payload_version",
"phase",
"public_updated_at",
"publishing_app",
"redirects",
"rendering_app",
"routes",
"schema_name",
"title",
"update_type",
"user_journey_document_supertype"
],
"type": "object"
} | o21197 |
{
"properties": {
"acronyms": {
"items": {
"type": "string"
},
"type": "array",
"_uniqueItems": true
},
"country": {
"type": "string"
},
"doi": {
"type": "string"
},
"identifiers": {
"properties": {
"oaf": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"type": "object"
},
"name": {
"type": "string"
},
"parent": {
"properties": {
"$ref": {
"type": "string"
}
},
"type": "object"
},
"remote_created": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"remote_modified": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"subtype": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
} | 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 content it describes",
"type": "integer"
},
"keyword": {
"description": "The keyword used to describe a piece of content",
"type": "string"
},
"score": {
"description": "An arbitrary weighting to give the keyword",
"type": "number"
},
"tag": {
"description": "The Part of Speech tag for this keyword.",
"type": "string"
}
},
"required": [
"keyword",
"score"
],
"title": "Keyword",
"type": "object"
} | 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.",
"type": "boolean",
"default": false
},
"name": {
"description": "A public component MUST have a 'name'. This is what will be passed to require().",
"type": "string",
"pattern": "^[0-9a-z-_]+$"
},
"repo": {
"description": "The public component MUST have a 'repository' property, this is registry end-point consisting of <username>/<project> , for example 'visionmedia/page.js' or 'component/dialog'.",
"type": "string"
},
"description": {
"description": "The component SHOULD have a 'description' property. This helps people find and understand your component.",
"type": "string"
},
"version": {
"description": "The public component MUST include a version, allowing other scripts to depend on specific releases of the component.",
"type": "string"
},
"keywords": {
"description": "Keywords are used when searching for a component. A public component SHOULD list a few keywords.",
"type": "array",
"items": {
"type": "string",
"minItems": 1
}
},
"main": {
"description": "It is recommended that you use 'index.js' for the main component file, however if you use another filename, you MUST define a 'main' field for that.",
"type": "string"
},
"scripts": {
"description": "The scripts field explicitly specifies the scripts for this component. For public components, these must be regular JavaScript files. For private components, these should be regular Javascript files.",
"type": "array",
"items": {
"type": "string",
"minItems": 1
}
},
"styles": {
"description": "The styles field explicitly specifies the stylesheets for this component. For public components, these must be regular CSS files. For private components, these should be regular CSS files.",
"type": "array",
"items": {
"type": "string",
"minItems": 1
}
},
"json": {
"description": "The json field explicitly specifies the JSON files for this component. Each file must be valid JSON .",
"type": "array",
"items": {
"type": "string",
"minItems": 1
}
},
"images": {
"description": "The images field MUST be supported and fetched upon installation, this allows component build tools to rewrite stylesheet url() s in order to accomodate various file serving techniques.",
"type": "array",
"items": {
"type": "string",
"minItems": 1
}
},
"fonts": {
"description": "The fonts field MUST be supported and fetched upon installation, this allows component build tools to rewrite stylesheet url() s in order to accomodate various file serving techniques.",
"type": "array",
"items": {
"type": "string",
"minItems": 1
}
},
"files": {
"description": "In the future we will classify more file types, however for those which are not treated uniquely such as fonts may be placed in a files array to aid build and installation tools.",
"type": "array",
"items": {
"type": "string",
"minItems": 1
}
},
"dependencies": {
"description": "Runtime dependencies.",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"locals": {
"description": "Local dependencies are already located on disk, these are not installed, but are however included in the builds, thus no versions need to be defined. Local components should be located in a directory specified within .paths.",
"type": "array",
"items": {
"type": "string",
"minItems": 1
}
},
"remotes": {
"description": "The public component must not contain any remotes.",
"type": "array",
"items": {
"type": "string",
"minItems": 1
}
},
"paths": {
"description": "The public component must not contain any paths.",
"type": "array",
"items": {
"type": "string",
"minItems": 1
}
},
"templates": {
"description": "The templates array MUST provide the contents of each file as a require-able module. For example the following must provide the HTML string via require('user.html').",
"type": "array",
"items": {
"type": "string",
"minItems": 1
}
},
"demo": {
"type": "string"
},
"development": {
"$ref": "#"
},
"license": {
"description": "The license string such as 'MIT' may be used for search output and other reporting, developers SHOULD specify this field",
"type": "string"
}
}
} | o16742 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the shape",
"type": "number"
},
"height": {
"description": "The height of the shape",
"type": "number"
},
"length": {
"description": "The length of the shape",
"type": "number"
},
"radius": {
"description": "The radius of the shape",
"type": "number"
},
"width": {
"description": "The width of the shape",
"type": "number"
}
},
"required": [
"length",
"width",
"radius",
"base",
"height"
],
"type": "object"
},
"shape": {
"description": "The shape to calculate the area of",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | 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.json catalog).",
"type": "object",
"required": [
"productNumber",
"agencyName"
],
"properties": {
"agencyCode": {
"title": "Agency Code",
"description": "Agency Code",
"type": "string",
"office_detail": false
},
"productNumber": {
"title": "Product Number",
"description": "",
"type": "string",
"office_detail": true
},
"agencyName": {
"title": "Recommendation Target Agency/Organization",
"description": "Agency Name",
"type": "string",
"office_detail": false
},
"engagementCode": {
"title": "Engagement Code",
"description": "Engagement Code",
"type": "string",
"office_detail": false
},
"recommendationText": {
"title": "Recommendation Text",
"description": "Recommendation Text",
"type": "string",
"office_detail": true
},
"statusComments": {
"title": "Status Comments",
"description": "Status Comments",
"type": "string",
"office_detail": false
},
"status": {
"title": "Status",
"description": "Status",
"type": "string",
"enum": [
"Open",
"Closed"
],
"office_detail": true
}
}
} | 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",
"type": "string"
},
"price": {
"description": "The price per unit of the item",
"type": "number"
},
"quantity": {
"description": "The quantity of the item",
"type": "integer"
}
},
"required": [
"name",
"quantity",
"price"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"customer_name",
"items"
],
"type": "object"
} | 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"
],
"properties": {
"schema": {
"description": "The schema associated with this document",
"type": "string",
"enum": [
"avalon-core:version-3.0"
],
"example": "avalon-core:version-3.0"
},
"type": {
"description": "The type of document",
"type": "string",
"enum": [
"version"
],
"example": "version"
},
"parent": {
"description": "Unique identifier to parent document",
"example": "592c33475f8c1b064c4d1696"
},
"name": {
"description": "Number of version",
"type": "number",
"example": 12
},
"locations": {
"description": "Where on the planet this version can be found.",
"type": "array",
"items": {
"type": "string"
},
"example": [
"data.avalon.com"
]
},
"data": {
"description": "Document metadata",
"type": "object",
"required": [
"author",
"source",
"time"
],
"properties": {
"time": {
"description": "ISO formatted, file-system compatible time",
"type": "string"
},
"timeFormat": {
"description": "ISO format of time",
"type": "string"
},
"author": {
"description": "User logged on to the machine at time of publish",
"type": "string"
},
"version": {
"description": "Number of this version",
"type": "number"
},
"path": {
"description": "Unformatted path, e.g. '{root}/assets/Bruce/publish/lookdevDefault/v001",
"type": "string"
},
"source": {
"description": "Original file from which this version was made.",
"type": "string"
}
},
"example": {
"source": "{root}/f02_prod/assets/BubbleWitch/work/modeling/marcus/maya/scenes/model_v001.ma",
"author": "marcus",
"time": "20170510T090203Z"
}
}
}
} | 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",
"null"
]
},
"video_duration": {
"description": "The video duration in seconds.",
"minimum": 0,
"type": [
"integer",
"null"
]
},
"video_percent": {
"description": "The percentage of video watched.",
"maximum": 100,
"minimum": 0,
"type": [
"number",
"null"
]
},
"video_provider": {
"description": "The video provider.",
"maxLength": 4096,
"type": [
"string",
"null"
]
},
"video_title": {
"description": "The video title.",
"maxLength": 4096,
"type": [
"string",
"null"
]
},
"video_url": {
"_format": "uri",
"description": "The video url.",
"maxLength": 4096,
"type": [
"string",
"null"
]
},
"visible": {
"description": "Whether the video is visible or not.",
"type": [
"boolean",
"null"
]
}
},
"self": {
"format": "jsonschema",
"name": "video_complete",
"vendor": "com.google.ga4.enhanced-measurement",
"version": "1-0-0"
},
"type": "object"
} | 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"
},
"intfName": {
"type": "string",
"description": "Name of the network interface inside the chute",
"pattern": "[a-z][a-z0-9]*"
},
"vlan_id": {
"type": "integer",
"description": "VLAN tag for traffic to and from the chute",
"minimum": 1,
"maxmimum": 4094
},
"dhcp": {
"description": "DHCP server configuration",
"type": "object",
"properties": {
"leasetime": {
"type": "string",
"description": "Duration of client leases, e.g. 2h"
},
"limit": {
"type": "integer",
"description": "Size of address range beginning at start value.",
"minimum": 1
},
"start": {
"type": "integer",
"description": "Starting offset for address assignment.",
"minimum": 0
},
"relay": {
"type": "string",
"description": "Address of a DHCP server if this server will be acting as a relay agent (experimental)"
}
}
},
"ipv4_network": {
"type": "string",
"description": "Request specific IP network in slash notation"
},
"dns": {
"type": "array",
"description": "List of DNS servers to advertise to connected clients",
"items": {
"type": "string"
}
}
},
"required": [
"type",
"intfName",
"vlan_id"
]
} | 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",
"properties": {
"numeroMRUC": {
"type": "string"
},
"documentosCarga": {
"type": "array",
"items": {
"type": "object",
"properties": {
"nivel": {
"type": "string"
},
"documentos": {
"type": "array",
"items": {
"type": "object",
"properties": {
"numeroDUE": {
"type": "string"
},
"numeroRUC": {
"type": "string"
}
}
}
}
}
}
},
"permiteMovimentacao": {
"type": "boolean"
}
}
}
},
"listaMensagem": {
"type": "array",
"items": {
"type": "object",
"properties": {
"mensagem": {
"type": "string"
},
"codigoErro": {
"type": "string"
}
}
}
}
}
} | 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: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
"type": [
"string",
"null"
]
},
"optional": {
"description": "Specify whether the ConfigMap must be defined",
"type": [
"boolean",
"null"
]
}
},
"type": "object"
} | 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",
"description": "The start time of a scheduled job. Example. 2014-06-11T00:00:00-08:00"
},
"endTime": {
"type": "string",
"format": "date-time",
"description": "The end time of a scheduled job. Example. 2014-06-12T00:00:00-08:00"
},
"jobRecurrenceFrequency": {
"type": "string",
"enum": ["Second", "Minute", "Hour", "Day", "Week", "Month"],
"description": "The frequency metric used with the 'interval' property."
},
"interval": {
"type": "integer",
"description": "The interval of how often the Azure Webjob should run. Use it with the 'jobRecurrenceFrequency' property."
}
}
},
"scheduled": {
"required": [
"webJobName",
"startTime",
"endTime",
"jobRecurrenceFrequency",
"interval"
],
"allOf": [
{
"$ref": "#/definitions/shared"
}
],
"properties": {
"runMode": {
"type": "string",
"enum": ["Scheduled"],
"description": "Determines the run mode of the Azure Webjob. \n\n Triggered: manually triggered \n Scheduled: runs on a specific schedule \n Continuous: runs all the time"
}
}
},
"notScheduled": {
"required": ["runMode"],
"allOf": [
{
"$ref": "#/definitions/shared"
}
],
"properties": {
"runMode": {
"type": "string",
"enum": ["Continuous", "OnDemand"],
"description": "Determines the run mode of the Azure Webjob. \n\n Triggered: manually triggered \n Scheduled: runs on a specific schedule \n Continuous: runs all the time"
}
}
}
},
"id": "https://json.schemastore.org/webjob-publish-settings.json",
"oneOf": [
{
"$ref": "#/definitions/scheduled"
},
{
"$ref": "#/definitions/notScheduled"
}
],
"required": ["runMode"],
"title": "JSON schema for Azure Webjobs configuration files",
"type": "object"
}
| webjob-publish-settings |
{
"$schema": "http://json-schema.org/draft-04/schema",
"definitions": {
"operation": {
"enum": [
"insert",
"update",
"delete"
]
}
},
"type": "object",
"properties": {
"operation": {
"$ref": "#/definitions/operation"
}
},
"required": [
"operation"
],
"additionalProperties": false
} | 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 shape for which the area will be calculated",
"enum": [
"rectangle",
"circle"
],
"type": "string"
},
"width": {
"description": "The width of the rectangle (required if shape is rectangle)",
"type": "number"
}
},
"required": [
"shape"
],
"type": "object"
} | 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": {
"description": "The width of the shape",
"type": "number"
}
},
"required": [
"length",
"width",
"radius"
],
"type": "object"
},
"shape": {
"description": "The shape for which to calculate area",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_8aec5312 |
{
"properties": {
"builtin": {
"enum": [
"MODIFIABLE",
"DELETABLE",
"IMMUTABLE",
"PARTITION_ALL"
],
"readonly": true,
"type": "object"
},
"bundle": {
"enum": [
"YES",
"NO"
],
"type": "string"
},
"cert": {
"type": "string"
},
"certificatetype": {
"enum": [
"ROOT_CERT",
"INTM_CERT",
"CLNT_CERT",
"SRVR_CERT",
"UNKNOWN_CERT"
],
"readonly": true,
"type": "object"
},
"certkey": {
"type": "string"
},
"clientcertnotafter": {
"readonly": true,
"type": "string"
},
"clientcertnotbefore": {
"readonly": true,
"type": "string"
},
"data": {
"readonly": true,
"type": "integer"
},
"daystoexpiration": {
"readonly": true,
"type": "integer"
},
"deletefromdevice": {
"type": "boolean"
},
"expirymonitor": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"
},
"feature": {
"enum": [
"WL",
"WebLogging",
"SP",
"SurgeProtection",
"LB",
"LoadBalancing",
"CS",
"ContentSwitching",
"CR",
"CacheRedirection",
"SC",
"SureConnect",
"CMP",
"CMPcntl",
"CompressionControl",
"PQ",
"PriorityQueuing",
"HDOSP",
"HttpDoSProtection",
"SSLVPN",
"AAA",
"GSLB",
"GlobalServerLoadBalancing",
"SSL",
"SSLOffload",
"SSLOffloading",
"CF",
"ContentFiltering",
"IC",
"IntegratedCaching",
"OSPF",
"OSPFRouting",
"RIP",
"RIPRouting",
"BGP",
"BGPRouting",
"REWRITE",
"IPv6PT",
"IPv6protocoltranslation",
"AppFw",
"ApplicationFirewall",
"RESPONDER",
"HTMLInjection",
"push",
"NSPush",
"NetScalerPush",
"AppFlow",
"CloudBridge",
"ISIS",
"ISISRouting",
"CH",
"CallHome",
"AppQoE",
"ContentAccelerator",
"SYSTEM",
"RISE",
"FEO",
"LSN",
"LargeScaleNAT",
"RDPProxy",
"Rep",
"Reputation",
"URLFiltering",
"VideoOptimization",
"ForwardProxy",
"SSLInterception",
"AdaptiveTCP",
"CQA",
"CI",
"ContentInspection",
"Bot"
],
"readonly": true,
"type": "string"
},
"fipskey": {
"type": "string"
},
"hsmkey": {
"type": "string"
},
"inform": {
"enum": [
"DER",
"PEM",
"PFX"
],
"type": "string"
},
"issuer": {
"readonly": true,
"type": "string"
},
"key": {
"type": "string"
},
"linkcertkeyname": {
"type": "string"
},
"nodomaincheck": {
"type": "boolean"
},
"notificationperiod": {
"type": "integer"
},
"ocspresponsestatus": {
"enum": [
"NONE",
"EXPIRED",
"VALID"
],
"readonly": true,
"type": "string"
},
"ocspstaplingcache": {
"type": "boolean"
},
"passcrypt": {
"readonly": true,
"type": "string"
},
"passplain": {
"type": "string"
},
"password": {
"type": "boolean"
},
"priority": {
"readonly": true,
"type": "integer"
},
"publickey": {
"readonly": true,
"type": "string"
},
"publickeysize": {
"readonly": true,
"type": "integer"
},
"serial": {
"readonly": true,
"type": "string"
},
"servicename": {
"readonly": true,
"type": "string"
},
"signaturealg": {
"readonly": true,
"type": "string"
},
"status": {
"enum": [
"Valid",
"Not yet valid",
"Expired"
],
"readonly": true,
"type": "string"
},
"subject": {
"readonly": true,
"type": "string"
},
"version": {
"readonly": true,
"type": "integer"
}
},
"title": "sslcertkey",
"type": "object"
} | 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": "pbj:acme:blog:entity:comment:1-0-0"
},
"_id": {
"type": "string",
"pattern": "^[\\w\\.-_]+$",
"pbj": {
"type": "identifier",
"rule": "single",
"overridable": true
}
},
"created_at": {
"type": "string",
"pattern": "^[1-9]{1}[0-9]{12,15}$",
"pbj": {
"type": "microtime",
"rule": "single"
}
},
"updated_at": {
"type": "string",
"pattern": "^[1-9]{1}[0-9]{12,15}$",
"pbj": {
"type": "microtime",
"rule": "single",
"useTypeDefault": false
}
},
"published_at": {
"type": "string",
"pattern": "^[1-9]{1}[0-9]{12,15}$",
"pbj": {
"type": "microtime",
"rule": "single"
}
},
"comment": {
"type": "string",
"minLength": 0,
"maxLength": 65535,
"pbj": {
"type": "text",
"rule": "single"
}
}
},
"required": [
"_schema",
"_id",
"created_at"
],
"additionalProperties": false
} | 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": ["executable"],
"properties": {
"contextEnvironmentVariables": {
"type": "array",
"description": "Array of environment variable names. These variables are mixed-up into hash that determines the location service pipe name. The order is significant.",
"items": {
"type": "string"
},
"uniqueItems": true
},
"executable": {
"type": "string"
},
"args": {
"type": "array",
"items": {
"type": "string"
}
},
"additionalEnvironmentVariables": {
"type": "object",
"description": "An object with properties like \"environment variable name\": \"value\" that describes what environment variables to set for the Hub Controller.",
"additionalProperties": false,
"patternProperties": {
"^[A-Za-z0-9_/\\.]+$": {
"type": "string",
"description": "The value of the environment variable to set."
}
}
}
},
"hosts": {
"type": "object",
"required": ["rootDir"],
"properties": {
"rootDir": {
"type": "string",
"description": "The path to the directory immediately under which are folders that contain *.servicehub.host.json files."
}
}
},
"services": {
"type": "object",
"required": ["rootDir"],
"properties": {
"rootDir": {
"type": "string",
"description": "The path to the directory immediately under which are folders that contain *.servicehub.service.json files."
},
"discoveryServices": {
"description": "Service names of optional discovery service modules. Controller will use them to locate a service which it cannot find in the services folder.",
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
},
"required": ["controller", "hosts", "services"],
"title": "Microsoft ServiceHub Configuration",
"type": "object"
}
| servicehub |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.