json_schema
stringlengths 43
1.28M
| unique_id
stringlengths 2
41
|
---|---|
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"invoice_items": {
"items": {
"properties": {
"item_name": {
"description": "The name of the item",
"type": "string"
},
"price": {
"description": "The price of the item",
"type": "number"
},
"quantity": {
"description": "The quantity of the item",
"type": "integer"
}
},
"required": [
"item_name",
"quantity",
"price"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"customer_name",
"invoice_items"
],
"type": "object"
} | create_invoice_c89e226a |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1beta1_RoleBinding": {
"description": "RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 RoleBinding, and will no longer be served in v1.20.",
"properties": {
"apiVersion": {
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
"type": "string"
},
"kind": {
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"enum": [
"RoleBinding"
],
"type": "string"
},
"metadata": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta",
"description": "Standard object's metadata."
},
"roleRef": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1beta1_RoleRef",
"description": "RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error."
},
"subjects": {
"description": "Subjects holds references to the objects the role applies to.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1beta1_Subject"
},
"type": "array"
}
},
"required": [
"roleRef"
],
"type": "object",
"x-kubernetes-group-version-kind": [
{
"group": "rbac.authorization.k8s.io",
"kind": "RoleBinding",
"version": "v1beta1"
}
]
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1beta1_RoleRef": {
"description": "RoleRef contains information that points to the role being used",
"properties": {
"apiGroup": {
"description": "APIGroup is the group for the resource being referenced",
"type": "string"
},
"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": [
"apiGroup",
"kind",
"name"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1beta1_Subject": {
"description": "Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names.",
"properties": {
"apiGroup": {
"description": "APIGroup holds the API group of the referenced subject. Defaults to \"\" for ServiceAccount subjects. Defaults to \"rbac.authorization.k8s.io\" for User and Group subjects.",
"type": "string"
},
"kind": {
"description": "Kind of object being referenced. Values defined by this API group are \"User\", \"Group\", and \"ServiceAccount\". If the Authorizer does not recognized the kind value, the Authorizer should report an error.",
"type": "string"
},
"name": {
"description": "Name of the object being referenced.",
"type": "string"
},
"namespace": {
"description": "Namespace of the referenced object. If the object kind is non-namespace, such as \"User\" or \"Group\", and this value is not empty the Authorizer should report an error.",
"type": "string"
}
},
"required": [
"kind",
"name"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1": {
"description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff",
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ListMeta": {
"description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.",
"properties": {
"continue": {
"description": "continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.",
"type": "string"
},
"remainingItemCount": {
"_format": "int64",
"description": "remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.",
"type": "integer"
},
"resourceVersion": {
"description": "String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency",
"type": "string"
},
"selfLink": {
"description": "selfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.",
"type": "string"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry": {
"description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.",
"properties": {
"apiVersion": {
"description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.",
"type": "string"
},
"fieldsType": {
"description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"",
"type": "string"
},
"fieldsV1": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1",
"description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type."
},
"manager": {
"description": "Manager is an identifier of the workflow managing these fields.",
"type": "string"
},
"operation": {
"description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.",
"type": "string"
},
"time": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta": {
"description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.",
"properties": {
"annotations": {
"additionalProperties": {
"type": "string"
},
"description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations",
"type": "object"
},
"clusterName": {
"description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.",
"type": "string"
},
"creationTimestamp": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
},
"deletionGracePeriodSeconds": {
"_format": "int64",
"description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.",
"type": "integer"
},
"deletionTimestamp": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
},
"finalizers": {
"description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.",
"items": {
"type": "string"
},
"type": "array",
"x-kubernetes-patch-strategy": "merge"
},
"generateName": {
"description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency",
"type": "string"
},
"generation": {
"_format": "int64",
"description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.",
"type": "integer"
},
"labels": {
"additionalProperties": {
"type": "string"
},
"description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels",
"type": "object"
},
"managedFields": {
"description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry"
},
"type": "array"
},
"name": {
"description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names",
"type": "string"
},
"namespace": {
"description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces",
"type": "string"
},
"ownerReferences": {
"description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference"
},
"type": "array",
"x-kubernetes-patch-merge-key": "uid",
"x-kubernetes-patch-strategy": "merge"
},
"resourceVersion": {
"description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency",
"type": "string"
},
"selfLink": {
"description": "SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.",
"type": "string"
},
"uid": {
"description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids",
"type": "string"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference": {
"description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.",
"properties": {
"apiVersion": {
"description": "API version of the referent.",
"type": "string"
},
"blockOwnerDeletion": {
"description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.",
"type": "boolean"
},
"controller": {
"description": "If true, this reference points to the managing controller.",
"type": "boolean"
},
"kind": {
"description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"type": "string"
},
"name": {
"description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names",
"type": "string"
},
"uid": {
"description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids",
"type": "string"
}
},
"required": [
"apiVersion",
"kind",
"name",
"uid"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": {
"_format": "date-time",
"description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.",
"type": "string"
}
},
"description": "RoleBindingList is a collection of RoleBindings Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 RoleBindingList, and will no longer be served in v1.20.",
"properties": {
"apiVersion": {
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
"type": [
"string",
"null"
]
},
"items": {
"description": "Items is a list of RoleBindings",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1beta1_RoleBinding"
},
"type": [
"array",
"null"
]
},
"kind": {
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"enum": [
"RoleBindingList"
],
"type": [
"string",
"null"
]
},
"metadata": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ListMeta",
"description": "Standard object's metadata."
}
},
"required": [
"items"
],
"type": "object",
"x-kubernetes-group-version-kind": [
{
"group": "rbac.authorization.k8s.io",
"kind": "RoleBindingList",
"version": "v1beta1"
}
]
} | kb_861_Normalized |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_AttachedVolume": {
"description": "AttachedVolume describes a volume attached to a node",
"properties": {
"devicePath": {
"description": "DevicePath represents the device path where the volume should be available",
"type": "string"
},
"name": {
"description": "Name of the attached volume",
"type": "string"
}
},
"required": [
"name",
"devicePath"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ConfigMapNodeConfigSource": {
"description": "ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node.",
"properties": {
"kubeletConfigKey": {
"description": "KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.",
"type": "string"
},
"name": {
"description": "Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.",
"type": "string"
},
"namespace": {
"description": "Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.",
"type": "string"
},
"resourceVersion": {
"description": "ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.",
"type": "string"
},
"uid": {
"description": "UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.",
"type": "string"
}
},
"required": [
"namespace",
"name",
"kubeletConfigKey"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ContainerImage": {
"description": "Describe a container image",
"properties": {
"names": {
"description": "Names by which this image is known. e.g. [\"k8s.gcr.io/hyperkube:v1.0.7\", \"dockerhub.io/google_containers/hyperkube:v1.0.7\"]",
"items": {
"type": "string"
},
"type": "array"
},
"sizeBytes": {
"_format": "int64",
"description": "The size of the image in bytes.",
"type": "integer"
}
},
"required": [
"names"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_DaemonEndpoint": {
"description": "DaemonEndpoint contains information about a single Daemon endpoint.",
"properties": {
"Port": {
"_format": "int32",
"description": "Port number of the given endpoint.",
"type": "integer"
}
},
"required": [
"Port"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Node": {
"description": "Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd).",
"properties": {
"apiVersion": {
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
"type": "string"
},
"kind": {
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"enum": [
"Node"
],
"type": "string"
},
"metadata": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta",
"description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
},
"spec": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeSpec",
"description": "Spec defines the behavior of a node. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status"
},
"status": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeStatus",
"description": "Most recently observed status of the node. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status"
}
},
"type": "object",
"x-kubernetes-group-version-kind": [
{
"group": "",
"kind": "Node",
"version": "v1"
}
]
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeAddress": {
"description": "NodeAddress contains information for the node's address.",
"properties": {
"address": {
"description": "The node address.",
"type": "string"
},
"type": {
"description": "Node address type, one of Hostname, ExternalIP or InternalIP.",
"type": "string"
}
},
"required": [
"type",
"address"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeCondition": {
"description": "NodeCondition contains condition information for a node.",
"properties": {
"lastHeartbeatTime": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "Last time we got an update on a given condition."
},
"lastTransitionTime": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "Last time the condition transit from one status to another."
},
"message": {
"description": "Human readable message indicating details about last transition.",
"type": "string"
},
"reason": {
"description": "(brief) reason for the condition's last transition.",
"type": "string"
},
"status": {
"description": "Status of the condition, one of True, False, Unknown.",
"type": "string"
},
"type": {
"description": "Type of node condition.",
"type": "string"
}
},
"required": [
"type",
"status"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeConfigSource": {
"description": "NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil.",
"properties": {
"configMap": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ConfigMapNodeConfigSource",
"description": "ConfigMap is a reference to a Node's ConfigMap"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeConfigStatus": {
"description": "NodeConfigStatus describes the status of the config assigned by Node.Spec.ConfigSource.",
"properties": {
"active": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeConfigSource",
"description": "Active reports the checkpointed config the node is actively using. Active will represent either the current version of the Assigned config, or the current LastKnownGood config, depending on whether attempting to use the Assigned config results in an error."
},
"assigned": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeConfigSource",
"description": "Assigned reports the checkpointed config the node will try to use. When Node.Spec.ConfigSource is updated, the node checkpoints the associated config payload to local disk, along with a record indicating intended config. The node refers to this record to choose its config checkpoint, and reports this record in Assigned. Assigned only updates in the status after the record has been checkpointed to disk. When the Kubelet is restarted, it tries to make the Assigned config the Active config by loading and validating the checkpointed payload identified by Assigned."
},
"error": {
"description": "Error describes any problems reconciling the Spec.ConfigSource to the Active config. Errors may occur, for example, attempting to checkpoint Spec.ConfigSource to the local Assigned record, attempting to checkpoint the payload associated with Spec.ConfigSource, attempting to load or validate the Assigned config, etc. Errors may occur at different points while syncing config. Earlier errors (e.g. download or checkpointing errors) will not result in a rollback to LastKnownGood, and may resolve across Kubelet retries. Later errors (e.g. loading or validating a checkpointed config) will result in a rollback to LastKnownGood. In the latter case, it is usually possible to resolve the error by fixing the config assigned in Spec.ConfigSource. You can find additional information for debugging by searching the error message in the Kubelet log. Error is a human-readable description of the error state; machines can check whether or not Error is empty, but should not rely on the stability of the Error text across Kubelet versions.",
"type": "string"
},
"lastKnownGood": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeConfigSource",
"description": "LastKnownGood reports the checkpointed config the node will fall back to when it encounters an error attempting to use the Assigned config. The Assigned config becomes the LastKnownGood config when the node determines that the Assigned config is stable and correct. This is currently implemented as a 10-minute soak period starting when the local record of Assigned config is updated. If the Assigned config is Active at the end of this period, it becomes the LastKnownGood. Note that if Spec.ConfigSource is reset to nil (use local defaults), the LastKnownGood is also immediately reset to nil, because the local default config is always assumed good. You should not make assumptions about the node's method of determining config stability and correctness, as this may change or become configurable in the future."
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeDaemonEndpoints": {
"description": "NodeDaemonEndpoints lists ports opened by daemons running on the Node.",
"properties": {
"kubeletEndpoint": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_DaemonEndpoint",
"description": "Endpoint on which Kubelet is listening."
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeSpec": {
"description": "NodeSpec describes the attributes that a node is created with.",
"properties": {
"configSource": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeConfigSource",
"description": "If specified, the source to get node configuration from The DynamicKubeletConfig feature gate must be enabled for the Kubelet to use this field"
},
"externalID": {
"description": "Deprecated. Not all kubelets will set this field. Remove field after 1.13. see: https://issues.k8s.io/61966",
"type": "string"
},
"podCIDR": {
"description": "PodCIDR represents the pod IP range assigned to the node.",
"type": "string"
},
"podCIDRs": {
"description": "podCIDRs represents the IP ranges assigned to the node for usage by Pods on that node. If this field is specified, the 0th entry must match the podCIDR field. It may contain at most 1 value for each of IPv4 and IPv6.",
"items": {
"type": "string"
},
"type": "array",
"x-kubernetes-patch-strategy": "merge"
},
"providerID": {
"description": "ID of the node assigned by the cloud provider in the format: <ProviderName>://<ProviderSpecificNodeID>",
"type": "string"
},
"taints": {
"description": "If specified, the node's taints.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Taint"
},
"type": "array"
},
"unschedulable": {
"description": "Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: https://kubernetes.io/docs/concepts/nodes/node/#manual-node-administration",
"type": "boolean"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeStatus": {
"description": "NodeStatus is information about the current status of a node.",
"properties": {
"addresses": {
"description": "List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See http://pr.k8s.io/79391 for an example.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeAddress"
},
"type": "array",
"x-kubernetes-patch-merge-key": "type",
"x-kubernetes-patch-strategy": "merge"
},
"allocatable": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity"
},
"description": "Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.",
"type": "object"
},
"capacity": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity"
},
"description": "Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity",
"type": "object"
},
"conditions": {
"description": "Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeCondition"
},
"type": "array",
"x-kubernetes-patch-merge-key": "type",
"x-kubernetes-patch-strategy": "merge"
},
"config": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeConfigStatus",
"description": "Status of the config assigned to the node via the dynamic Kubelet config feature."
},
"daemonEndpoints": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeDaemonEndpoints",
"description": "Endpoints of daemons running on the Node."
},
"images": {
"description": "List of container images on this node",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ContainerImage"
},
"type": "array"
},
"nodeInfo": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeSystemInfo",
"description": "Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info"
},
"phase": {
"description": "NodePhase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated.",
"type": "string"
},
"volumesAttached": {
"description": "List of volumes that are attached to the node.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_AttachedVolume"
},
"type": "array"
},
"volumesInUse": {
"description": "List of attachable volumes in use (mounted) by the node.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeSystemInfo": {
"description": "NodeSystemInfo is a set of ids/uuids to uniquely identify the node.",
"properties": {
"architecture": {
"description": "The Architecture reported by the node",
"type": "string"
},
"bootID": {
"description": "Boot ID reported by the node.",
"type": "string"
},
"containerRuntimeVersion": {
"description": "ContainerRuntime Version reported by the node through runtime remote API (e.g. docker://1.5.0).",
"type": "string"
},
"kernelVersion": {
"description": "Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).",
"type": "string"
},
"kubeProxyVersion": {
"description": "KubeProxy Version reported by the node.",
"type": "string"
},
"kubeletVersion": {
"description": "Kubelet Version reported by the node.",
"type": "string"
},
"machineID": {
"description": "MachineID reported by the node. For unique machine identification in the cluster this field is preferred. Learn more from man(5) machine-id: http://man7.org/linux/man-pages/man5/machine-id.5.html",
"type": "string"
},
"operatingSystem": {
"description": "The Operating System reported by the node",
"type": "string"
},
"osImage": {
"description": "OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).",
"type": "string"
},
"systemUUID": {
"description": "SystemUUID reported by the node. For unique machine identification MachineID is preferred. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html/rhsm/uuid",
"type": "string"
}
},
"required": [
"machineID",
"systemUUID",
"bootID",
"kernelVersion",
"osImage",
"containerRuntimeVersion",
"kubeletVersion",
"kubeProxyVersion",
"operatingSystem",
"architecture"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Taint": {
"description": "The node this Taint is attached to has the \"effect\" on any pod that does not tolerate the Taint.",
"properties": {
"effect": {
"description": "Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute.",
"type": "string"
},
"key": {
"description": "Required. The taint key to be applied to a node.",
"type": "string"
},
"timeAdded": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "TimeAdded represents the time at which the taint was added. It is only written for NoExecute taints."
},
"value": {
"description": "The taint value corresponding to the taint key.",
"type": "string"
}
},
"required": [
"key",
"effect"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity": {
"oneOf": [
{
"type": "string"
},
{
"type": "number"
}
]
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1": {
"description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff",
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ListMeta": {
"description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.",
"properties": {
"continue": {
"description": "continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.",
"type": "string"
},
"remainingItemCount": {
"_format": "int64",
"description": "remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.",
"type": "integer"
},
"resourceVersion": {
"description": "String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency",
"type": "string"
},
"selfLink": {
"description": "selfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.",
"type": "string"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry": {
"description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.",
"properties": {
"apiVersion": {
"description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.",
"type": "string"
},
"fieldsType": {
"description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"",
"type": "string"
},
"fieldsV1": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1",
"description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type."
},
"manager": {
"description": "Manager is an identifier of the workflow managing these fields.",
"type": "string"
},
"operation": {
"description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.",
"type": "string"
},
"time": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta": {
"description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.",
"properties": {
"annotations": {
"additionalProperties": {
"type": "string"
},
"description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations",
"type": "object"
},
"clusterName": {
"description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.",
"type": "string"
},
"creationTimestamp": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
},
"deletionGracePeriodSeconds": {
"_format": "int64",
"description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.",
"type": "integer"
},
"deletionTimestamp": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
},
"finalizers": {
"description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.",
"items": {
"type": "string"
},
"type": "array",
"x-kubernetes-patch-strategy": "merge"
},
"generateName": {
"description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency",
"type": "string"
},
"generation": {
"_format": "int64",
"description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.",
"type": "integer"
},
"labels": {
"additionalProperties": {
"type": "string"
},
"description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels",
"type": "object"
},
"managedFields": {
"description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry"
},
"type": "array"
},
"name": {
"description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names",
"type": "string"
},
"namespace": {
"description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces",
"type": "string"
},
"ownerReferences": {
"description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference"
},
"type": "array",
"x-kubernetes-patch-merge-key": "uid",
"x-kubernetes-patch-strategy": "merge"
},
"resourceVersion": {
"description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency",
"type": "string"
},
"selfLink": {
"description": "SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.",
"type": "string"
},
"uid": {
"description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids",
"type": "string"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference": {
"description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.",
"properties": {
"apiVersion": {
"description": "API version of the referent.",
"type": "string"
},
"blockOwnerDeletion": {
"description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.",
"type": "boolean"
},
"controller": {
"description": "If true, this reference points to the managing controller.",
"type": "boolean"
},
"kind": {
"description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"type": "string"
},
"name": {
"description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names",
"type": "string"
},
"uid": {
"description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids",
"type": "string"
}
},
"required": [
"apiVersion",
"kind",
"name",
"uid"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": {
"_format": "date-time",
"description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.",
"type": "string"
}
},
"description": "NodeList is the whole list of all Nodes which have been registered with master.",
"properties": {
"apiVersion": {
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
"type": [
"string",
"null"
]
},
"items": {
"description": "List of nodes",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Node"
},
"type": [
"array",
"null"
]
},
"kind": {
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"enum": [
"NodeList"
],
"type": [
"string",
"null"
]
},
"metadata": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ListMeta",
"description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
}
},
"required": [
"items"
],
"type": "object",
"x-kubernetes-group-version-kind": [
{
"group": "",
"kind": "NodeList",
"version": "v1"
}
]
} | kb_621_Normalized |
{
"properties": {
"backuppersistencetimeout": {
"type": "integer"
},
"cookiedomain": {
"type": "string"
},
"cookiename": {
"type": "string"
},
"mastervserver": {
"type": "string"
},
"name": {
"type": "string"
},
"newname": {
"type": "string"
},
"persistencebackup": {
"enum": [
"SOURCEIP",
"NONE"
],
"type": "string"
},
"persistencetype": {
"enum": [
"SOURCEIP",
"COOKIEINSERT",
"RULE",
"NONE"
],
"type": "string"
},
"persistmask": {
"type": "string"
},
"rule": {
"type": "string"
},
"td": {
"readonly": true,
"type": "integer"
},
"timeout": {
"type": "integer"
},
"usevserverpersistency": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"
},
"v6persistmasklen": {
"type": "integer"
}
},
"title": "lbgroup",
"type": "object"
} | o30521 |
{
"additionalProperties": false,
"definitions": {
"pathType": {
"pattern": "^(\\/?((\\.{2})|([a-z0-9\\-]*))($|\\/))*$",
"type": "string"
}
},
"not": {
"allOf": [
{
"required": [
"cmd"
]
},
{
"required": [
"args"
]
}
]
},
"properties": {
"acceptedResourceRoles": {
"items": {
"type": "string"
},
"type": "array"
},
"args": {
"items": {
"type": "string"
},
"type": "array"
},
"backoffFactor": {
"minimum": 1.0,
"type": "number"
},
"backoffSeconds": {
"minimum": 0,
"type": "integer"
},
"cmd": {
"minLength": 1,
"type": "string"
},
"constraints": {},
"container": {
"additionalProperties": false,
"properties": {
"docker": {
"additionalProperties": false,
"properties": {
"forcePullImage": {
"type": "boolean"
},
"image": {
"minLength": 1,
"type": "string"
},
"network": {
"type": "string"
},
"parameters": {
"items": {
"additionalProperties": false,
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"type": "array"
},
"portMappings": {
"items": {
"additionalProperties": false,
"properties": {
"containerPort": {
"maximum": 65535,
"minimum": 0,
"type": "integer"
},
"hostPort": {
"maximum": 65535,
"minimum": 0,
"type": "integer"
},
"protocol": {
"type": "string"
},
"servicePort": {
"maximum": 65535,
"minimum": 0,
"type": "integer"
}
},
"type": "object"
},
"type": "array"
},
"privileged": {
"type": "boolean"
}
},
"required": [
"image"
],
"type": "object"
},
"type": {
"type": "string"
},
"volumes": {
"items": {
"additionalProperties": false,
"properties": {
"containerPath": {
"type": "string"
},
"hostPath": {
"type": "string"
},
"mode": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"cpus": {
"minimum": 0,
"type": "number"
},
"dependencies": {
"items": {
"$ref": "#/definitions/pathType"
},
"type": "array"
},
"disk": {
"minimum": 0,
"type": "number"
},
"env": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"executor": {
"pattern": "^(|\\/\\/cmd|\\/?[^\\/]+(\\/[^\\/]+)*)$",
"type": "string"
},
"healthChecks": {
"items": {
"additionalProperties": false,
"properties": {
"command": {
"items": {
"additionalProperties": false,
"properties": {
"value": {
"type": "string"
}
}
},
"type": "object"
},
"gracePeriodSeconds": {
"minimum": 0,
"type": "integer"
},
"ignoreHttp1xx": {
"type": "boolean"
},
"intervalSeconds": {
"minimum": 0,
"type": "integer"
},
"maxConsecutiveFailures": {
"minimum": 0,
"type": "integer"
},
"path": {
"type": "string"
},
"portIndex": {
"minimum": 0,
"type": "integer"
},
"protocol": {
"type": "string"
},
"timeoutSeconds": {
"minimum": 0,
"type": "integer"
}
},
"type": "object"
},
"type": "array"
},
"id": {
"pattern": "^/?(([a-z0-9]|[a-z0-9][a-z0-9\\-]*[a-z0-9])\\.)*([a-z0-9]|[a-z0-9][a-z0-9\\-]*[a-z0-9])$",
"type": "string"
},
"instances": {
"minimum": 0,
"type": "integer"
},
"labels": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"maxLaunchDelaySeconds": {
"minimum": 0,
"type": "integer"
},
"mem": {
"minimum": 0,
"type": "number"
},
"ports": {
"items": {
"maximum": 65535,
"minimum": 0,
"type": "integer"
},
"type": "array",
"_uniqueItems": true
},
"requirePorts": {
"type": "boolean"
},
"storeUrls": {
"items": {
"type": "string"
},
"type": "array"
},
"upgradeStrategy": {
"additionalProperties": false,
"properties": {
"maximumOverCapacity": {
"maximum": 1.0,
"minimum": 0.0,
"type": "number"
},
"minimumHealthCapacity": {
"maximum": 1.0,
"minimum": 0.0,
"type": "number"
}
},
"type": "object"
},
"uris": {
"items": {
"type": "string"
},
"type": "array"
},
"user": {
"type": "string"
},
"version": {
"format": "date-time",
"type": "string"
},
"versionInfo": {
"additionalProperties": false,
"properties": {
"lastConfigChangeAt": {
"format": "date-time",
"type": "string"
},
"lastScalingAt": {
"format": "date-time",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"id"
],
"type": "object"
} | o65011 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://flynn.io/schema/error#",
"title": "Error",
"description": "",
"sortIndex": 14,
"type": "object",
"required": [
"code",
"message"
],
"properties": {
"code": {
"type": "string",
"enum": [
"not_found",
"object_not_found",
"object_exists",
"syntax_error",
"validation_error",
"unknown_error"
]
},
"message": {
"type": "string"
},
"detail": {
"type": "object",
"additionalProperties": {
"type": "string"
}
}
}
} | o89030 |
{
"definitions": {
"Translations": {
"additionalProperties": false,
"properties": {
"en": {
"type": "string"
},
"ru": {
"type": "string"
}
},
"required": [
"ru",
"en"
],
"type": "object"
}
},
"items": {
"additionalProperties": false,
"properties": {
"computeOfferings": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"$ref": "#/definitions/Translations"
},
"id": {
"minLength": 1,
"type": "string"
},
"name": {
"$ref": "#/definitions/Translations"
}
},
"required": [
"id",
"name",
"description",
"computeOfferings"
],
"type": "object"
},
"type": "array"
} | o27826 |
{
"additionalProperties": false,
"description": "Schema for mobile contexts",
"properties": {
"androidIdfa": {
"type": "string"
},
"appleIdfa": {
"type": "string"
},
"appleIdfv": {
"type": "string"
},
"carrier": {
"type": [
"string",
"null"
]
},
"deviceManufacturer": {
"type": "string"
},
"deviceModel": {
"type": "string"
},
"networkTechnology": {
"type": "string"
},
"networkType": {
"enum": [
"mobile",
"wifi",
"offline"
],
"type": "string"
},
"openIdfa": {
"type": "string"
},
"osType": {
"type": "string"
},
"osVersion": {
"type": "string"
}
},
"required": [
"osType",
"osVersion",
"deviceManufacturer",
"deviceModel"
],
"self": {
"format": "jsonschema",
"name": "mobile_context",
"vendor": "com.snowplowanalytics.snowplow",
"version": "1-0-1"
},
"type": "object"
} | sp_299_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "JSON Schema for Common Vulnerability Scoring System version 3.x",
"id": "https://scap.nist.gov/schema/nvd/feed/1.1/cvss-v3.x.json",
"type": "object",
"definitions": {
"attackVectorType": {
"type": "string",
"enum": [
"NETWORK",
"ADJACENT_NETWORK",
"LOCAL",
"PHYSICAL"
]
},
"modifiedAttackVectorType": {
"type": "string",
"enum": [
"NETWORK",
"ADJACENT_NETWORK",
"LOCAL",
"PHYSICAL",
"NOT_DEFINED"
]
},
"attackComplexityType": {
"type": "string",
"enum": [
"HIGH",
"LOW"
]
},
"modifiedAttackComplexityType": {
"type": "string",
"enum": [
"HIGH",
"LOW",
"NOT_DEFINED"
]
},
"privilegesRequiredType": {
"type": "string",
"enum": [
"HIGH",
"LOW",
"NONE"
]
},
"modifiedPrivilegesRequiredType": {
"type": "string",
"enum": [
"HIGH",
"LOW",
"NONE",
"NOT_DEFINED"
]
},
"userInteractionType": {
"type": "string",
"enum": [
"NONE",
"REQUIRED"
]
},
"modifiedUserInteractionType": {
"type": "string",
"enum": [
"NONE",
"REQUIRED",
"NOT_DEFINED"
]
},
"scopeType": {
"type": "string",
"enum": [
"UNCHANGED",
"CHANGED"
]
},
"modifiedScopeType": {
"type": "string",
"enum": [
"UNCHANGED",
"CHANGED",
"NOT_DEFINED"
]
},
"ciaType": {
"type": "string",
"enum": [
"NONE",
"LOW",
"HIGH"
]
},
"modifiedCiaType": {
"type": "string",
"enum": [
"NONE",
"LOW",
"HIGH",
"NOT_DEFINED"
]
},
"exploitCodeMaturityType": {
"type": "string",
"enum": [
"UNPROVEN",
"PROOF_OF_CONCEPT",
"FUNCTIONAL",
"HIGH",
"NOT_DEFINED"
]
},
"remediationLevelType": {
"type": "string",
"enum": [
"OFFICIAL_FIX",
"TEMPORARY_FIX",
"WORKAROUND",
"UNAVAILABLE",
"NOT_DEFINED"
]
},
"confidenceType": {
"type": "string",
"enum": [
"UNKNOWN",
"REASONABLE",
"CONFIRMED",
"NOT_DEFINED"
]
},
"ciaRequirementType": {
"type": "string",
"enum": [
"LOW",
"MEDIUM",
"HIGH",
"NOT_DEFINED"
]
},
"scoreType": {
"type": "number",
"minimum": 0,
"maximum": 10
},
"severityType": {
"type": "string",
"enum": [
"NONE",
"LOW",
"MEDIUM",
"HIGH",
"CRITICAL"
]
}
},
"properties": {
"version": {
"description": "CVSS Version",
"type": "string",
"enum": [
"3.0",
"3.1"
]
},
"vectorString": {
"type": "string",
"pattern": "^CVSS:3.[01]/((AV:[NALP]|AC:[LH]|PR:[UNLH]|UI:[NR]|S:[UC]|[CIA]:[NLH]|E:[XUPFH]|RL:[XOTWU]|RC:[XURC]|[CIA]R:[XLMH]|MAV:[XNALP]|MAC:[XLH]|MPR:[XUNLH]|MUI:[XNR]|MS:[XUC]|M[CIA]:[XNLH])/)*(AV:[NALP]|AC:[LH]|PR:[UNLH]|UI:[NR]|S:[UC]|[CIA]:[NLH]|E:[XUPFH]|RL:[XOTWU]|RC:[XURC]|[CIA]R:[XLMH]|MAV:[XNALP]|MAC:[XLH]|MPR:[XUNLH]|MUI:[XNR]|MS:[XUC]|M[CIA]:[XNLH])$"
},
"attackVector": {
"$ref": "#/definitions/attackVectorType"
},
"attackComplexity": {
"$ref": "#/definitions/attackComplexityType"
},
"privilegesRequired": {
"$ref": "#/definitions/privilegesRequiredType"
},
"userInteraction": {
"$ref": "#/definitions/userInteractionType"
},
"scope": {
"$ref": "#/definitions/scopeType"
},
"confidentialityImpact": {
"$ref": "#/definitions/ciaType"
},
"integrityImpact": {
"$ref": "#/definitions/ciaType"
},
"availabilityImpact": {
"$ref": "#/definitions/ciaType"
},
"baseScore": {
"$ref": "#/definitions/scoreType"
},
"baseSeverity": {
"$ref": "#/definitions/severityType"
},
"exploitCodeMaturity": {
"$ref": "#/definitions/exploitCodeMaturityType"
},
"remediationLevel": {
"$ref": "#/definitions/remediationLevelType"
},
"reportConfidence": {
"$ref": "#/definitions/confidenceType"
},
"temporalScore": {
"$ref": "#/definitions/scoreType"
},
"temporalSeverity": {
"$ref": "#/definitions/severityType"
},
"confidentialityRequirement": {
"$ref": "#/definitions/ciaRequirementType"
},
"integrityRequirement": {
"$ref": "#/definitions/ciaRequirementType"
},
"availabilityRequirement": {
"$ref": "#/definitions/ciaRequirementType"
},
"modifiedAttackVector": {
"$ref": "#/definitions/modifiedAttackVectorType"
},
"modifiedAttackComplexity": {
"$ref": "#/definitions/modifiedAttackComplexityType"
},
"modifiedPrivilegesRequired": {
"$ref": "#/definitions/modifiedPrivilegesRequiredType"
},
"modifiedUserInteraction": {
"$ref": "#/definitions/modifiedUserInteractionType"
},
"modifiedScope": {
"$ref": "#/definitions/modifiedScopeType"
},
"modifiedConfidentialityImpact": {
"$ref": "#/definitions/modifiedCiaType"
},
"modifiedIntegrityImpact": {
"$ref": "#/definitions/modifiedCiaType"
},
"modifiedAvailabilityImpact": {
"$ref": "#/definitions/modifiedCiaType"
},
"environmentalScore": {
"$ref": "#/definitions/scoreType"
},
"environmentalSeverity": {
"$ref": "#/definitions/severityType"
}
},
"required": [
"version",
"vectorString",
"baseScore",
"baseSeverity"
]
} | o78059 |
{
"properties": {
"flat": {
"default": true,
"description": "Flag to indicate if a dir is created.",
"type": "boolean"
},
"group": {
"aliases": [
"g"
],
"default": false,
"description": "Group the services within relative subfolders",
"type": "boolean"
},
"name": {
"$default": {
"$source": "argv",
"index": 0
},
"description": "The name of the data entity.",
"type": "string"
},
"path": {
"description": "The path to create the service.",
"format": "path",
"type": "string",
"visible": false
},
"project": {
"aliases": [
"p"
],
"description": "The name of the project.",
"type": "string"
},
"skipTests": {
"default": false,
"description": "When true, does not create test files.",
"type": "boolean"
}
},
"required": [],
"title": "NgRx Data Options Schema",
"type": "object"
} | o63321 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "org.eclipse.persistence.testing.jaxb.xmlelements.EmployeeArray",
"type": "object",
"properties": {
"employee-data": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"integer": {
"type": "array",
"items": {
"type": "integer"
}
},
"address": {
"type": "array",
"items": {
"$ref": "#/definitions/Address"
}
},
"string": {
"type": "array",
"items": {
"type": "string"
}
}
},
"additionalProperties": false
}
},
"definitions": {
"Address": {
"type": "object",
"properties": {
"street": {
"type": "string"
},
"city": {
"type": "string"
}
},
"additionalProperties": false
}
}
} | o42302 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Employee",
"description": "Employee data",
"type": "object",
"properties": {
"employees": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"unit": {
"type": "integer",
"minimum": 1,
"maximum": 9999
},
"title": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"name",
"unit",
"title"
]
}
}
}
} | o83721 |
{
"additionalProperties": false,
"properties": {
"browser_options": {
"type": "object"
},
"cubes": {
"type": "array"
},
"description": {
"type": "string"
},
"dimensions": {
"type": "array"
},
"info": {
"type": "object"
},
"joins": {
"type": "array"
},
"label": {
"type": "string"
},
"mappings": {
"type": "object"
},
"name": {
"type": "string"
},
"provider": {
"type": "string"
},
"schema": {
"type": "string"
},
"store": {
"type": "string"
}
},
"title": "Cubes Model",
"type": "object"
} | o91014 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "nestedtest",
"type": "object",
"properties": {},
"required": [
"top"
],
"definitions": {
"top": {
"type": "object",
"properties": {
"basic": {
"type": "string"
},
"nested": {
"$ref": "#/definitions/top/definitions/defnested"
}
},
"definitions": {
"defnested": {
"type": "object",
"properties": {
"append": {
"type": "string"
}
}
}
}
}
}
} | o10337 |
{
"description": "Generates an app shell for running a server-side version of an app.",
"long-description": "./app-shell-long.md",
"properties": {
"appDir": {
"default": "app",
"description": "The name of the application directory.",
"format": "path",
"type": "string"
},
"appId": {
"default": "serverApp",
"description": "The app ID to use in withServerTransition().",
"format": "html-selector",
"type": "string"
},
"clientProject": {
"$default": {
"$source": "projectName"
},
"description": "The name of the related client app.",
"type": "string"
},
"index": {
"default": "index.html",
"description": "The name of the index file",
"format": "path",
"type": "string",
"x-deprecated": "This option has no effect."
},
"main": {
"default": "main.server.ts",
"description": "The name of the main entry-point file.",
"format": "path",
"type": "string"
},
"name": {
"description": "The HTML selector of the Universal app",
"format": "html-selector",
"type": "string",
"x-deprecated": "This option has no effect."
},
"outDir": {
"default": "dist-server",
"description": "The output directory for build results.",
"format": "path",
"type": "string",
"x-deprecated": "This option has no effect."
},
"root": {
"default": "src",
"description": "The root directory of the app.",
"format": "path",
"type": "string",
"x-deprecated": "This option has no effect."
},
"rootModuleClassName": {
"default": "AppServerModule",
"description": "The name of the root module class.",
"format": "html-selector",
"type": "string"
},
"rootModuleFileName": {
"default": "app.server.module.ts",
"description": "The name of the root module file",
"format": "path",
"type": "string"
},
"route": {
"default": "shell",
"description": "Route path used to produce the app shell.",
"type": "string"
},
"sourceDir": {
"alias": "D",
"default": "src",
"description": "The path of the source directory.",
"format": "path",
"type": "string",
"x-deprecated": "This option has no effect."
},
"test": {
"description": "The name of the test entry-point file.",
"format": "path",
"type": "string",
"x-deprecated": "This option has no effect."
},
"testTsconfigFileName": {
"default": "tsconfig.spec",
"description": "The name of the TypeScript configuration file for tests.",
"format": "path",
"type": "string",
"x-deprecated": "This option has no effect."
},
"tsconfigFileName": {
"default": "tsconfig.server",
"description": "The name of the TypeScript configuration file.",
"format": "path",
"type": "string"
},
"universalProject": {
"description": "The name of related Universal app.",
"type": "string",
"x-deprecated": "This option has no effect."
}
},
"required": [
"clientProject"
],
"title": "Angular AppShell Options Schema",
"type": "object"
} | o58455 |
{
"properties": {
"active": {
"type": "boolean"
},
"created_at": {
"format": "date-time",
"type": "string"
},
"created_by": {
"type": "integer"
},
"id": {
"type": "integer"
},
"project_id": {
"type": "integer"
},
"search_url": {
"type": "string"
},
"searched_at": {
"format": "date-time",
"type": "string"
}
},
"required": [
"id",
"created_by",
"project_id",
"search_url"
],
"title": "DirectAwardSearch",
"type": "object"
} | o21091 |
{
"properties": {
"flat": {
"default": true,
"description": "Flag to indicate if a dir is created.",
"type": "boolean"
},
"minimal": {
"default": false,
"description": "Setup root state management without registering initial reducers.",
"type": "boolean"
},
"module": {
"alias": "m",
"default": "",
"description": "Allows specification of the declaring module.",
"subtype": "filepath",
"type": "string",
"x-prompt": "To which module (path) should the state be registered in?"
},
"name": {
"$default": {
"$source": "argv",
"index": 0
},
"description": "The name of the state.",
"type": "string",
"x-prompt": "What should be the name of the state?"
},
"path": {
"description": "The path to create the component.",
"format": "path",
"type": "string",
"visible": false
},
"project": {
"aliases": [
"p"
],
"description": "The name of the project.",
"type": "string"
},
"root": {
"default": false,
"description": "Flag to setup the root state or feature state.",
"type": "boolean"
},
"skipTests": {
"default": false,
"description": "When true, does not create test files.",
"type": "boolean"
},
"stateInterface": {
"alias": "si",
"default": "State",
"description": "Specifies the interface for the state.",
"type": "string"
},
"statePath": {
"default": "reducers",
"type": "string"
}
},
"required": [],
"title": "NgRx State Management Options Schema",
"type": "object"
} | o63329 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"name": "user",
"type": "object",
"properties": {
"name": {
"type": "object",
"properties": {
"first": {
"type": "string"
},
"middle": {
"type": "string"
},
"last": {
"type": "string"
}
},
"required": [
"first",
"last"
]
},
"bday": {
"type": "string",
"format": "date-time"
}
},
"required": [
"name"
]
} | o78783 |
{
"properties": {
"blocked": {
"min": -1,
"type": "number"
},
"comment": {
"type": "string"
},
"connect": {
"min": -1,
"type": "number"
},
"dns": {
"min": -1,
"type": "number"
},
"receive": {
"min": -1,
"type": "number"
},
"send": {
"min": -1,
"type": "number"
},
"ssl": {
"min": -1,
"type": "number"
},
"wait": {
"min": -1,
"type": "number"
}
},
"required": [
"send",
"wait",
"receive"
]
} | o90453 |
{
"type": "object",
"definitions": {},
"$schema": "http://json-schema.org/draft-06/schema#",
"minProperties": 1,
"maxProperties": 1,
"additionalProperties": false,
"properties": {
"fabric_uuid": {
"$id": "/properties/input/properties/fabric_uuid",
"format": "uuid",
"type": "string",
"title": "The Fabric_uuid Schema",
"description": "UUID of the fabric object created",
"default": "",
"examples": [
"123456789"
]
},
"fabric_fq_name": {
"$id": "/properties/input/properties/fabric_fq_name",
"type": "array",
"items": {
"$id": "/properties/input/properties/fabric_fq_name/items",
"type": "string",
"title": "The Fabric_fq_name Schema",
"description": "FQNAME of the fabric object created",
"default": "",
"examples": [
"default-global-system-config",
"fabric01"
]
}
}
}
} | o71300 |
{
"properties": {
"dimensions": {
"description": "The dimensions of the shape",
"properties": {
"base": {
"description": "The base of the triangle",
"type": "number"
},
"height": {
"description": "The height of the triangle",
"type": "number"
},
"length": {
"description": "The length of the rectangle",
"type": "number"
},
"radius": {
"description": "The radius of the circle",
"type": "number"
},
"width": {
"description": "The width of the rectangle",
"type": "number"
}
},
"type": "object"
},
"shape": {
"description": "The shape (e.g., circle, rectangle, triangle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_2b85f27f |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"bulk_publishing": {
"type": "boolean"
},
"links": {
"type": "object",
"additionalProperties": false,
"properties": {
"facet_groups": {
"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.",
"$ref": "#/definitions/guid_list"
},
"facet_values": {
"description": "Prototype-stage metadata tagging values for this content item, a content item can be linked to many facet values from varying facet groups.",
"$ref": "#/definitions/guid_list"
},
"finder": {
"description": "Powers links from content back to finders the content is surfaced on",
"$ref": "#/definitions/guid_list"
},
"government": {
"description": "The government associated with this document",
"$ref": "#/definitions/guid_list",
"maxItems": 1
},
"lead_organisations": {
"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.",
"$ref": "#/definitions/guid_list"
},
"mainstream_browse_pages": {
"description": "Powers the /browse section of the site. These are known as sections in some legacy apps.",
"$ref": "#/definitions/guid_list"
},
"meets_user_needs": {
"description": "The user needs this piece of content meets.",
"$ref": "#/definitions/guid_list"
},
"ordered_related_items": {
"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.",
"$ref": "#/definitions/guid_list"
},
"ordered_related_items_overrides": {
"description": "Related items, can be any page on GOV.UK. Overrides 'more like this' automatically generated links in the beta navigation.",
"$ref": "#/definitions/guid_list"
},
"organisations": {
"description": "All organisations linked to this content item. This should include lead organisations.",
"$ref": "#/definitions/guid_list"
},
"original_primary_publishing_organisation": {
"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.",
"$ref": "#/definitions/guid_list"
},
"parent": {
"description": "The parent content item.",
"$ref": "#/definitions/guid_list",
"maxItems": 1
},
"people": {
"description": "People that are associated with this document, typically the person part of a role association",
"$ref": "#/definitions/guid_list"
},
"policy_areas": {
"description": "A largely deprecated tag currently only used to power email alerts.",
"$ref": "#/definitions/guid_list"
},
"primary_publishing_organisation": {
"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.",
"$ref": "#/definitions/guid_list",
"maxItems": 1
},
"related_policies": {
"$ref": "#/definitions/guid_list"
},
"related_statistical_data_sets": {
"$ref": "#/definitions/guid_list"
},
"roles": {
"description": "Government roles that are associated with this document, typically the role part of a role association",
"$ref": "#/definitions/guid_list"
},
"suggested_ordered_related_items": {
"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.",
"$ref": "#/definitions/guid_list"
},
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$ref": "#/definitions/guid_list"
},
"topical_events": {
"$ref": "#/definitions/guid_list"
},
"topics": {
"description": "Powers the /topic section of the site. These are known as specialist sectors in some legacy apps.",
"$ref": "#/definitions/guid_list"
},
"world_locations": {
"$ref": "#/definitions/guid_list"
}
}
},
"previous_version": {
"type": "string"
}
},
"definitions": {
"guid": {
"type": "string",
"pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[1-5][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$"
},
"guid_list": {
"type": "array",
"items": {
"$ref": "#/definitions/guid"
},
"_uniqueItems": true
}
}
} | o21329 |
{
"additionalProperties": false,
"description": "schema for an algorithm overview entry",
"properties": {
"description": {
"maxLength": 255,
"minLength": 5,
"type": "string"
},
"name": {
"maxLength": 50,
"minLength": 2,
"type": "string"
},
"type": {
"maxLength": 50,
"minLength": 2,
"type": "string"
},
"url": {
"_format": "uri",
"type": "string"
}
},
"required": [
"name",
"description",
"url"
],
"type": "object"
} | o57789 |
{
"properties": {
"include_lowercase": {
"default": true,
"description": "Include lowercase letters in the password",
"type": "boolean"
},
"include_numbers": {
"default": true,
"description": "Include numbers in the password",
"type": "boolean"
},
"include_symbols": {
"default": false,
"description": "Include symbols in the password",
"type": "boolean"
},
"include_uppercase": {
"default": true,
"description": "Include uppercase letters in the password",
"type": "boolean"
},
"length": {
"description": "The length of the password",
"type": "integer"
}
},
"required": [
"length"
],
"type": "object"
} | generate_random_password_3374485e |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"kind": {
"type": "string",
"default": "req",
"readonly": "true",
"description": "Defines that the message is a request"
},
"id": {
"type": "string",
"description": "Request ID generated by the client. It should be unique per WebSocket session in order to identify the request. This ID will be reflected by the server in the response to the request.",
"minLength": 1,
"maxLength": 64,
"default": "0"
},
"type": {
"description": "Contains one of the APIs request type names",
"type": "string"
}
},
"required": [
"id",
"type"
]
} | o9703 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "The descriptive statistic of a set of measurements. A measurement value can be the result of combining various measurements and calculating descriptive statistics like average, maximum, minimum, etc. Additional descriptive statistics will be added as the need arises. A measurement value without a descriptive statistic is interpreted as being the result of an individual measurement.",
"type": "string",
"references": [
{
"value": "average",
"description": "The NCIT code represents Average",
"url": "https://ncim.nci.nih.gov/ncimbrowser/ConceptReport.jsp?dictionary=NCI%20MetaThesaurus&code=C1510992"
},
{
"value": "count",
"description": "The NCIT code represents Count",
"url": "https://ncim.nci.nih.gov/ncimbrowser/ConceptReport.jsp?dictionary=NCI%20MetaThesaurus&code=C0750480"
},
{
"value": "maximum",
"description": "The NCIT code represents Maximum",
"url": "https://ncim.nci.nih.gov/ncimbrowser/ConceptReport.jsp?dictionary=NCI%20MetaThesaurus&code=C0806909"
},
{
"value": "median",
"description": "The NCIT code represents Median (Statistical Measurement)",
"url": "https://ncim.nci.nih.gov/ncimbrowser/ConceptReport.jsp?dictionary=NCI%20MetaThesaurus&code=C0876920"
},
{
"value": "minimum",
"description": "The NCIT code represents Minimum",
"url": "https://ncim.nci.nih.gov/ncimbrowser/ConceptReport.jsp?dictionary=NCI%20MetaThesaurus&code=C1524031"
},
{
"value": "standard deviation",
"description": "The NCIT code represents Standard Deviation",
"url": "https://ncim.nci.nih.gov/ncimbrowser/ConceptReport.jsp?dictionary=NCI%20MetaThesaurus&code=C0871420"
},
{
"value": "sum",
"description": "The NCIT code represents Sum",
"url": "https://ncim.nci.nih.gov/ncimbrowser/ConceptReport.jsp?dictionary=NCI%20MetaThesaurus&code=C1515051"
},
{
"value": "variance",
"description": "The NCIT code represents Variance",
"url": "https://ncim.nci.nih.gov/ncimbrowser/ConceptReport.jsp?dictionary=NCI%20MetaThesaurus&code=C1711260"
},
{
"value": "20th percentile",
"description": "The NCIT code represents Percentile, any of the 99 numbered points that divide an ordered set of scores into 100 parts each of which contains one-hundredth of the total.",
"url": "https://ncim.nci.nih.gov/ncimbrowser/ConceptReport.jsp?dictionary=NCI%20MetaThesaurus&code=C1264641"
},
{
"value": "80th percentile",
"description": "The NCIT code represents Percentile, any of the 99 numbered points that divide an ordered set of scores into 100 parts each of which contains one-hundredth of the total.",
"url": "https://ncim.nci.nih.gov/ncimbrowser/ConceptReport.jsp?dictionary=NCI%20MetaThesaurus&code=C1264641"
},
{
"value": "lower quartile",
"description": "The NCIT code represents Quartile, any of four equal-sized sets of observations in a ranked sample.",
"url": "https://ncim.nci.nih.gov/ncimbrowser/ConceptReport.jsp?dictionary=NCI%20MetaThesaurus&code=C2828255"
},
{
"value": "upper quartile",
"description": "The NCIT code represents Quartile, any of four equal-sized sets of observations in a ranked sample.",
"url": "https://ncim.nci.nih.gov/ncimbrowser/ConceptReport.jsp?dictionary=NCI%20MetaThesaurus&code=C2828255"
},
{
"value": "quartile deviation",
"description": "In a distribution, partial variance between the upper quartile and lower quartile (semi inter quartile range)."
},
{
"value": "1st quintile",
"description": "One of the four values that divide the items of a frequency distribution into five classes with each containing one fifth of the total population."
},
{
"value": "2nd quintile",
"description": "One of the four values that divide the items of a frequency distribution into five classes with each containing one fifth of the total population."
},
{
"value": "3rd quintile",
"description": "One of the four values that divide the items of a frequency distribution into five classes with each containing one fifth of the total population."
},
{
"value": "4th quintile",
"description": "One of the four values that divide the items of a frequency distribution into five classes with each containing one fifth of the total population."
}
],
"enum": [
"average",
"count",
"maximum",
"median",
"minimum",
"standard deviation",
"sum",
"variance",
"20th percentile",
"80th percentile",
"lower quartile",
"upper quartile",
"quartile deviation",
"1st quintile",
"2nd quintile",
"3rd quintile",
"4th quintile"
]
} | o65579 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SecretReference": {
"description": "SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace",
"properties": {
"name": {
"description": "Name is unique within a namespace to reference a secret resource.",
"type": "string"
},
"namespace": {
"description": "Namespace defines the space within which the secret name must be unique.",
"type": "string"
}
},
"type": "object"
}
},
"description": "ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume",
"properties": {
"fsType": {
"description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Default is \"xfs\"",
"type": [
"string",
"null"
]
},
"gateway": {
"description": "The host address of the ScaleIO API Gateway.",
"type": [
"string",
"null"
]
},
"protectionDomain": {
"description": "The name of the ScaleIO Protection Domain for the configured storage.",
"type": [
"string",
"null"
]
},
"readOnly": {
"description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.",
"type": [
"boolean",
"null"
]
},
"secretRef": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SecretReference",
"description": "SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail."
},
"sslEnabled": {
"description": "Flag to enable/disable SSL communication with Gateway, default false",
"type": [
"boolean",
"null"
]
},
"storageMode": {
"description": "Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.",
"type": [
"string",
"null"
]
},
"storagePool": {
"description": "The ScaleIO Storage Pool associated with the protection domain.",
"type": [
"string",
"null"
]
},
"system": {
"description": "The name of the storage system as configured in ScaleIO.",
"type": [
"string",
"null"
]
},
"volumeName": {
"description": "The name of a volume already created in the ScaleIO system that is associated with this volume source.",
"type": [
"string",
"null"
]
}
},
"required": [
"gateway",
"system",
"secretRef"
],
"type": "object"
} | kb_912_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"meta": {
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$"
},
"type": {
"type": "string",
"enum": [
"EiffelTestCaseFinishedEvent"
]
},
"version": {
"type": "string",
"enum": [
"3.0.0"
],
"default": "3.0.0"
},
"time": {
"type": "integer"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"source": {
"type": "object",
"properties": {
"domainId": {
"type": "string"
},
"host": {
"type": "string"
},
"name": {
"type": "string"
},
"serializer": {
"type": "string",
"pattern": "^pkg:"
},
"uri": {
"type": "string"
}
},
"additionalProperties": false
},
"security": {
"type": "object",
"properties": {
"authorIdentity": {
"type": "string"
},
"integrityProtection": {
"type": "object",
"properties": {
"signature": {
"type": "string"
},
"alg": {
"type": "string",
"enum": [
"HS256",
"HS384",
"HS512",
"RS256",
"RS384",
"RS512",
"ES256",
"ES384",
"ES512",
"PS256",
"PS384",
"PS512"
]
},
"publicKey": {
"type": "string"
}
},
"required": [
"signature",
"alg"
],
"additionalProperties": false
},
"sequenceProtection": {
"type": "array",
"items": {
"type": "object",
"properties": {
"sequenceName": {
"type": "string"
},
"position": {
"type": "integer"
}
},
"additionalProperties": false,
"required": [
"sequenceName",
"position"
]
}
}
},
"additionalProperties": false,
"required": [
"authorIdentity"
]
}
},
"required": [
"id",
"type",
"version",
"time"
],
"additionalProperties": false
},
"data": {
"type": "object",
"properties": {
"outcome": {
"type": "object",
"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",
"properties": {
"name": {
"type": "string"
},
"value": {}
},
"required": [
"name",
"value"
],
"additionalProperties": false
}
}
},
"required": [
"verdict",
"conclusion"
],
"additionalProperties": false
},
"persistentLogs": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"uri": {
"type": "string"
}
},
"required": [
"name",
"uri"
],
"additionalProperties": false
}
},
"customData": {
"type": "array",
"items": {
"type": "object",
"properties": {
"key": {
"type": "string"
},
"value": {}
},
"required": [
"key",
"value"
],
"additionalProperties": false
}
}
},
"required": [
"outcome"
],
"additionalProperties": false
},
"links": {
"type": "array",
"items": {
"type": "object",
"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
} | o5400 |
{
"description": "Creates a new generic component definition in the given or default project.",
"properties": {
"changeDetection": {
"alias": "c",
"default": "Default",
"description": "The change detection strategy to use in the new component.",
"enum": [
"Default",
"OnPush"
],
"type": "string"
},
"entryComponent": {
"default": false,
"description": "When true, the new component is the entry component of the declaring NgModule.",
"type": "boolean"
},
"export": {
"default": false,
"description": "When true, the declaring NgModule exports this component.",
"type": "boolean"
},
"flat": {
"default": false,
"description": "When true, creates the new files at the top level of the current project.",
"type": "boolean"
},
"inlineTemplate": {
"alias": "t",
"default": false,
"description": "When true, includes template inline in the component.ts file. By default, an external template file is created and referenced in the component.ts file.",
"type": "boolean"
},
"lintFix": {
"default": false,
"description": "When true, applies lint fixes after generating the component.",
"type": "boolean"
},
"module": {
"alias": "m",
"description": "The declaring NgModule.",
"type": "string"
},
"name": {
"$default": {
"$source": "argv",
"index": 0
},
"description": "The name of the component.",
"type": "string",
"x-prompt": "What name would you like to use for the component?"
},
"path": {
"description": "The path at which to create the component file, relative to the current workspace. Default is a folder with the same name as the component in the project root.",
"format": "path",
"type": "string",
"visible": false
},
"prefix": {
"alias": "p",
"description": "The prefix to apply to the generated component selector.",
"oneOf": [
{
"maxLength": 0
},
{
"format": "html-selector",
"minLength": 1
}
],
"type": "string"
},
"project": {
"$default": {
"$source": "projectName"
},
"description": "The name of the project.",
"type": "string"
},
"selector": {
"description": "The HTML selector to use for this component.",
"format": "html-selector",
"type": "string"
},
"skipImport": {
"default": false,
"description": "When true, does not import this component into the owning NgModule.",
"type": "boolean"
},
"skipTests": {
"default": false,
"description": "When true, does not create \"spec.ts\" test files for the new component.",
"type": "boolean"
},
"spec": {
"default": true,
"description": "When true (the default), generates a \"spec.ts\" test file for the new component.",
"type": "boolean",
"x-deprecated": "Use \"skipTests\" instead."
},
"viewEncapsulation": {
"alias": "v",
"description": "The view encapsulation strategy to use in the new component.",
"enum": [
"Emulated",
"Native",
"None",
"ShadowDom"
],
"type": "string"
}
},
"required": [
"name"
],
"title": "Angular Component with Alyle UI Options Schema",
"type": "object"
} | o1332 |
{
"additionalProperties": false,
"description": "Webhook event for deleting a deal.",
"properties": {
"appId": {
"description": "The ID of your application. (In case you have multiple applications pointing to the same webhook URL.)",
"maximum": 2147483647,
"minimum": 0,
"type": "integer"
},
"attemptNumber": {
"description": "Which attempt this is to notify your service of this event (starting at 0). If your service times-out or throws an error as described in 'Retries' below, we will attempt to send the notification to your service again.",
"maximum": 2147483647,
"minimum": 0,
"type": "integer"
},
"changeFlag": {
"maxLength": 128,
"type": "string"
},
"changeSource": {
"description": "The source of this change. Can be any of the change sources that you find on contact property histories.",
"maxLength": 128,
"type": "string"
},
"eventId": {
"description": "The unique ID of the event that triggered this notification.",
"maximum": 2147483647,
"minimum": 0,
"type": "integer"
},
"objectId": {
"description": "The ID of the object that was created/changed/deleted. For contacts this is the vid; for companies, the companyId; and for deals the dealId.",
"maximum": 2147483647,
"minimum": 0,
"type": "integer"
},
"occurredAt": {
"_format": "date-time",
"description": "When this event occurred.",
"type": "string"
},
"portalId": {
"description": "The customer's portalId that this event came from.",
"maximum": 2147483647,
"minimum": 0,
"type": "integer"
},
"subscriptionId": {
"description": "The ID of the subscription that caused us to send you a notification of this event.",
"maximum": 2147483647,
"minimum": 0,
"type": "integer"
}
},
"self": {
"format": "jsonschema",
"name": "deal_deletion",
"vendor": "com.hubspot",
"version": "1-0-0"
},
"type": "object"
} | sp_106_Normalized |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the triangle",
"type": "number"
},
"height": {
"description": "The height of the rectangle or triangle",
"type": "number"
},
"radius": {
"description": "The radius of the circle",
"type": "number"
},
"width": {
"description": "The width of the rectangle",
"type": "number"
}
},
"required": [
"radius",
"width",
"height",
"base"
],
"type": "object"
},
"shape": {
"description": "The type of shape (e.g. circle, rectangle, triangle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_a314254a |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Schema for <%= lambdaFunctionName %>",
"properties": {
"user": {
"type": "object",
"properties": {
"firstName": {
"type": "string",
"minLength": 1
},
"lastName": {
"type": "string",
"minLength": 1
},
"middleName": {
"type": "string",
"minLength": 1
}
},
"required": [
"firstName",
"lastName"
]
}
},
"required": [
"user"
]
} | o83776 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Note",
"description": "Note with optional comments",
"type": "object",
"properties": {
"author": {
"type": "string"
},
"title": {
"type": "string"
},
"content": {
"type": "string"
}
},
"patternProperties": {
"^comment[1-9]$": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"author",
"title",
"content"
]
} | o83697 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"base_path",
"details",
"document_type",
"publishing_app",
"rendering_app",
"routes",
"schema_name",
"title"
],
"additionalProperties": false,
"properties": {
"access_limited": {
"$ref": "#/definitions/access_limited"
},
"analytics_identifier": {
"$ref": "#/definitions/analytics_identifier"
},
"auth_bypass_ids": {
"description": "A list of ids that will allow access to this item for non-authenticated users",
"$ref": "#/definitions/guid_list"
},
"base_path": {
"$ref": "#/definitions/absolute_path"
},
"bulk_publishing": {
"type": "boolean"
},
"change_note": {
"type": [
"null",
"string"
]
},
"description": {
"$ref": "#/definitions/description_optional"
},
"details": {
"$ref": "#/definitions/details"
},
"document_type": {
"type": "string",
"enum": [
"closed_consultation",
"open_consultation",
"consultation",
"consultation_outcome"
]
},
"first_published_at": {
"$ref": "#/definitions/first_published_at"
},
"last_edited_at": {
"description": "Last time when the content received a major or minor update.",
"type": "string",
"format": "date-time"
},
"links": {
"type": "object",
"additionalProperties": false,
"properties": {
"government": {
"description": "The government associated with this document",
"$ref": "#/definitions/guid_list",
"maxItems": 1
},
"organisations": {
"$ref": "#/definitions/guid_list"
},
"original_primary_publishing_organisation": {
"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.",
"$ref": "#/definitions/guid_list"
},
"parent": {
"$ref": "#/definitions/guid_list"
},
"people": {
"description": "People that are associated with this document, typically the person part of a role association",
"$ref": "#/definitions/guid_list"
},
"policy_areas": {
"description": "A largely deprecated tag currently only used to power email alerts.",
"$ref": "#/definitions/guid_list"
},
"primary_publishing_organisation": {
"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.",
"$ref": "#/definitions/guid_list",
"maxItems": 1
},
"related_policies": {
"$ref": "#/definitions/guid_list"
},
"roles": {
"description": "Government roles that are associated with this document, typically the role part of a role association",
"$ref": "#/definitions/guid_list"
},
"topical_events": {
"$ref": "#/definitions/guid_list"
},
"topics": {
"$ref": "#/definitions/guid_list"
}
}
},
"locale": {
"$ref": "#/definitions/locale"
},
"need_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"phase": {
"description": "The service design phase of this content item - https://www.gov.uk/service-manual/phases",
"type": "string",
"enum": [
"alpha",
"beta",
"live"
]
},
"previous_version": {
"type": "string"
},
"public_updated_at": {
"$ref": "#/definitions/public_updated_at"
},
"publishing_app": {
"$ref": "#/definitions/publishing_app_name"
},
"redirects": {
"type": "array",
"additionalItems": false,
"items": {}
},
"rendering_app": {
"$ref": "#/definitions/rendering_app"
},
"routes": {
"$ref": "#/definitions/routes"
},
"schema_name": {
"type": "string",
"enum": [
"consultation"
]
},
"title": {
"$ref": "#/definitions/title"
},
"update_type": {
"$ref": "#/definitions/update_type"
}
},
"definitions": {
"description": {
"type": "string"
},
"absolute_path": {
"description": "A path only. Query string and/or fragment are not allowed.",
"type": "string",
"pattern": "^/(([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})+(/([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})*)*)?$"
},
"access_limited": {
"type": "object",
"additionalProperties": false,
"properties": {
"auth_bypass_ids": {
"description": "Deprecated: auth_bypass_ids should be sent as a separate field",
"$ref": "#/definitions/guid_list"
},
"organisations": {
"description": "A list of organisation content ids permitted access to this item",
"$ref": "#/definitions/guid_list"
},
"users": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"analytics_identifier": {
"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.",
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"attachments_with_thumbnails": {
"description": "An ordered list of attachments",
"type": "array",
"items": {
"description": "Generated HTML for each attachment including thumbnail and download link",
"type": "string"
}
},
"body": {
"description": "The main content provided as HTML rendered from govspeak",
"type": "string"
},
"change_history": {
"type": "array",
"items": {
"type": "object",
"required": [
"public_timestamp",
"note"
],
"additionalProperties": false,
"properties": {
"note": {
"description": "A summary of the change",
"type": "string"
},
"public_timestamp": {
"type": "string",
"format": "date-time"
}
}
}
},
"description_optional": {
"anyOf": [
{
"$ref": "#/definitions/description"
},
{
"type": "null"
}
]
},
"details": {
"type": "object",
"required": [
"body",
"political"
],
"additionalProperties": false,
"properties": {
"attachments": {
"description": "An ordered list of asset links",
"type": "array",
"items": {
"$ref": "#/definitions/publication_attachment_asset"
}
},
"body": {
"$ref": "#/definitions/body"
},
"change_history": {
"$ref": "#/definitions/change_history"
},
"closing_date": {
"type": "string",
"format": "date-time"
},
"documents": {
"$ref": "#/definitions/attachments_with_thumbnails"
},
"emphasised_organisations": {
"$ref": "#/definitions/emphasised_organisations"
},
"featured_attachments": {
"description": "An ordered list of attachments to feature below the document",
"type": "array",
"items": {
"type": "string"
},
"_uniqueItems": true
},
"final_outcome_attachments": {
"type": "array",
"items": {
"type": "string"
},
"_uniqueItems": true
},
"final_outcome_detail": {
"type": "string"
},
"final_outcome_documents": {
"$ref": "#/definitions/attachments_with_thumbnails"
},
"final_outcome_publication_date": {
"type": "string",
"format": "date-time"
},
"first_public_at": {
"$ref": "#/definitions/first_public_at"
},
"government": {
"$ref": "#/definitions/government"
},
"held_on_another_website_url": {
"type": "string"
},
"image": {
"$ref": "#/definitions/image"
},
"national_applicability": {
"$ref": "#/definitions/national_applicability"
},
"opening_date": {
"type": "string",
"format": "date-time"
},
"political": {
"$ref": "#/definitions/political"
},
"public_feedback_attachments": {
"type": "array",
"items": {
"type": "string"
},
"_uniqueItems": true
},
"public_feedback_detail": {
"type": "string"
},
"public_feedback_documents": {
"$ref": "#/definitions/attachments_with_thumbnails"
},
"public_feedback_publication_date": {
"type": "string",
"format": "date-time"
},
"tags": {
"$ref": "#/definitions/tags"
},
"ways_to_respond": {
"type": "object",
"additionalProperties": false,
"properties": {
"attachment_url": {
"type": "string"
},
"email": {
"type": "string"
},
"link_url": {
"type": "string"
},
"postal_address": {
"type": "string"
}
}
}
}
},
"emphasised_organisations": {
"description": "The content ids of the organisations that should be displayed first in the list of organisations related to the item, these content ids must be present in the item organisation links hash.",
"type": "array",
"items": {
"$ref": "#/definitions/guid"
}
},
"first_public_at": {
"description": "DEPRECATED. The date the content was first published. Used in details. Deprecated in favour of top level `first_published_at`.",
"type": "string",
"format": "date-time"
},
"first_published_at": {
"description": "The date the content was first published. Automatically determined by the publishing-api, unless overridden by the publishing application.",
"type": "string",
"format": "date-time"
},
"government": {
"description": "DEPRECATED: Content should be associated with a government through a link",
"type": "object",
"required": [
"title",
"slug",
"current"
],
"additionalProperties": false,
"properties": {
"current": {
"description": "Is the government that published this document still the current government.",
"type": "boolean"
},
"slug": {
"description": "Government slug, used for analytics, eg '1970-to-1974-conservative-government'.",
"type": "string"
},
"title": {
"description": "Name of the government that first published this document, eg '1970 to 1974 Conservative government'.",
"type": "string"
}
}
},
"guid": {
"type": "string",
"pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[1-5][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$"
},
"guid_list": {
"type": "array",
"items": {
"$ref": "#/definitions/guid"
},
"_uniqueItems": true
},
"image": {
"type": "object",
"required": [
"url"
],
"additionalProperties": false,
"properties": {
"alt_text": {
"type": "string"
},
"caption": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"credit": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"high_resolution_url": {
"description": "URL to a high resolution version of the image, for use by third parties such as Twitter, Facebook or Slack. Used by the machine readable metadata component. Don't use this on user-facing web pages, as it might be very large.",
"type": "string",
"format": "uri"
},
"url": {
"description": "URL to the image. The image should be in a suitable resolution for display on the page.",
"type": "string",
"format": "uri"
}
}
},
"locale": {
"type": "string",
"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"
]
},
"nation_applicability": {
"description": "An object specifying the applicability of a particular nation.",
"type": "object",
"additionalProperties": false,
"properties": {
"alternative_url": {
"description": "An optional alternative URL to link to for more information on this content item pertaining to this nation.",
"type": "string"
},
"applicable": {
"description": "Whether the content applies to this nation or not.",
"type": "boolean"
},
"label": {
"description": "The pretty-printed, translated label for this nation.",
"type": "string"
}
}
},
"national_applicability": {
"description": "An object specifying the applicable nations for this content item. If it applies to all nations, it should be omitted.",
"type": "object",
"additionalProperties": false,
"properties": {
"england": {
"$ref": "#/definitions/nation_applicability"
},
"northern_ireland": {
"$ref": "#/definitions/nation_applicability"
},
"scotland": {
"$ref": "#/definitions/nation_applicability"
},
"wales": {
"$ref": "#/definitions/nation_applicability"
}
}
},
"political": {
"description": "If the content is considered political in nature, reflecting views of the government it was published under.",
"type": "boolean"
},
"public_updated_at": {
"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",
"format": "date-time"
},
"publication_attachment_asset": {
"oneOf": [
{
"type": "object",
"required": [
"attachment_type",
"content_type",
"id",
"url"
],
"additionalProperties": false,
"properties": {
"accessible": {
"type": "boolean"
},
"alternative_format_contact_email": {
"type": "string"
},
"attachment_type": {
"type": "string",
"enum": [
"file"
]
},
"command_paper_number": {
"type": "string"
},
"content_type": {
"type": "string"
},
"file_size": {
"type": "integer"
},
"filename": {
"type": "string"
},
"hoc_paper_number": {
"type": "string"
},
"id": {
"type": "string"
},
"isbn": {
"type": "string"
},
"locale": {
"$ref": "#/definitions/locale"
},
"number_of_pages": {
"type": "integer"
},
"parliamentary_session": {
"type": "string"
},
"preview_url": {
"type": "string",
"format": "uri"
},
"title": {
"type": "string"
},
"unique_reference": {
"type": "string"
},
"unnumbered_command_paper": {
"type": "boolean"
},
"unnumbered_hoc_paper": {
"type": "boolean"
},
"url": {
"type": "string",
"format": "uri"
}
}
},
{
"type": "object",
"required": [
"attachment_type",
"id",
"url"
],
"additionalProperties": false,
"properties": {
"attachment_type": {
"type": "string",
"enum": [
"html"
]
},
"command_paper_number": {
"type": "string"
},
"hoc_paper_number": {
"type": "string"
},
"id": {
"type": "string"
},
"isbn": {
"type": "string"
},
"locale": {
"$ref": "#/definitions/locale"
},
"parliamentary_session": {
"type": "string"
},
"title": {
"type": "string"
},
"unique_reference": {
"type": "string"
},
"unnumbered_command_paper": {
"type": "boolean"
},
"unnumbered_hoc_paper": {
"type": "boolean"
},
"url": {
"type": "string",
"format": "uri"
}
}
},
{
"type": "object",
"required": [
"attachment_type",
"id",
"url"
],
"additionalProperties": false,
"properties": {
"attachment_type": {
"type": "string",
"enum": [
"external"
]
},
"command_paper_number": {
"type": "string"
},
"hoc_paper_number": {
"type": "string"
},
"id": {
"type": "string"
},
"isbn": {
"type": "string"
},
"locale": {
"$ref": "#/definitions/locale"
},
"parliamentary_session": {
"type": "string"
},
"title": {
"type": "string"
},
"unique_reference": {
"type": "string"
},
"unnumbered_command_paper": {
"type": "boolean"
},
"unnumbered_hoc_paper": {
"type": "boolean"
},
"url": {
"type": "string",
"format": "uri"
}
}
}
]
},
"publishing_app_name": {
"description": "The application that published this item.",
"type": "string",
"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"
]
},
"rendering_app": {
"description": "The application that renders this item.",
"type": "string",
"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"
]
},
"route": {
"type": "object",
"required": [
"path",
"type"
],
"additionalProperties": false,
"properties": {
"path": {
"type": "string"
},
"type": {
"enum": [
"prefix",
"exact"
]
}
}
},
"routes": {
"type": "array",
"items": {
"$ref": "#/definitions/route"
},
"minItems": 1
},
"tags": {
"description": "Field used by email-alert-api to trigger email alerts for subscriptions to topics (gov.uk/topic) and policies (gov.uk/policies).",
"type": "object",
"additionalProperties": false,
"properties": {
"additional_topics": {
"type": "array",
"items": {
"type": "string"
}
},
"browse_pages": {
"type": "array",
"items": {
"type": "string"
}
},
"policies": {
"type": "array",
"items": {
"type": "string"
}
},
"primary_topic": {
"type": "array",
"items": {
"type": "string"
}
},
"topics": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"title": {
"type": "string"
},
"update_type": {
"enum": [
"major",
"minor",
"republish"
]
}
}
} | o21175 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"patternProperties": {
"^[a-zA-Z0-9._-]+$": {
"$ref": "#/definitions/service"
}
},
"definitions": {
"service": {
"type": "object",
"properties": {
"build": {
"type": "string"
},
"cap_add": {
"type": "array",
"items": {
"type": "string"
},
"_uniqueItems": true
},
"cap_drop": {
"type": "array",
"items": {
"type": "string"
},
"_uniqueItems": true
},
"command": {
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
]
},
"container_name": {
"type": "string"
},
"cpu_shares": {
"type": [
"number",
"string"
]
},
"cpuset": {
"type": "string"
},
"devices": {
"type": "array",
"items": {
"type": "string"
},
"_uniqueItems": true
},
"dns": {
"$ref": "#/definitions/string_or_list"
},
"dns_search": {
"$ref": "#/definitions/string_or_list"
},
"dockerfile": {
"type": "string"
},
"domainname": {
"type": "string"
},
"entrypoint": {
"$ref": "#/definitions/string_or_list"
},
"env_file": {
"$ref": "#/definitions/string_or_list"
},
"environment": {
"oneOf": [
{
"type": "object",
"patternProperties": {
"^[^-]+$": {
"type": [
"string",
"number",
"boolean"
],
"format": "environment"
}
},
"additionalProperties": false
},
{
"type": "array",
"items": {
"type": "string"
},
"_uniqueItems": true
}
]
},
"expose": {
"type": "array",
"items": {
"type": [
"string",
"number"
]
},
"_uniqueItems": true
},
"extends": {
"type": "object",
"properties": {
"service": {
"type": "string"
},
"file": {
"type": "string"
}
},
"required": [
"service"
],
"additionalProperties": false
},
"extra_hosts": {
"$ref": "#/definitions/list_or_dict"
},
"external_links": {
"type": "array",
"items": {
"type": "string"
},
"_uniqueItems": true
},
"hostname": {
"type": "string"
},
"image": {
"type": "string"
},
"labels": {
"$ref": "#/definitions/list_or_dict"
},
"links": {
"type": "array",
"items": {
"type": "string"
},
"_uniqueItems": true
},
"log_driver": {
"type": "string"
},
"log_opt": {
"type": "object"
},
"mac_address": {
"type": "string"
},
"mem_limit": {
"type": [
"number",
"string"
]
},
"memswap_limit": {
"type": [
"number",
"string"
]
},
"name": {
"type": "string"
},
"net": {
"type": "string"
},
"pid": {
"type": [
"string",
"null"
]
},
"ports": {
"type": "array",
"items": {
"oneOf": [
{
"type": "string",
"format": "ports"
},
{
"type": "number",
"format": "ports"
}
]
},
"_uniqueItems": true
},
"privileged": {
"type": "boolean"
},
"read_only": {
"type": "boolean"
},
"restart": {
"type": "string"
},
"security_opt": {
"type": "array",
"items": {
"type": "string"
},
"_uniqueItems": true
},
"stdin_open": {
"type": "boolean"
},
"tty": {
"type": "boolean"
},
"user": {
"type": "string"
},
"volumes": {
"type": "array",
"items": {
"type": "string"
},
"_uniqueItems": true
},
"volume_driver": {
"type": "string"
},
"volumes_from": {
"type": "array",
"items": {
"type": "string"
},
"_uniqueItems": true
},
"working_dir": {
"type": "string"
}
},
"dependencies": {
"memswap_limit": [
"mem_limit"
]
},
"additionalProperties": false
},
"string_or_list": {
"oneOf": [
{
"type": "string"
},
{
"$ref": "#/definitions/list_of_strings"
}
]
},
"list_of_strings": {
"type": "array",
"items": {
"type": "string"
},
"_uniqueItems": true
},
"list_or_dict": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string"
},
"_uniqueItems": true
},
{
"type": "object"
}
]
}
},
"additionalProperties": false
} | o17944 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"DeviceSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"macAddress": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"id",
"link",
"name",
"type",
"macAddress"
]
},
"BillingSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"CustomerSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"UserSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"username": {
"type": "string"
},
"name": {
"type": "string"
},
"status": {
"type": "string"
},
"profile": {
"$ref": "#/definitions/PartySummary"
}
},
"additionalProperties": false,
"required": [
"id",
"link"
]
},
"PartySummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"name": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"id",
"link",
"name"
]
},
"FinancialSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"PaymentSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"ProductSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"name": {
"type": "string"
},
"isBundle": {
"type": "boolean"
},
"description": {
"type": "string"
},
"productStatus": {
"type": "string"
},
"productSerialNumber": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"id",
"link",
"name",
"isBundle",
"description",
"productStatus",
"productSerialNumber"
]
},
"TaxExemptions": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"SiteSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"type": "object",
"$ref": "#/definitions/Link"
},
"name": {
"type": "string"
},
"multiTenant": {
"type": "boolean"
},
"clliCode": {
"type": "string"
},
"siteHours": {
"type": "string"
},
"status": {
"type": "string",
"description": "Active, Off, Pending",
"enum": [
"Active",
"Off",
"Pending"
]
}
},
"additionalProperties": false,
"required": [
"id",
"link",
"name",
"multiTenant",
"clliCode",
"siteHours",
"status"
]
},
"PreferenceSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"preferenceName": {
"type": "string"
},
"value": {
"type": "string"
},
"unitOfMeasure": {
"type": "string"
},
"valueType": {
"type": "string"
},
"isSet": {
"type": "boolean"
},
"preferenceCategory": {
"$ref": "#/definitions/PreferenceCategory"
}
},
"additionalProperties": false,
"required": [
"id",
"link",
"preferenceName",
"value",
"unitOfMeasure",
"valueType",
"isSet",
"preferenceCategory"
]
},
"PreferenceCategory": {
"type": "object",
"properties": {
"preferenceCategoryName": {
"type": "string"
},
"description": {
"type": "string"
},
"preferenceCategoryId": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"preferenceCategoryName",
"description",
"preferenceCategoryId"
]
},
"AccountSummary": {
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"name": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"id",
"link",
"name"
]
},
"Link": {
"type": "object",
"properties": {
"href": {
"type": "string"
},
"rel": {
"type": "string"
},
"title": {
"type": "string"
},
"method": {
"type": "string"
},
"type": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"href",
"rel"
]
},
"TimePeriod": {
"properties": {
"endDateTime": {
"type": "string",
"format": "date-time"
},
"startDateTime": {
"type": "string",
"format": "date-time"
}
},
"additionalProperties": false,
"required": [
"endDateTime",
"startDateTime"
]
},
"ContactMedium": {
"type": "object",
"properties": {
"telephoneNumbers": {
"type": "array",
"items": {
"$ref": "#/definitions/TelephoneNumber"
}
},
"faxNumbers": {
"type": "array",
"items": {
"$ref": "#/definitions/FaxNumber"
}
},
"emailContacts": {
"type": "array",
"items": {
"$ref": "#/definitions/EmailContact"
}
},
"postalContacts": {
"type": "array",
"items": {
"$ref": "#/definitions/PostalContact"
}
},
"systemContacts": {
"type": "array",
"items": {
"$ref": "#/definitions/SystemContact"
}
}
},
"additionalProperties": false,
"required": [
"telephoneNumbers",
"faxNumbers",
"emailContacts",
"postalContacts",
"systemContacts"
]
},
"TelephoneNumber": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"type": {
"type": "string"
},
"number": {
"type": "string"
},
"extension": {
"type": "string"
},
"validFor": {
"$ref": "#/definitions/TimePeriod"
}
},
"additionalProperties": false,
"required": [
"id",
"link",
"type",
"number",
"extension",
"validFor"
]
},
"FaxNumber": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"type": {
"type": "string"
},
"number": {
"type": "string"
},
"validFor": {
"$ref": "#/definitions/TimePeriod"
}
},
"additionalProperties": false,
"required": [
"id",
"link",
"type",
"number",
"validFor"
]
},
"EmailContact": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"type": {
"type": "string"
},
"emailAddress": {
"type": "string"
},
"preferred": {
"type": "boolean"
},
"validFor": {
"$ref": "#/definitions/TimePeriod"
}
},
"additionalProperties": false,
"required": [
"id",
"link",
"type",
"emailAddress",
"preferred",
"validFor"
]
},
"PostalContact": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"type": {
"type": "string"
},
"additionalDeliveryDetail": {
"type": "string"
},
"propertyAddress": {
"$ref": "#/definitions/PropertyAddress"
},
"validFor": {
"$ref": "#/definitions/TimePeriod"
}
},
"additionalProperties": false,
"required": [
"id",
"link",
"type",
"additionalDeliveryDetail",
"propertyAddress",
"validFor"
]
},
"PropertyAddress": {
"properties": {
"id": {
"type": "string"
},
"postalcode": {
"type": "string"
},
"state_province": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"locality": {
"type": "string"
},
"property": {
"$ref": "#/definitions/Property"
},
"formattedAddressLine2": {
"type": "string"
},
"formattedAddressLine1": {
"type": "string"
},
"postcodeExtension": {
"type": "string"
},
"country": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"id",
"link"
]
},
"Property": {
"properties": {
"id": {
"type": "string"
},
"lotNr": {
"type": "string"
},
"landUse": {
"type": "string"
},
"name": {
"type": "string"
},
"elevation": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"landCover": {
"type": "string"
},
"propertyAddresses": {
"type": "array",
"items": {
"$ref": "#/definitions/PropertyAddress"
}
},
"naturalRisks": {
"type": "string"
},
"geometry": {
"$ref": "#/definitions/Geometry"
}
},
"additionalProperties": false,
"required": [
"id"
]
},
"Geometry": {
"properties": {
"id": {
"type": "string"
}
}
},
"SystemContact": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"type": {
"type": "string"
},
"contactNotificationMethod": {
"type": "string"
},
"contactNotificationID": {
"type": "string"
},
"validFor": {
"$ref": "#/definitions/TimePeriod"
}
},
"additionalProperties": false,
"required": [
"id",
"link",
"type",
"contactNotificationMethod",
"contactNotificationID",
"validFor"
]
},
"Individual": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"preferredName": {
"type": "string"
},
"nationality": {
"type": "string"
},
"placeOfBirth": {
"type": "string"
},
"skills": {
"type": "string"
},
"gender": {
"type": "string",
"description": "Male, Female"
},
"maritalStatus": {
"type": "string",
"description": "Single, Married"
},
"disabilities": {
"type": "string",
"description": "Vision_Impaired, Hearing_Impaired, Other",
"enum": [
"Vision_Impaired",
"Hearing_Impaired",
"Other"
]
},
"aliveDuring": {
"$ref": "#/definitions/TimePeriod"
},
"validFor": {
"$ref": "#/definitions/TimePeriod"
},
"identificationDetails": {
"type": "array",
"items": {
"$ref": "#/definitions/IndividualIdentification"
}
},
"alternateNames": {
"type": "array",
"items": {
"$ref": "#/definitions/IndividualName"
}
},
"individualName": {
"$ref": "#/definitions/IndividualName"
}
},
"additionalProperties": false,
"required": [
"id",
"link",
"preferredName",
"nationality",
"placeOfBirth",
"skills",
"gender",
"maritalStatus",
"disabilities",
"aliveDuring",
"validFor",
"identificationDetails",
"alternateNames",
"individualName"
]
},
"IndividualName": {
"type": "object",
"properties": {
"legalName": {
"type": "string"
},
"familyNames": {
"type": "string"
},
"qualifications": {
"type": "string"
},
"formOfAddress": {
"type": "string"
},
"givenNames": {
"type": "string"
},
"aristocraticTitle": {
"type": "string"
},
"familyGeneration": {
"type": "string"
},
"preferredGivenName": {
"type": "string"
},
"validFor": {
"$ref": "#/definitions/TimePeriod"
},
"formattedName": {
"type": "string"
},
"generation": {
"type": "string"
},
"middleNames": {
"type": "string"
},
"familyNamePrefix": {
"type": "string"
}
},
"additionalProperties": false
},
"IndividualIdentification": {
"type": "object",
"properties": {
"identification": {
"type": "string"
}
}
},
"CustomerSegment": {
"properties": {
"description": {
"type": "string"
},
"validFor": {
"$ref": "#/definitions/TimePeriod"
},
"name": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"description",
"validFor",
"name"
]
},
"Money": {
"properties": {
"amount": {
"type": "string"
},
"units": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"amount",
"units"
]
},
"PaymentItemSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"appliedAmount": {
"$ref": "#/definitions/Money"
}
},
"additionalProperties": false
},
"PaymentMethod": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"paymentMethodName": {
"type": "string"
},
"paymentDescription": {
"type": "string"
},
"customerPayment": {
"type": "array",
"items": {
"$ref": "#/definitions/CustomerPaymentSummary"
}
},
"paymentPlan": {
"type": "array",
"items": {
"$ref": "#/definitions/PaymentPlanSummary"
}
},
"paymentCard": {
"$ref": "#/definitions/PaymentCard"
},
"tokenizedThirdParty": {
"$ref": "#/definitions/TokenizedThirdParty"
},
"tokenizedPaymentCard": {
"$ref": "#/definitions/TokenizedPaymentCard"
},
"fundsTransfer": {
"$ref": "#/definitions/FundsTransfer"
},
"cash": {
"$ref": "#/definitions/Cash"
},
"check": {
"$ref": "#/definitions/Check"
}
},
"additionalProperties": false
},
"CustomerPaymentSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"paymentConfirmation": {
"type": "string"
},
"amount": {
"$ref": "#/definitions/Money"
},
"remainingAmount": {
"$ref": "#/definitions/Money"
},
"paymentDate": {
"type": "string",
"format": "date-time"
}
},
"additionalProperties": false
},
"PaymentPlanSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"priority": {
"type": "integer"
},
"status": {
"type": "boolean"
},
"paymentPlanType": {
"$ref": "#/definitions/PaymentPlanType"
},
"paymentLimit": {
"$ref": "#/definitions/Money"
}
},
"additionalProperties": false
},
"PaymentPlanType": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"priority": {
"type": "integer"
},
"status": {
"type": "boolean"
},
"paymentPlanType": {
"$ref": "#/definitions/PaymentPlanType"
},
"paymentLimit": {
"$ref": "#/definitions/Money"
}
},
"additionalProperties": false
},
"PaymentCard": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"TokenizedThirdParty": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"TokenizedPaymentCard": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"FundsTransfer": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"Cash": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"Check": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"Quantity": {
"required": [
"amount",
"units"
],
"properties": {
"amount": {
"type": "string"
},
"units": {
"type": "string"
}
},
"additionalProperties": false
},
"CostRate": {
"type": "object",
"properties": {
"denominator": {
"$ref": "#/definitions/Duration"
},
"numerator": {
"$ref": "#/definitions/Money"
}
},
"additionalProperties": false
},
"Duration": {
"type": "object",
"properties": {
"units": {
"type": "string"
},
"amount": {
"type": "number"
}
},
"additionalProperties": false
},
"OrganizationIdentification": {
"type": "object",
"properties": {
"identification": {
"type": "object",
"oneOf": [
{
"$ref": "#/definitions/CompanyRegistration"
},
{
"$ref": "#/definitions/TaxIdentification"
}
]
}
}
},
"CompanyRegistration": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"TaxIdentification": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"OrganizationName": {
"type": "object",
"properties": {
"organizationName": {
"type": "string"
},
"tradingName": {
"type": "string"
},
"validFor": {
"$ref": "#/definitions/TimePeriod"
},
"nameType": {
"type": "string"
}
},
"additionalProperties": false
},
"PaymentMethodSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"paymentMethodName": {
"type": "string"
},
"paymentDescription": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"id",
"link",
"paymentMethodName",
"paymentDescription"
]
},
"UserCredential": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"type": {
"type": "string"
},
"userId": {
"type": "string"
},
"userAccountController": {
"type": "string"
},
"placeOfBirth": {
"type": "string"
},
"userCredentialCategory": {
"type": "string"
},
"validFor": {
"$ref": "#/definitions/TimePeriod"
},
"adminStatus": {
"type": "string",
"description": "Active, Suspended, Inactive, Closed"
},
"usageType": {
"type": "string",
"description": "Individual, Joint, Other"
},
"password": {
"type": "string"
},
"serviceProvider": {
"type": "string"
},
"serviceProviderName": {
"type": "string"
},
"serviceProviderData": {
"type": "string"
},
"characteristics": {
"type": "array",
"items": {
"$ref": "#/definitions/Characteristic"
}
}
},
"additionalProperties": false
},
"Characteristic": {
"type": "object",
"properties": {
"characteristicId": {
"type": "string"
},
"characteristicName": {
"type": "string"
},
"characteristicDescription": {
"type": "string"
},
"unique": {
"type": "boolean"
},
"valueType": {
"type": "string"
},
"minCardinality": {
"type": "integer"
},
"maxCardinality": {
"type": "integer"
},
"extensible": {
"type": "boolean"
},
"derivationFormula": {
"type": "string"
},
"characteristicSequence": {
"type": "integer"
},
"validFor": {
"$ref": "#/definitions/TimePeriod"
},
"characteristicCategory": {
"type": "object",
"$ref": "#/definitions/CharacteristicCategory"
},
"value": {
"type": "array",
"items": {
"$ref": "#/definitions/CharacteristicValue"
}
}
},
"additionalProperties": false
},
"CharacteristicCategory": {
"type": "object",
"properties": {
"characteristicCategoryId": {
"type": "string"
},
"categoryName": {
"type": "string"
},
"categoryDescription": {
"type": "string"
}
},
"additionalProperties": false
},
"CharacteristicValue": {
"type": "object",
"properties": {
"value": {
"type": "string"
},
"unitOfMeasure": {
"type": "string"
},
"valueType": {
"type": "string"
},
"isDefaultValue": {
"type": "boolean"
},
"valueFrom": {
"type": "string"
},
"valueTo": {
"type": "string"
},
"rangeInterval": {
"type": "string"
},
"valueSequence": {
"type": "integer"
},
"validFor": {
"$ref": "#/definitions/TimePeriod"
}
},
"additionalProperties": false
},
"OrganizationSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
}
},
"additionalProperties": false
},
"Account": {
"title": "Account",
"required": [
"id",
"link",
"accountNumber",
"name",
"type",
"pin",
"status",
"financialStatus",
"creditLimit",
"customer",
"serviceAddress",
"relatedAccounts",
"preferences",
"sites",
"taxExemptions",
"devices",
"products",
"payments",
"billing",
"financials",
"users",
"primaryUser"
],
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"accountNumber": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string",
"description": "Individual, Joint, Other"
},
"pin": {
"type": "integer"
},
"status": {
"type": "string",
"description": "Active, Suspended, Inactive, Closed"
},
"financialStatus": {
"type": "string",
"description": "Current, Due ,InArrears, Delinquent"
},
"creditLimit": {
"type": "integer"
},
"customer": {
"$ref": "#/definitions/CustomerSummary"
},
"serviceAddress": {
"$ref": "#/definitions/PropertyAddress"
},
"primaryUser": {
"$ref": "#/definitions/UserSummary"
},
"users": {
"type": "array",
"items": {
"$ref": "#/definitions/UserSummary"
}
},
"financials": {
"$ref": "#/definitions/FinancialSummary"
},
"billing": {
"$ref": "#/definitions/BillingSummary"
},
"payments": {
"$ref": "#/definitions/PaymentSummary"
},
"products": {
"type": "array",
"items": {
"$ref": "#/definitions/ProductSummary"
}
},
"devices": {
"type": "array",
"items": {
"$ref": "#/definitions/DeviceSummary"
}
},
"taxExemptions": {
"$ref": "#/definitions/TaxExemptions"
},
"sites": {
"type": "array",
"items": {
"$ref": "#/definitions/SiteSummary"
}
},
"preferences": {
"type": "array",
"items": {
"$ref": "#/definitions/PreferenceSummary"
}
},
"relatedAccounts": {
"type": "array",
"items": {
"$ref": "#/definitions/AccountSummary"
}
}
},
"additionalProperties": false
},
"AppliedCustomerBillingVideoUsageRate": {
"type": "object",
"properties": {
"isAdultContent": {
"type": "boolean"
},
"videoUsageType": {
"type": "string",
"description": "VIDEO_ON_DEMAND, PAY_PER_VIEW"
}
},
"additionalProperties": false
},
"CustomerBillSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"billNo": {
"type": "string"
},
"billAmount": {
"$ref": "#/definitions/Money"
},
"billDate": {
"type": "string",
"format": "date-time"
},
"paymentDueDate": {
"type": "string",
"format": "date-time"
}
},
"additionalProperties": false
},
"ExtendedProperty": {
"properties": {
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"value": {
"type": "string"
},
"sequenceNumber": {
"type": "string"
}
},
"additionalProperties": false
},
"AppliedCustomerBillingAdjustment": {
"type": "object",
"properties": {
"adjustmentFromDate": {
"type": "string",
"format": "date-time"
},
"adjustmentThroughDate": {
"type": "string",
"format": "date-time"
}
},
"additionalProperties": false
},
"AppliedCustomerBillingRefund": {
"type": "object",
"properties": {
"refundType": {
"type": "string",
"description": "Cash, CreditCard"
}
},
"additionalProperties": false
},
"OneTimeAppliedCustomerBillingProductCharge": {
"type": "object",
"properties": {
"oneTimeChargeType": {
"type": "string"
}
}
},
"RecurringAppliedCustomerBillingProductCharge": {
"type": "object",
"properties": {
"recurringChargeFromDate": {
"type": "string",
"format": "date-time"
},
"recurringChargeThroughDate": {
"type": "string",
"format": "date-time"
}
},
"additionalProperties": false
},
"AppliedCustomerBillingRateSpec": {
"type": "object",
"properties": {}
},
"AppliedCustomerBillingTaxRate": {
"type": "object",
"properties": {
"customerTaxId": {
"type": "string"
},
"taxType": {
"type": "string"
},
"taxCategory": {
"type": "string"
}
},
"additionalProperties": false
},
"AppliedCustomerBillingTelephoneUsageRate": {
"type": "object",
"properties": {
"calledNumber": {
"type": "string"
},
"callingNumber": {
"type": "string"
},
"callDuration": {
"type": "string"
},
"appliedRate": {
"type": "string"
},
"telephoneUsageType": {
"type": "string",
"description": "LONG_DISTANCE, DIRECTORY_ASSISTANCE, COLLECT, THIRD_PARTY, AT_LONG_DISTANCE"
},
"callDestination": {
"type": "string"
},
"callDate": {
"type": "string",
"format": "date-time"
}
},
"additionalProperties": false
},
"BillChargeSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"creationDate": {
"type": "string",
"format": "date-time"
},
"rateAmount": {
"$ref": "#/definitions/Money"
},
"rateDescription": {
"type": "string"
},
"billingRateCode": {
"type": "string"
},
"account": {
"$ref": "#/definitions/AccountSummary"
},
"customerBill": {
"$ref": "#/definitions/CustomerBillSummary"
}
},
"additionalProperties": false
},
"CustomerBillSpecSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"format": {
"type": "array",
"items": {
"$ref": "#/definitions/CustomerBillFormat"
}
}
},
"additionalProperties": false
},
"CustomerBillFormat": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"presentationMedia": {
"type": "array",
"items": {
"$ref": "#/definitions/CustomerBillPresentationMedia"
}
}
},
"additionalProperties": false
},
"CustomerBillPresentationMedia": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"name": {
"type": "string"
}
},
"additionalProperties": false
},
"Document": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"documentLocation": {
"type": "string"
},
"documentNumber": {
"type": "string"
}
},
"additionalProperties": false
},
"FinancialCharge": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"CustomerBillingCycleSpecification": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"billingDateShift": {
"type": "integer"
},
"chargeDateOffset": {
"type": "integer"
},
"creditDateOffset": {
"type": "integer"
},
"mailingDateOffset": {
"type": "integer"
},
"paymentDueDateOffset": {
"type": "integer"
},
"validFor": {
"$ref": "#/definitions/TimePeriod"
},
"customerBillSpecs": {
"type": "array",
"items": {
"$ref": "#/definitions/CustomerBillSpecSummary"
}
},
"billingPeriod": {
"$ref": "#/definitions/BillingPeriod"
}
},
"additionalProperties": false
},
"BillingPeriod": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"name": {
"type": "string"
}
},
"additionalProperties": false
},
"Customer": {
"required": [
"id",
"link"
],
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"name": {
"type": "string"
},
"profile": {
"$ref": "#/definitions/PartySummary"
},
"customerId": {
"type": "string"
},
"customerRank": {
"type": "string"
},
"customerSegment": {
"$ref": "#/definitions/CustomerSegment"
},
"status": {
"type": "string"
},
"contactPhones": {
"type": "array",
"items": {
"$ref": "#/definitions/TelephoneNumber"
}
},
"contactEmails": {
"type": "array",
"items": {
"$ref": "#/definitions/EmailContact"
}
},
"accounts": {
"type": "array",
"items": {
"$ref": "#/definitions/AccountSummary"
}
}
},
"additionalProperties": false
},
"CustomerQuoteItem": {
"required": [
"id",
"link",
"nonRecurringCost",
"recurringCost",
"action",
"interactionItemStatus",
"quantity"
],
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"nonRecurringCost": {
"$ref": "#/definitions/Money"
},
"recurringCost": {
"$ref": "#/definitions/CostRate"
},
"action": {
"type": "string"
},
"interactionItemStatus": {
"type": "string"
},
"quantity": {
"$ref": "#/definitions/Quantity"
}
},
"additionalProperties": false
},
"CustomerQuoteSummary": {
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"description": {
"type": "string"
},
"interactionDate": {
"type": "string",
"format": "date-time"
},
"interactionDateComplete": {
"type": "string",
"format": "date-time"
}
},
"additionalProperties": false
},
"OrderItem": {
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"action": {
"type": "string"
},
"status": {
"type": "string",
"description": "NEW, PRESALES, POSTSALES, PROVISIONING, ACTIVATION, CANCELED, COMPLETED, WAITING_ON_EXTERNAL_ACTION",
"enum": [
"NEW",
"PRESALES",
"POSTSALES",
"PROVISIONING",
"ACTIVATION",
"CANCELED",
"COMPLETED",
"WAITING_ON_EXTERNAL_ACTION"
]
},
"quantity": {
"$ref": "#/definitions/Quantity"
},
"product": {
"$ref": "#/definitions/OrderProduct"
},
"existingSite": {
"$ref": "#/definitions/SiteSummary"
},
"newSite": {
"$ref": "#/definitions/SiteSummary"
},
"device": {
"$ref": "#/definitions/DeviceSummary"
},
"stateTransitions": {
"type": "array",
"items": {
"$ref": "#/definitions/Link"
}
}
},
"additionalProperties": false
},
"OrderProduct": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"type": {
"type": "string"
},
"name": {
"type": "string"
},
"isBundle": {
"type": "boolean"
},
"configuration": {
"type": "object",
"oneOf": [
{
"$ref": "#/definitions/EVCConfiguration"
},
{
"$ref": "#/definitions/EPLConfiguration"
},
{
"$ref": "#/definitions/UNIConfiguration"
},
{
"$ref": "#/definitions/GenericConfiguration"
}
]
}
},
"additionalProperties": false
},
"EVCConfiguration": {
"type": "object",
"properties": {
"configText": {
"type": "string"
},
"configBinary": {
"type": "number"
},
"configLocation": {
"type": "object",
"$ref": "#/definitions/Link"
},
"configActivationType": {
"type": "string",
"description": "Base, Current, Backup, Planned, Test, Template"
},
"isColorBlind": {
"type": "boolean"
},
"bandwidth": {
"$ref": "#/definitions/Quantity"
}
},
"required": [
"configText",
"configBinary",
"configLocation",
"configActivationType",
"isColorBlind",
"bandwidth"
]
},
"EPLConfiguration": {
"type": "object",
"properties": {
"bandwidth": {
"$ref": "#/definitions/Quantity"
},
"a_Address": {
"$ref": "#/definitions/Site"
},
"z_Address": {
"$ref": "#/definitions/Site"
}
},
"required": [
"bandwidth",
"a_Address",
"z_Address"
]
},
"UNIConfiguration": {
"type": "object",
"properties": {
"bandwidth": {
"$ref": "#/definitions/Quantity"
},
"address": {
"$ref": "#/definitions/Site"
}
},
"additionalProperties": false,
"required": [
"bandwidth",
"address"
]
},
"GenericConfiguration": {
"type": "object",
"properties": {
"unique": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"unique"
]
},
"Resources": {
"type": "object",
"properties": {
"ethernetInterfaceDeltas": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/EthernetInterfaceDeltas"
}
},
"resourcePortDeltas": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/PortDeltas"
}
}
}
},
"EthernetInterfaceDeltas": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"ethernetInterfaceConfiguration": {
"$ref": "#/definitions/EthernetInterfaceConfiguration"
},
"changes": {
"type": "array",
"items": {
"$ref": "#/definitions/Changes"
}
}
}
},
"EthernetInterfaceConfiguration": {
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"customerInterfaceNumber": {
"type": "number"
},
"deviceConfigMethod": {
"type": "string",
"description": "0 - not configured, 1 - using the CONSOLE port, 2 - using the AUXILIARY port, 3 - using a virtual terminal interface, 4 - download through a TFTP server, 5 - download through an FTP server, 6 - download through a NMS"
},
"hasCarrierDetect": {
"type": "boolean"
},
"hasDataLink": {
"type": "boolean"
},
"isInterfaceEnabled": {
"type": "boolean"
},
"vendorInterfaceNumber": {
"type": "number"
},
"interfaceInitResetCount": {
"type": "number"
},
"syncLostCount": {
"type": "number"
},
"ethernetInterface": {
"type": "object",
"items": {
"$ref": "#/definitions/EthernetInterfaceSummary"
}
}
}
},
"EthernetInterfaceSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"customerInterfaceNumber": {
"type": "integer"
},
"deviceConfigMethod": {
"type": "string",
"description": "0 - not configured, 1 - using the CONSOLE port, 2 - using the AUXILIARY port, 3 - using a virtual terminal interface, 4 - download through a TFTP server, 5 - download through an FTP server, 6 - download through a NMS"
},
"physicalPort": {
"$ref": "#/definitions/PhysicalPort"
},
"macAddress": {
"$ref": "#/definitions/MACAddress"
}
}
},
"PhysicalPort": {
"properties": {
"duplexMode": {
"type": "integer",
"description": "0: Unknown, 1: Full Duplex, 2: Half Duplex"
},
"portNumber": {
"type": "integer"
},
"typeOfPort": {
"type": "integer",
"description": "0: Unknown, 1: Ethernet, 2: FastEthernet, 3: Auto-Sensing, 4: GigabitEthernet, 5: FastGigabitEthernet, 6: DS-0, 7: DS-1, 8: DS-3, 9: T1, 10: T3, 11: E1, 12: E3, 13: OC-3, 14: OC-12, 15: OC-48, 16: OC-192, 17: RS-232C"
},
"vendorPortName": {
"type": "string"
},
"ifType": {
"type": "integer",
"description": "0: Unknown, 1: 10BaseT, 2: 100BaseT, 3: 10-100BaseT, 4: 1000BaseT, 5: 10000BaseT, 6: DS-0, 7: DS-1, 8: DS-3, 9: OC-3, 10: OC-12, 11: OC-48, 12: OC-192"
},
"card": {
"$ref": "#/definitions/CardSummary"
},
"configuration": {
"$ref": "#/definitions/PhysicalPortConfig"
}
},
"additionalProperties": false,
"required": [
"typeOfPort",
"ifType"
]
},
"CardSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"cardType": {
"type": "string"
},
"cardMemorySize": {
"type": "number"
},
"numberOfPorts": {
"type": "integer"
}
}
},
"PhysicalPortConfig": {
"properties": {
"physicalMediaType": {
"type": "number",
"description": "0: Unknown, 1: 10BaseT, 2: 100BaseT, 3: 10-100BaseT, 4: 1000BaseT, 5: 10000BaseT, 6: DS-0, 7: DS-1, 8: DS-3, 9: OC-3, 10: OC-12, 11: OC-48, 12: OC-192, 13: T1, 14: T3, 15: E1, 16: E3, 17: RS-232C"
},
"maxSpeed": {
"$ref": "#/definitions/Quantity",
"description": "Special values:: 0: unknown, -1: auto-sense"
},
"duplexMode": {
"type": "number",
"description": "0: auto-negotiate duplex operation, 1: full-duplex, 2: half-duplex"
},
"mgmtInfoValidFor": {
"$ref": "#/definitions/TimePeriod"
},
"retrievalMethodCurrent": {
"type": "number",
"description": "0: Unknown, 1: None, 2: CLI, 3: SNMP, 4: TL1, 5: CMIP, 6: RMON, 7: Proprietary"
},
"retrievalMethodsSupported": {
"type": "number",
"description": "0: Unknown, 1: None, 2: CLI, 3: SNMP, 4: TL1, 5: CMIP, 6: RMON, 7: Proprietary"
},
"configText": {
"type": "string"
},
"configBinary": {
"type": "array",
"items": {
"type": "number"
}
},
"configLocation": {
"$ref": "#/definitions/Link"
}
}
},
"MACAddress": {
"type": "object",
"properties": {
"macAddress": {
"type": "string"
},
"hostname": {
"type": "string"
}
}
},
"Changes": {
"properties": {
"change": {
"type": "string"
}
}
},
"PortDeltas": {
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"changes": {
"type": "array",
"items": {
"$ref": "#/definitions/Changes"
}
},
"resourcePortConfiguration": {
"$ref": "#/definitions/PortConfiguration"
},
"currentPort": {
"$ref": "#/definitions/Port"
}
}
},
"PortConfiguration": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"Port": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"isEdgePort": {
"type": "boolean"
},
"usageState": {
"type": "number"
},
"crcStatus": {
"type": "number"
},
"physicalPort": {
"$ref": "#/definitions/PhysicalPort"
}
}
},
"Services": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"uniServiceDeltas": {
"type": "array",
"items": {
"$ref": "#/definitions/UNIServiceDeltas"
}
},
"evcServiceDeltas": {
"type": "array",
"items": {
"$ref": "#/definitions/EVCServiceDeltas"
}
},
"changes": {
"type": "array",
"items": {
"$ref": "#/definitions/Changes"
}
}
}
},
"UNIServiceDeltas": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"changes": {
"type": "array",
"items": {
"$ref": "#/definitions/Changes"
}
},
"uniServiceConfiguration": {
"$ref": "#/definitions/UNIServiceConfigurationSummary"
},
"currentUniService": {
"$ref": "#/definitions/UNIServiceSummary"
}
}
},
"UNIServiceConfigurationSummary": {
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"hasStarted": {
"type": "boolean"
},
"isServiceEnabled": {
"type": "boolean"
},
"isMandatory": {
"type": "boolean"
}
},
"additionalProperties": false
},
"UNIServiceSummary": {
"properties": {}
},
"EVCServiceDeltas": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"uniServiceConfiguration": {
"$ref": "#/definitions/EVCServiceConfiguration"
},
"changes": {
"type": "array",
"items": {
"$ref": "#/definitions/Changes"
}
}
}
},
"EVCServiceConfiguration": {
"type": "object",
"required": [
"id",
"link",
"hasStarted",
"isServiceEnabled",
"isMandatory",
"startMode",
"isStateful",
"isFCCReportable",
"isTSP",
"isResourceFacingService",
"isCustomerFacingService",
"rfsStatus",
"cfsStatus",
"customerFacingService",
"resourceFacingService",
"unis",
"configuration",
"path",
"service"
],
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"hasStarted": {
"type": "boolean"
},
"isServiceEnabled": {
"type": "boolean"
},
"isMandatory": {
"type": "boolean"
},
"startMode": {
"type": "integer"
},
"isStateful": {
"type": "boolean"
},
"isFCCReportable": {
"type": "boolean"
},
"isTSP": {
"type": "boolean"
},
"isResourceFacingService": {
"type": "boolean"
},
"isCustomerFacingService": {
"type": "boolean"
},
"rfsStatus": {
"type": "integer"
},
"cfsStatus": {
"type": "integer"
},
"customerFacingService": {
"type": "array",
"items": {
"$ref": "#/definitions/EVCServiceConfigurationSummary"
}
},
"resourceFacingService": {
"type": "array",
"items": {
"$ref": "#/definitions/EVCServiceConfigurationSummary"
}
},
"unis": {
"type": "array",
"items": {
"$ref": "#/definitions/UNIServiceConfigurationSummary"
}
},
"configuration": {
"$ref": "#/definitions/EVCConfiguration"
},
"path": {
"$ref": "#/definitions/NetworkPath"
},
"service": {
"$ref": "#/definitions/EVCService"
}
},
"additionalProperties": false
},
"ConfigurationData": {
"type": "object",
"required": [
"id",
"link",
"mgmtInfoValidFor",
"retrievalMethodCurrent",
"retrievalMethodsSupported",
"configText",
"configBinary",
"configLocation",
"service",
"resources",
"serviceConfiguration",
"specification",
"attributes"
],
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"mgmtInfoValidFor": {
"$ref": "#/definitions/TimePeriod"
},
"retrievalMethodCurrent": {
"type": "integer",
"description": "0: Unknown, 1: None, 2: CLI, 3: SNMP, 4: TL1, 5: CMIP, 6: RMON, 7: Proprietary"
},
"retrievalMethodsSupported": {
"type": "string",
"description": "0: Unknown, 1: None, 2: CLI, 3: SNMP, 4: TL1, 5: CMIP, 6: RMON, 7: Proprietary"
},
"configText": {
"type": "string"
},
"configBinary": {
"type": "integer"
},
"configLocation": {
"$ref": "#/definitions/Link"
},
"service": {
"$ref": "#/definitions/ServiceSummary"
},
"resources": {
"type": "array",
"items": {
"$ref": "#/definitions/ResourceSummary"
}
},
"serviceConfiguration": {
"$ref": "#/definitions/ServiceConfigurationSummary"
},
"attributes": {
"type": "array",
"items": {
"$ref": "#/definitions/AttributeValuePair"
}
},
"specification": {
"$ref": "#/definitions/ConfigurationDataSpecification"
}
},
"additionalProperties": false
},
"AttributeValuePair": {
"type": "object",
"required": [
"attributeName",
"attributeValue"
],
"properties": {
"attributeName": {
"type": "string"
},
"attributeValue": {
"type": "string"
}
},
"additionalProperties": false
},
"ServiceSummary": {
"required": [
"id",
"link"
],
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
},
"additionalProperties": false
},
"ResourceSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"ImpactedItem": {
"type": "object",
"required": [
"type",
"description",
"ticket",
"accounts",
"services",
"resources"
],
"properties": {
"type": {
"type": "string"
},
"description": {
"type": "string"
},
"ticket": {
"$ref": "#/definitions/TicketSummary"
},
"accounts": {
"type": "array",
"items": {
"$ref": "#/definitions/AccountSummary"
}
},
"services": {
"type": "array",
"items": {
"$ref": "#/definitions/ServiceSummary"
}
},
"resources": {
"type": "array",
"items": {
"$ref": "#/definitions/ResourceSummary"
}
}
},
"additionalProperties": false
},
"Preference": {
"required": [
"id",
"link",
"preferenceName",
"description",
"value",
"unitOfMeasure",
"rangeInterval",
"specCharacteristicName",
"specCharacteristicDescription",
"valueType",
"characteristicSequence",
"isSet",
"validFor",
"preferences",
"preferenceCategory"
],
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"preferenceName": {
"type": "string"
},
"description": {
"type": "string"
},
"value": {
"type": "string"
},
"unitOfMeasure": {
"type": "string"
},
"rangeInterval": {
"type": "string"
},
"specCharacteristicName": {
"type": "string"
},
"specCharacteristicDescription": {
"type": "string"
},
"valueType": {
"type": "string"
},
"characteristicSequence": {
"type": "integer"
},
"isSet": {
"type": "boolean"
},
"validFor": {
"$ref": "#/definitions/TimePeriod"
},
"preferences": {
"type": "array",
"items": {
"$ref": "#/definitions/PreferenceSummary"
}
},
"preferenceCategory": {
"$ref": "#/definitions/PreferenceCategory"
}
},
"additionalProperties": false
},
"TicketSummary": {
"required": [
"id",
"link"
],
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"description": {
"type": "string"
},
"type": {
"type": "string",
"description": "Master, Primary, Subtask",
"enum": [
"Master",
"Primary",
"Subtask"
]
},
"status": {
"type": "string"
},
"detailDescription": {
"type": "string"
},
"severity": {
"type": "string"
}
},
"additionalProperties": false
},
"ServiceSpecificationSummary": {
"required": [
"id",
"link",
"description",
"commonName",
"isBundle"
],
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"description": {
"type": "string"
},
"commonName": {
"type": "string"
},
"isBundle": {
"type": "boolean"
}
},
"additionalProperties": false
},
"ProductProperties": {
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"service": {
"$ref": "#/definitions/ServiceSummary"
}
},
"additionalProperties": false
},
"ServiceConfigurationSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"hasStarted": {
"type": "boolean"
},
"isServiceEnabled": {
"type": "boolean"
},
"isMandatory": {
"type": "boolean"
}
},
"additionalProperties": false
},
"ConfigurationDataSpecification": {
"required": [
"id",
"link",
"name",
"description"
],
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"name": {
"type": "string"
},
"description": {
"type": "string"
}
},
"additionalProperties": false
},
"NetworkPath": {
"required": [
"alternatePathIdentifier",
"noOfChannels",
"topology",
"signaling",
"direction",
"channelType",
"framing",
"terminationPoints"
],
"properties": {
"alternatePathIdentifier": {
"type": "string"
},
"noOfChannels": {
"type": "number"
},
"topology": {
"type": "string"
},
"signaling": {
"type": "string"
},
"direction": {
"type": "string"
},
"channelType": {
"type": "string"
},
"framing": {
"type": "string"
},
"terminationPoints": {
"type": "array",
"items": {
"$ref": "#/definitions/TerminationPoint"
}
}
},
"additionalProperties": false
},
"TerminationPoint": {
"required": [
"direction",
"vendorTPName",
"typeOfTP",
"endPointLabel",
"sideType",
"ethernetInterface"
],
"properties": {
"direction": {
"type": "string",
"description": "0: Unknown, 1: Sources Traffic, 2: Sinks Traffic, 3: Carries Traffic Bi-directionally"
},
"vendorTPName": {
"type": "string"
},
"typeOfTP": {
"type": "string",
"description": "0: unknown, 1: uni-directional, source, 2: uni-directional, sink, 3: bi-directional, source, 4: bi-directional, sink"
},
"endPointLabel": {
"type": "string"
},
"sideType": {
"type": "string",
"description": "Legal values:: 0 - unknown, 1 - ProviderEdge, 2 - CustomerEdge, 3 - ProviderCore, 9 - Other"
},
"ethernetInterface": {
"$ref": "#/definitions/EthernetInterfaceSummary"
}
},
"additionalProperties": false
},
"EVCServiceSummary": {
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"hasStarted": {
"type": "boolean"
},
"isServiceEnabled": {
"type": "boolean"
},
"isMandatory": {
"type": "boolean"
}
},
"additionalProperties": false
},
"ResourceConfiguration": {
"required": [
"resources"
],
"properties": {
"resources": {
"type": "array",
"items": {
"$ref": "#/definitions/ServiceConfigurationSummary"
}
}
},
"additionalProperties": false
},
"EVCService": {
"required": [
"id",
"link",
"hasStarted",
"isServiceEnabled",
"isMandatory",
"startMode",
"isStateful",
"isFCCReportable",
"isTSP",
"isResourceFacingService",
"isCustomerFacingService",
"rfsStatus",
"cfsStatus",
"customerFacingService",
"resourceFacingService",
"unis",
"configuration",
"path"
],
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"hasStarted": {
"type": "boolean"
},
"isServiceEnabled": {
"type": "boolean"
},
"isMandatory": {
"type": "boolean"
},
"startMode": {
"type": "number",
"description": "0: Unknown, 1: Automatically by the managed environment, 2: Automatically by the owning device, 3: Manually by the Provider of the Service, 4: Manually by a Customer of the Provider, 5: Any of the above"
},
"isStateful": {
"type": "boolean"
},
"isFCCReportable": {
"type": "boolean"
},
"isTSP": {
"type": "boolean"
},
"isResourceFacingService": {
"type": "boolean"
},
"isCustomerFacingService": {
"type": "boolean"
},
"rfsStatus": {
"type": "number"
},
"cfsStatus": {
"type": "number"
},
"customerFacingService": {
"type": "array",
"items": {
"$ref": "#/definitions/EVCServiceSummary"
}
},
"resourceFacingService": {
"type": "array",
"items": {
"$ref": "#/definitions/EVCServiceSummary"
}
},
"unis": {
"type": "array",
"items": {
"$ref": "#/definitions/UNIServiceSummary"
}
},
"configuration": {
"$ref": "#/definitions/EVCConfiguration"
},
"path": {
"$ref": "#/definitions/NetworkPath"
}
},
"additionalProperties": false
},
"EVCServiceConfigurationSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"hasStarted": {
"type": "boolean"
},
"isServiceEnabled": {
"type": "boolean"
},
"isMandatory": {
"type": "boolean"
}
},
"additionalProperties": false
},
"UNIConfig": {
"required": [
"configText",
"configBinary",
"configLocation",
"configActivationType",
"bandwidth",
"duplexMode",
"macLayer",
"isColorBlind",
"isServiceMultiplexed",
"vlanTagging",
"mtuSize"
],
"properties": {
"configText": {
"type": "string"
},
"configBinary": {
"type": "array",
"items": {
"type": "number"
}
},
"configLocation": {
"$ref": "#/definitions/Link"
},
"configActivationType": {
"type": "string",
"description": "Base, Current, Backup, Planned, Test, Template"
},
"bandwidth": {
"$ref": "#/definitions/Quantity"
},
"duplexMode": {
"type": "integer"
},
"macLayer": {
"type": "integer"
},
"isColorBlind": {
"type": "boolean"
},
"isServiceMultiplexed": {
"type": "boolean"
},
"vlanTagging": {
"type": "integer",
"description": "Defines how 802.1q VLAN Tags are handled at the UNI. Legal values are: 0 - unknown / undefined, 1 - VLAN Tags are prohibited at the UNI, 2 - VLAN Tags are mapped at the UNI (see the VLANtoEVCMap), 3 - VLAN Tags are preserved at the UNI via Q-in-Q VLAN Tag Stacking, 4 - VLAN Tags are preserved at the UNI via MAC-in-MAC Header Stacking"
},
"mtuSize": {
"type": "integer"
}
}
},
"EvcSummary": {
"required": [
"id",
"link"
],
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
},
"additionalProperties": false
},
"UNISummary": {
"required": [
"id",
"link",
"hasStarted",
"isServiceEnabled",
"isMandatory"
],
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"hasStarted": {
"type": "boolean"
},
"isServiceEnabled": {
"type": "boolean"
},
"isMandatory": {
"type": "boolean"
}
},
"additionalProperties": false
},
"UNIService": {
"properties": {}
},
"ServiceSpecification": {
"required": [
"id",
"link",
"description",
"commonName",
"isBundle",
"isCustomerFacing",
"isResourceFacing",
"isComposedOf",
"customerFacingServiceSpec",
"resourceFacingServiceSpec",
"services",
"characteristics",
"serviceSpecificationTypes"
],
"properties": {
"id": {
"type": "string"
},
"link": {
"type": "object",
"$ref": "#/definitions/Link"
},
"description": {
"type": "string"
},
"commonName": {
"type": "string"
},
"isBundle": {
"type": "boolean"
},
"isCustomerFacing": {
"type": "boolean"
},
"isResourceFacing": {
"type": "boolean"
},
"isComposedOf": {
"type": "array",
"items": {
"$ref": "#/definitions/ServiceSpecification"
}
},
"customerFacingServiceSpec": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/ServiceSpecification"
}
},
"resourceFacingServiceSpec": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/ServiceSpecification"
}
},
"services": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/ServiceSummary"
}
},
"characteristics": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/Characteristic"
}
},
"serviceSpecificationTypes": {
"type": "object",
"$ref": "#/definitions/ServiceSpecificationType"
}
},
"additionalProperties": false
},
"ServiceSpecificationType": {
"required": [
"serviceSpecTypeName"
],
"properties": {
"serviceSpecTypeName": {
"type": "string"
}
},
"additionalProperties": false
},
"OrderDesign": {
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"status": {
"type": "string"
},
"timestamp": {
"type": "string",
"format": "date-time"
},
"designArtifact": {
"$ref": "#/definitions/Link"
},
"serviceDesign": {
"$ref": "#/definitions/Services"
},
"resourceDesign": {
"$ref": "#/definitions/Resources"
}
},
"additionalProperties": false
},
"Location": {
"properties": {
"site": {
"$ref": "#/definitions/Site"
},
"propertyAddress": {
"$ref": "#/definitions/PropertyAddress"
}
},
"additionalProperties": false
},
"Site": {
"properties": {
"id": {
"type": "string"
},
"link": {
"type": "object",
"$ref": "#/definitions/Link"
},
"type": {
"type": "string",
"description": "ServiceSite, ProviderSite, Other",
"enum": [
"ServiceSite",
"ProviderSite",
"Other"
]
},
"name": {
"type": "string"
},
"multiTenant": {
"type": "boolean"
},
"siteHours": {
"type": "string"
},
"structureHeight": {
"$ref": "#/definitions/Quantity"
},
"description": {
"type": "string"
},
"status": {
"type": "string",
"description": "Active, Off, Pending",
"enum": [
"Active",
"Off",
"Pending"
]
},
"clliCode": {
"type": "string"
},
"category": {
"type": "object",
"$ref": "#/definitions/SiteCategory"
},
"vhCoordinates": {
"type": "object",
"$ref": "#/definitions/VHCoordinates"
},
"validFor": {
"type": "object",
"$ref": "#/definitions/TimePeriod"
},
"accountContacts": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/AccountContactAssignment"
}
},
"accounts": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/AccountSummary"
}
},
"propertyAddress": {
"type": "object",
"$ref": "#/definitions/PropertyAddress"
},
"geographicLocations": {
"type": "array",
"items": {
"$ref": "#/definitions/GeographicLocation"
}
}
},
"additionalProperties": false
},
"AccountContactAssignment": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"SiteCategory": {
"properties": {
"categoryDescription": {
"type": "string"
},
"categoryName": {
"type": "string"
}
},
"additionalProperties": false
},
"VHCoordinates": {
"properties": {
"horizontalCoordinate": {
"type": "string"
},
"verticalCoordinate": {
"type": "string"
}
},
"additionalProperties": false
},
"ServiceOrderItem": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"action": {
"type": "string",
"description": "ADDRESSCHANGE, BANDWIDTHCHANGE, OTHER"
},
"quantity": {
"$ref": "#/definitions/Quantity"
},
"interactionItemStatus": {
"type": "string"
},
"locations": {
"type": "array",
"items": {
"$ref": "#/definitions/Location"
}
},
"serviceConfiguration": {
"$ref": "#/definitions/ServiceConfigurationSummary"
},
"device": {
"$ref": "#/definitions/DeviceSummary"
},
"evcServiceConfiguration": {
"$ref": "#/definitions/EVCServiceConfigurationSummary"
},
"uniServiceConfigurations": {
"type": "array",
"items": {
"$ref": "#/definitions/UNIServiceConfigurationSummary"
}
},
"orderDesign": {
"$ref": "#/definitions/OrderDesign"
}
},
"additionalProperties": false
},
"AsBuiltOrderDesign": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"status": {
"type": "string"
},
"timestamp": {
"type": "string",
"format": "date-time"
},
"fullAsBuiltNetwork": {
"$ref": "#/definitions/Link"
},
"evcService": {
"$ref": "#/definitions/EVCServiceSummary"
},
"uniServices": {
"type": "array",
"items": {
"$ref": "#/definitions/UNIServiceSummary"
}
}
},
"additionalProperties": false
},
"SAT": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"pass": {
"type": "boolean"
},
"throughput": {
"$ref": "#/definitions/Quantity"
},
"frameloss": {
"$ref": "#/definitions/Quantity"
},
"latency": {
"$ref": "#/definitions/Quantity"
},
"systemreset": {
"type": "boolean"
},
"systemrecover": {
"type": "boolean"
}
},
"additionalProperties": false
},
"GeographicLocation": {
"type": "object",
"properties": {
"accuracy": {
"type": "string"
},
"property": {
"type": "object",
"$ref": "#/definitions/Property"
},
"cableServiceArea": {
"type": "object",
"$ref": "#/definitions/CableServiceArea"
},
"exchangeServiceArea": {
"type": "object",
"$ref": "#/definitions/ExchangeServiceArea"
},
"marketArea": {
"type": "object",
"$ref": "#/definitions/MarketArea"
},
"geographicArea": {
"type": "object",
"$ref": "#/definitions/GeographicArea"
},
"rateGroupRegion": {
"type": "object",
"$ref": "#/definitions/RateGroupRegion"
},
"rateCenter": {
"type": "object",
"$ref": "#/definitions/RateCenter"
},
"emergencyServiceZone": {
"type": "object",
"$ref": "#/definitions/EmergencyServiceZone"
},
"timeZoneRegion": {
"type": "object",
"$ref": "#/definitions/TimeZoneRegion"
},
"administrativeArea": {
"type": "object",
"$ref": "#/definitions/AdministrativeArea"
},
"geometry": {
"type": "object",
"$ref": "#/definitions/Geometry"
}
}
},
"CableServiceArea": {
"type": "object",
"properties": {
"accuracy": {
"type": "string"
},
"property": {
"type": "object",
"$ref": "#/definitions/Property"
},
"cableServiceArea": {
"type": "object",
"$ref": "#/definitions/CableServiceArea"
},
"exchangeServiceArea": {
"type": "object",
"$ref": "#/definitions/ExchangeServiceArea"
},
"marketArea": {
"type": "object",
"$ref": "#/definitions/MarketArea"
},
"geographicArea": {
"type": "object",
"$ref": "#/definitions/GeographicArea"
},
"rateGroupRegion": {
"type": "object",
"$ref": "#/definitions/RateGroupRegion"
},
"rateCenter": {
"type": "object",
"$ref": "#/definitions/RateCenter"
},
"emergencyServiceZone": {
"type": "object",
"$ref": "#/definitions/EmergencyServiceZone"
},
"timeZoneRegion": {
"type": "object",
"$ref": "#/definitions/TimeZoneRegion"
},
"administrativeArea": {
"type": "object",
"$ref": "#/definitions/AdministrativeArea"
},
"geometry": {
"type": "object",
"$ref": "#/definitions/Geometry"
}
}
},
"ServiceRoleSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"type": "object",
"$ref": "#/definitions/Link"
},
"description": {
"type": "string"
},
"commonName": {
"type": "string"
}
},
"additionalProperties": false
},
"AssignedGroup": {
"type": "object",
"properties": {
"assignedStart": {
"type": "string",
"format": "date-time"
},
"assignedEnd": {
"type": "string",
"format": "date-time"
},
"userGroups": {
"type": "object",
"$ref": "#/definitions/UserGroup"
}
},
"additionalProperties": false
},
"UserGroup": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"name": {
"type": "string"
},
"status": {
"type": "string"
},
"validFor": {
"$ref": "#/definitions/TimePeriod"
},
"users": {
"type": "array",
"items": {
"$ref": "#/definitions/UserSummary"
}
},
"organization": {
"$ref": "#/definitions/OrganizationSummary"
}
},
"additionalProperties": false
},
"Comment": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"description": {
"type": "string",
"description": "The content of the Comment."
},
"createTime": {
"type": "string",
"format": "date-time"
},
"visibility": {
"type": "string"
},
"submitter": {
"$ref": "#/definitions/UserSummary"
}
},
"additionalProperties": false
},
"ExternalSystemReference": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"Modifier": {
"type": "object",
"properties": {
"modifiedTime": {
"type": "string",
"format": "date-time"
},
"user": {
"type": "object",
"$ref": "#/definitions/UserSummary"
}
}
},
"TicketRelationship": {
"type": "object",
"properties": {
"relationshipType": {
"type": "object",
"$ref": "#/definitions/TicketRelationshipType"
},
"validFor": {
"type": "object",
"$ref": "#/definitions/TimePeriod"
},
"relatedTicket": {
"type": "object",
"$ref": "#/definitions/Ticket"
},
"tickets": {
"type": "object",
"$ref": "#/definitions/Ticket"
}
}
},
"TicketRelationshipType": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"Ticket": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"description": {
"type": "string"
},
"type": {
"type": "string",
"description": "Master, Primary, Subtask",
"enum": [
"Master",
"Primary",
"Subtask"
]
},
"status": {
"type": "string"
},
"detailDescription": {
"type": "string"
},
"severity": {
"type": "string"
},
"universalIdentifier": {
"type": "string"
},
"originatingSystem": {
"type": "string"
},
"originatingTicketId": {
"type": "string"
},
"impact": {
"type": "string"
},
"interactionStatus": {
"type": "string"
},
"interactionDate": {
"type": "string",
"format": "date-time"
},
"interactionDateComplete": {
"type": "string",
"format": "date-time"
},
"createDate": {
"type": "string",
"format": "date-time"
},
"relatedTo": {
"type": "array",
"items": {
"$ref": "#/definitions/TicketRelationship"
}
},
"primaryTicket": {
"$ref": "#/definitions/TicketSummary"
},
"tasks": {
"type": "array",
"items": {
"$ref": "#/definitions/TicketSummary"
}
},
"assignedGroup": {
"type": "object",
"$ref": "#/definitions/AssignedGroup"
},
"externalSystemReference": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/ExternalSystemReference"
}
},
"category": {
"type": "object",
"$ref": "#/definitions/Category"
},
"submitter": {
"type": "object",
"$ref": "#/definitions/UserSummary"
},
"assignee": {
"type": "object",
"$ref": "#/definitions/UserSummary"
},
"modifiers": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/Modifier"
}
},
"watchers": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/Watcher"
}
},
"comments": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/Comment"
}
},
"statusEntries": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/StatusEntry"
}
},
"characteristics": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/Characteristic"
}
},
"contacts": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/Contact"
}
},
"impactedItems": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/ImpactedItem"
}
},
"location": {
"type": "object",
"$ref": "#/definitions/TicketLocation"
},
"relatedFrom": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/TicketRelationship"
}
}
},
"additionalProperties": false
},
"StatusEntry": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"priorState": {
"type": "string"
},
"currentState": {
"type": "string"
},
"submitter": {
"$ref": "#/definitions/UserSummary"
}
},
"additionalProperties": false
},
"Watcher": {
"type": "object",
"properties": {
"watchStart": {
"type": "string",
"format": "date-time"
},
"watchEnd": {
"type": "string",
"format": "date-time"
},
"user": {
"type": "object",
"$ref": "#/definitions/UserSummary"
}
},
"additionalProperties": false
},
"Category": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"type": "object",
"$ref": "#/definitions/Link"
},
"description": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
},
"level": {
"type": "string"
},
"subCategory": {
"type": "object",
"$ref": "#/definitions/Category"
}
},
"additionalProperties": false
},
"Contact": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"contactType": {
"type": "string"
},
"name": {
"type": "string"
},
"status": {
"type": "string"
},
"validFor": {
"$ref": "#/definitions/TimePeriod"
},
"individual": {
"$ref": "#/definitions/Individual"
},
"contactMediums": {
"$ref": "#/definitions/ContactMedium"
},
"partyDetails": {
"$ref": "#/definitions/PartySummary"
}
},
"additionalProperties": false
},
"TicketLocation": {
"type": "object",
"properties": {
"sites": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/Site"
}
},
"id": {
"type": "string"
},
"unnamed_Ticket_": {
"type": "object",
"$ref": "#/definitions/Ticket"
},
"cableServiceArea": {
"type": "object",
"$ref": "#/definitions/CableServiceArea"
},
"link": {
"type": "object",
"$ref": "#/definitions/Link"
},
"marketArea": {
"type": "object",
"$ref": "#/definitions/MarketArea"
}
},
"additionalProperties": false
},
"MarketArea": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"type": "object",
"$ref": "#/definitions/Link"
},
"marketAreaName": {
"type": "string"
},
"marketAreaType": {
"type": "string"
},
"marketRank": {
"type": "integer"
},
"geometry": {
"type": "object",
"$ref": "#/definitions/Geometry"
}
}
},
"CMTSCableModemAssignment": {
"required": [
"cmStatus",
"cmPreEqualized",
"cableModem",
"cmts"
],
"properties": {
"cmStatus": {
"type": "integer",
"description": "1 - other than below, 2 - ranging, 3 - ranging aborted, 4 - ranging complete, 5 - IP complete (IP Address DHCP-assigned), 6 - registration complete (aka operational), 7 - access denied, 8 - RESERVED, 9 - registered, BPI initialized"
},
"cmPreEqualized": {
"type": "boolean"
},
"cableModem": {
"$ref": "#/definitions/CableModemSummary"
},
"cmts": {
"$ref": "#/definitions/CMTSSummary"
}
},
"additionalProperties": false
},
"CableModemSummary": {
"required": [
"id",
"link",
"macAddress",
"serialNumber",
"numActiveChannels"
],
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"macAddress": {
"$ref": "#/definitions/MACAddress"
},
"serialNumber": {
"type": "string"
},
"numActiveChannels": {
"type": "integer"
}
}
},
"CMTSSummary": {
"required": [
"id",
"link",
"commonName"
],
"properties": {
"id": {
"type": "string"
},
"link": {
"type": "object",
"$ref": "#/definitions/Link"
},
"commonName": {
"type": "string"
}
}
},
"CableModemChannel": {
"required": [
"snr",
"modulationType",
"link",
"warnThresholdPercent",
"operationalState",
"isPreEqualized",
"overSubscription",
"id",
"modulationProfileNumber",
"originalMteID",
"logicalAlarmStatus",
"mteAdministrativeState",
"bpsAvailable",
"mteID",
"channelWidthHz",
"modulationChannelType",
"additionalInfo",
"isMTEOperational",
"transmitOffset",
"bpsAssigned",
"transmitPower",
"logicalAlarmReportingEnabled",
"channelFrequencyHz",
"typeOfMTE",
"modulationConstellation",
"receivePower"
],
"properties": {
"snr": {
"$ref": "#/definitions/Quantity"
},
"modulationType": {
"type": "integer"
},
"link": {
"$ref": "#/definitions/Link"
},
"warnThresholdPercent": {
"type": "integer"
},
"operationalState": {
"type": "integer"
},
"isPreEqualized": {
"type": "boolean"
},
"overSubscription": {
"type": "string"
},
"id": {
"type": "string"
},
"modulationProfileNumber": {
"type": "integer"
},
"originalMteID": {
"type": "string"
},
"logicalAlarmStatus": {
"type": "integer"
},
"mteAdministrativeState": {
"type": "integer"
},
"bpsAvailable": {
"type": "integer"
},
"mteID": {
"type": "string"
},
"channelWidthHz": {
"type": "number"
},
"modulationChannelType": {
"type": "integer"
},
"additionalInfo": {
"type": "string"
},
"isMTEOperational": {
"type": "boolean"
},
"transmitOffset": {
"type": "integer"
},
"bpsAssigned": {
"type": "integer"
},
"transmitPower": {
"$ref": "#/definitions/Quantity"
},
"logicalAlarmReportingEnabled": {
"type": "boolean"
},
"channelFrequencyHz": {
"type": "number"
},
"typeOfMTE": {
"type": "integer"
},
"modulationConstellation": {
"type": "integer"
},
"receivePower": {
"$ref": "#/definitions/Quantity"
}
},
"additionalProperties": false
},
"DOCSISCableInterface": {
"required": [
"mtuSupported",
"hasDataLink",
"vendorInterfaceNumber",
"lrStatus",
"t3RangingResponseTimeouts",
"mtuCurrent",
"isInterfaceEnabled",
"networkPath",
"isOperational",
"correctedCodewordsIn",
"customerInterfaceNumber",
"t4RangingRequestWindowTimeouts",
"usageState",
"interfaceInitResetCount",
"serviceState",
"supportsMLPPP",
"badCodewordsIn",
"hasCarrierDetect",
"syncLostCount",
"goodCodewordsIn",
"deviceConfigMethod"
],
"properties": {
"mtuSupported": {
"type": "integer"
},
"hasDataLink": {
"type": "boolean"
},
"vendorInterfaceNumber": {
"type": "string"
},
"lrStatus": {
"type": "integer"
},
"t3RangingResponseTimeouts": {
"type": "integer"
},
"mtuCurrent": {
"type": "integer"
},
"isInterfaceEnabled": {
"type": "boolean"
},
"networkPath": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/NetworkPath"
}
},
"isOperational": {
"type": "boolean"
},
"correctedCodewordsIn": {
"type": "integer"
},
"customerInterfaceNumber": {
"type": "string"
},
"t4RangingRequestWindowTimeouts": {
"type": "integer"
},
"usageState": {
"type": "integer"
},
"interfaceInitResetCount": {
"type": "integer"
},
"serviceState": {
"type": "integer"
},
"supportsMLPPP": {
"type": "boolean"
},
"badCodewordsIn": {
"type": "integer"
},
"hasCarrierDetect": {
"type": "boolean"
},
"syncLostCount": {
"type": "integer"
},
"goodCodewordsIn": {
"type": "integer"
},
"deviceConfigMethod": {
"type": "integer"
}
},
"additionalProperties": false
},
"FiberNode": {
"properties": {}
},
"IpAddress": {
"required": [
"address",
"version",
"type"
],
"properties": {
"address": {
"type": "string"
},
"version": {
"type": "string"
},
"type": {
"type": "string"
}
},
"additionalProperties": false
},
"Slot": {
"required": [
"hasAdapter",
"slotNumber",
"slotPurpose",
"purposeDescription",
"card"
],
"properties": {
"hasAdapter": {
"type": "boolean"
},
"slotNumber": {
"type": "integer"
},
"slotPurpose": {
"type": "integer",
"description": "0: Unknown, 1: System, 2: Networking, 3: Port Adapter, 4: Memory, 5: Hardware Assist, 6: Video, 7: General Computing, 8: General Purpose"
},
"purposeDescription": {
"type": "string"
},
"card": {
"$ref": "#/definitions/CardSummary"
}
},
"additionalProperties": false
},
"CLLICode": {
"properties": {}
},
"ProductLineOfBusiness": {
"properties": {}
},
"DeviceManagementType": {
"properties": {}
},
"DeviceProviderType": {
"properties": {}
},
"DeviceActivationStatus": {
"properties": {}
},
"Device": {
"required": [
"id",
"link",
"description",
"name",
"type",
"version",
"managementMethodCurrent",
"managementMethodSupported",
"usageState",
"macAddress",
"clliCode",
"manufactureDateStamp",
"otherIdentifier",
"powerState",
"serialNumber",
"versionNumber",
"validFor",
"hostName",
"ownedBy",
"characteristics",
"slot",
"ipAddressSummary"
],
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"description": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
},
"managementMethodCurrent": {
"type": "number"
},
"managementMethodSupported": {
"type": "number"
},
"usageState": {
"type": "number"
},
"macAddress": {
"type": "string"
},
"clliCode": {
"type": "string"
},
"manufactureDateStamp": {
"type": "string"
},
"otherIdentifier": {
"type": "string"
},
"powerState": {
"type": "number"
},
"serialNumber": {
"type": "string"
},
"versionNumber": {
"type": "string"
},
"validFor": {
"$ref": "#/definitions/TimePeriod"
},
"hostName": {
"type": "string"
},
"ownedBy": {
"$ref": "#/definitions/Customer"
},
"characteristics": {
"type": "array",
"items": {
"$ref": "#/definitions/Characteristic"
}
},
"slot": {
"$ref": "#/definitions/Slot"
},
"ipAddressSummary": {
"type": "array",
"items": {
"$ref": "#/definitions/IpAddress"
}
}
},
"additionalProperties": false
},
"ContactSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"contactType": {
"type": "string"
},
"name": {
"type": "string"
}
}
},
"ProductOfferingSummary": {
"properties": {}
},
"Price": {
"required": [
"id",
"link",
"name",
"description",
"charges"
],
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"charges": {
"type": "array",
"items": {
"$ref": "#/definitions/Charge"
}
}
},
"additionalProperties": false
},
"ProductSpecificationSummary": {
"required": [
"id",
"link",
"name",
"productNumber",
"description",
"lifecycleStatus"
],
"properties": {
"id": {
"type": "string"
},
"link": {
"type": "object",
"$ref": "#/definitions/Link"
},
"name": {
"type": "string"
},
"productNumber": {
"type": "string"
},
"description": {
"type": "string"
},
"lifecycleStatus": {
"type": "string"
}
},
"additionalProperties": false
},
"ProductRelationship": {
"required": [
"relationshipType",
"product"
],
"properties": {
"relationshipType": {
"type": "string"
},
"product": {
"$ref": "#/definitions/ProductSummary"
}
},
"additionalProperties": false
},
"EntitlementGrant": {
"required": [
"grantId",
"name",
"validFor",
"token"
],
"properties": {
"grantId": {
"type": "string"
},
"name": {
"type": "string"
},
"validFor": {
"type": "object",
"$ref": "#/definitions/TimePeriod"
},
"token": {
"type": "string"
}
},
"additionalProperties": false
},
"Charge": {
"required": [
"id",
"link",
"name",
"description",
"price",
"priceType",
"quantity",
"period",
"alterations"
],
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"price": {
"$ref": "#/definitions/Money"
},
"priceType": {
"type": "string"
},
"quantity": {
"$ref": "#/definitions/Quantity"
},
"period": {
"type": "string"
},
"alterations": {
"type": "array",
"items": {
"$ref": "#/definitions/Alteration"
}
}
},
"additionalProperties": false
},
"Alteration": {
"required": [
"id",
"link",
"name",
"description",
"price",
"priceType",
"quantity",
"period"
],
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"price": {
"$ref": "#/definitions/Money"
},
"priceType": {
"type": "string"
},
"quantity": {
"$ref": "#/definitions/Quantity"
},
"period": {
"type": "string"
}
},
"additionalProperties": false
},
"ProductSpecificationType": {
"required": [
"description",
"name"
],
"properties": {
"description": {
"type": "string"
},
"name": {
"type": "string"
}
},
"additionalProperties": false
},
"UNIProductConfiguration": {
"required": [
"bandwidth",
"address"
],
"properties": {
"bandwidth": {
"$ref": "#/definitions/Quantity"
},
"address": {
"$ref": "#/definitions/Site"
}
},
"additionalProperties": false
},
"Product": {
"required": [
"id",
"link",
"name",
"isBundle",
"description",
"productStatus",
"productSerialNumber",
"productPrices",
"relatedProducts",
"productSpecification",
"productOffering",
"services",
"devices",
"currentLocation",
"locationHistory",
"documentation",
"entitlements"
],
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"name": {
"type": "string"
},
"isBundle": {
"type": "boolean"
},
"description": {
"type": "string"
},
"productStatus": {
"type": "string"
},
"productSerialNumber": {
"type": "string"
},
"productPrices": {
"type": "array",
"items": {
"$ref": "#/definitions/Price"
}
},
"relatedProducts": {
"type": "array",
"items": {
"$ref": "#/definitions/ProductRelationship"
}
},
"productSpecification": {
"$ref": "#/definitions/ProductSpecificationSummary"
},
"productOffering": {
"$ref": "#/definitions/ProductOfferingSummary"
},
"services": {
"type": "array",
"items": {
"$ref": "#/definitions/ServiceSummary"
}
},
"devices": {
"type": "array",
"items": {
"$ref": "#/definitions/DeviceSummary"
}
},
"currentLocation": {
"type": "object",
"$ref": "#/definitions/SiteSummary"
},
"locationHistory": {
"type": "array",
"items": {
"$ref": "#/definitions/SiteSummary"
}
},
"documentation": {
"type": "object",
"$ref": "#/definitions/Document"
},
"entitlements": {
"type": "array",
"items": {
"$ref": "#/definitions/EntitlementGrant"
}
}
},
"additionalProperties": false
},
"ProductConfigurationSummary": {
"required": [
"id",
"link",
"name",
"isBundle"
],
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"name": {
"type": "string"
},
"isBundle": {
"type": "boolean"
}
},
"additionalProperties": false
},
"ServiceConfiguration": {
"required": [
"id",
"link",
"hasStarted",
"isServiceEnabled",
"isMandatory",
"startMode",
"isStateful",
"isFCCReportable",
"isTSP",
"isResourceFacingService",
"isCustomerFacingService",
"rfsStatus",
"cfsStatus",
"customerFacingService",
"resourceFacingService",
"service",
"configurationDatas",
"resourceFacingServices"
],
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"hasStarted": {
"type": "boolean"
},
"isServiceEnabled": {
"type": "boolean"
},
"isMandatory": {
"type": "boolean"
},
"startMode": {
"type": "integer",
"description": "0: Unknown, 1: Automatically by the managed environment, 2: Automatically by the owning device, 3: Manually by the Provider of the Service, 4: Manually by a Customer of the Provider, 5: Any of the above"
},
"isStateful": {
"type": "boolean"
},
"isFCCReportable": {
"type": "boolean"
},
"isTSP": {
"type": "boolean"
},
"isResourceFacingService": {
"type": "boolean"
},
"isCustomerFacingService": {
"type": "boolean"
},
"rfsStatus": {
"type": "integer"
},
"cfsStatus": {
"type": "integer"
},
"customerFacingService": {
"type": "array",
"items": {
"$ref": "#/definitions/ServiceConfigurationSummary"
}
},
"resourceFacingService": {
"type": "array",
"items": {
"$ref": "#/definitions/ServiceConfigurationSummary"
}
},
"service": {
"$ref": "#/definitions/ServiceSummary"
},
"configurationDatas": {
"type": "array",
"items": {
"$ref": "#/definitions/ConfigurationData"
}
},
"resourceFacingServices": {
"type": "array",
"items": {
"$ref": "#/definitions/ResourceConfiguration"
}
}
},
"additionalProperties": false
},
"EVCProductSummary": {
"properties": {}
},
"UNIProductSummary": {
"properties": {}
},
"EVCProductConfiguration": {
"required": [
"bandwidth",
"a_Address",
"z_Address"
],
"properties": {
"bandwidth": {
"$ref": "#/definitions/Quantity"
},
"a_Address": {
"$ref": "#/definitions/Site"
},
"z_Address": {
"$ref": "#/definitions/Site"
}
},
"additionalProperties": false
},
"ProductPriceSummary": {
"required": [
"id",
"link",
"name",
"description",
"validFor"
],
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"validFor": {
"$ref": "#/definitions/TimePeriod"
}
},
"additionalProperties": false
},
"EPLProductSummary": {
"required": [
"id",
"link",
"name",
"isBundle",
"description",
"productStatus",
"productSerialNumber"
],
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"name": {
"type": "string"
},
"isBundle": {
"type": "boolean"
},
"description": {
"type": "string"
},
"productStatus": {
"type": "string"
},
"productSerialNumber": {
"type": "string"
}
},
"additionalProperties": false
},
"AccountProductAssignment": {
"required": [
"involventType",
"account",
"product"
],
"properties": {
"involventType": {
"type": "string"
},
"account": {
"$ref": "#/definitions/AccountSummary"
},
"product": {
"$ref": "#/definitions/ProductSummary"
}
},
"additionalProperties": false
},
"ExchangeServiceArea": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"GeographicArea": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"RateGroupRegion": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"RateCenter": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"EmergencyServiceZone": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"TimeZoneRegion": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"AdministrativeArea": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
}
},
"properties": {
"DeviceSummary": {
"$ref": "#/definitions/DeviceSummary"
},
"BillingSummary": {
"$ref": "#/definitions/BillingSummary"
},
"CustomerSummary": {
"$ref": "#/definitions/CustomerSummary"
},
"UserSummary": {
"$ref": "#/definitions/UserSummary"
},
"PartySummary": {
"$ref": "#/definitions/PartySummary"
},
"FinancialSummary": {
"$ref": "#/definitions/FinancialSummary"
},
"PaymentSummary": {
"$ref": "#/definitions/PaymentSummary"
},
"ProductSummary": {
"$ref": "#/definitions/ProductSummary"
},
"TaxExemptions": {
"$ref": "#/definitions/TaxExemptions"
},
"SiteSummary": {
"$ref": "#/definitions/SiteSummary"
},
"PreferenceSummary": {
"$ref": "#/definitions/PreferenceSummary"
},
"PreferenceCategory": {
"$ref": "#/definitions/PreferenceCategory"
},
"AccountSummary": {
"$ref": "#/definitions/AccountSummary"
},
"Link": {
"$ref": "#/definitions/Link"
},
"TimePeriod": {
"$ref": "#/definitions/TimePeriod"
},
"ContactMedium": {
"$ref": "#/definitions/ContactMedium"
},
"TelephoneNumber": {
"$ref": "#/definitions/TelephoneNumber"
},
"FaxNumber": {
"$ref": "#/definitions/FaxNumber"
},
"EmailContact": {
"$ref": "#/definitions/EmailContact"
},
"PostalContact": {
"$ref": "#/definitions/PostalContact"
},
"PropertyAddress": {
"$ref": "#/definitions/PropertyAddress"
},
"Property": {
"$ref": "#/definitions/Property"
},
"Geometry": {
"$ref": "#/definitions/Geometry"
},
"SystemContact": {
"$ref": "#/definitions/SystemContact"
},
"Individual": {
"$ref": "#/definitions/Individual"
},
"IndividualName": {
"$ref": "#/definitions/IndividualName"
},
"IndividualIdentification": {
"$ref": "#/definitions/IndividualIdentification"
},
"CustomerSegment": {
"$ref": "#/definitions/CustomerSegment"
},
"Money": {
"$ref": "#/definitions/Money"
},
"PaymentItemSummary": {
"$ref": "#/definitions/PaymentItemSummary"
},
"PaymentMethod": {
"$ref": "#/definitions/PaymentMethod"
},
"CustomerPaymentSummary": {
"$ref": "#/definitions/CustomerPaymentSummary"
},
"PaymentPlanSummary": {
"$ref": "#/definitions/PaymentPlanSummary"
},
"PaymentPlanType": {
"$ref": "#/definitions/PaymentPlanType"
},
"PaymentCard": {
"$ref": "#/definitions/PaymentCard"
},
"TokenizedThirdParty": {
"$ref": "#/definitions/TokenizedThirdParty"
},
"TokenizedPaymentCard": {
"$ref": "#/definitions/TokenizedPaymentCard"
},
"FundsTransfer": {
"$ref": "#/definitions/FundsTransfer"
},
"Cash": {
"$ref": "#/definitions/Cash"
},
"Check": {
"$ref": "#/definitions/Check"
},
"Quantity": {
"$ref": "#/definitions/Quantity"
},
"CostRate": {
"$ref": "#/definitions/CostRate"
},
"Duration": {
"$ref": "#/definitions/Duration"
},
"OrganizationIdentification": {
"$ref": "#/definitions/OrganizationIdentification"
},
"CompanyRegistration": {
"$ref": "#/definitions/CompanyRegistration"
},
"TaxIdentification": {
"$ref": "#/definitions/TaxIdentification"
},
"OrganizationName": {
"$ref": "#/definitions/OrganizationName"
},
"PaymentMethodSummary": {
"$ref": "#/definitions/PaymentMethodSummary"
},
"UserCredential": {
"$ref": "#/definitions/UserCredential"
},
"Characteristic": {
"$ref": "#/definitions/Characteristic"
},
"CharacteristicCategory": {
"$ref": "#/definitions/CharacteristicCategory"
},
"CharacteristicValue": {
"$ref": "#/definitions/CharacteristicValue"
},
"OrganizationSummary": {
"$ref": "#/definitions/OrganizationSummary"
},
"Account": {
"$ref": "#/definitions/Account"
},
"AppliedCustomerBillingVideoUsageRate": {
"$ref": "#/definitions/AppliedCustomerBillingVideoUsageRate"
},
"CustomerBillSummary": {
"$ref": "#/definitions/CustomerBillSummary"
},
"ExtendedProperty": {
"$ref": "#/definitions/ExtendedProperty"
},
"AppliedCustomerBillingAdjustment": {
"$ref": "#/definitions/AppliedCustomerBillingAdjustment"
},
"AppliedCustomerBillingRefund": {
"$ref": "#/definitions/AppliedCustomerBillingRefund"
},
"OneTimeAppliedCustomerBillingProductCharge": {
"$ref": "#/definitions/OneTimeAppliedCustomerBillingProductCharge"
},
"RecurringAppliedCustomerBillingProductCharge": {
"$ref": "#/definitions/RecurringAppliedCustomerBillingProductCharge"
},
"AppliedCustomerBillingRateSpec": {
"$ref": "#/definitions/AppliedCustomerBillingRateSpec"
},
"AppliedCustomerBillingTaxRate": {
"$ref": "#/definitions/AppliedCustomerBillingTaxRate"
},
"AppliedCustomerBillingTelephoneUsageRate": {
"$ref": "#/definitions/AppliedCustomerBillingTelephoneUsageRate"
},
"BillChargeSummary": {
"$ref": "#/definitions/BillChargeSummary"
},
"CustomerBillSpecSummary": {
"$ref": "#/definitions/CustomerBillSpecSummary"
},
"CustomerBillFormat": {
"$ref": "#/definitions/CustomerBillFormat"
},
"CustomerBillPresentationMedia": {
"$ref": "#/definitions/CustomerBillPresentationMedia"
},
"Document": {
"$ref": "#/definitions/Document"
},
"FinancialCharge": {
"$ref": "#/definitions/FinancialCharge"
},
"CustomerBillingCycleSpecification": {
"$ref": "#/definitions/CustomerBillingCycleSpecification"
},
"BillingPeriod": {
"$ref": "#/definitions/BillingPeriod"
},
"Customer": {
"$ref": "#/definitions/Customer"
},
"CustomerQuoteItem": {
"$ref": "#/definitions/CustomerQuoteItem"
},
"CustomerQuoteSummary": {
"$ref": "#/definitions/CustomerQuoteSummary"
},
"OrderItem": {
"$ref": "#/definitions/OrderItem"
},
"OrderProduct": {
"$ref": "#/definitions/OrderProduct"
},
"EVCConfiguration": {
"$ref": "#/definitions/EVCConfiguration"
},
"EPLConfiguration": {
"$ref": "#/definitions/EPLConfiguration"
},
"UNIConfiguration": {
"$ref": "#/definitions/UNIConfiguration"
},
"GenericConfiguration": {
"$ref": "#/definitions/GenericConfiguration"
},
"Resources": {
"$ref": "#/definitions/Resources"
},
"EthernetInterfaceDeltas": {
"$ref": "#/definitions/EthernetInterfaceDeltas"
},
"EthernetInterfaceConfiguration": {
"$ref": "#/definitions/EthernetInterfaceConfiguration"
},
"EthernetInterfaceSummary": {
"$ref": "#/definitions/EthernetInterfaceSummary"
},
"PhysicalPort": {
"$ref": "#/definitions/PhysicalPort"
},
"CardSummary": {
"$ref": "#/definitions/CardSummary"
},
"PhysicalPortConfig": {
"$ref": "#/definitions/PhysicalPortConfig"
},
"MACAddress": {
"$ref": "#/definitions/MACAddress"
},
"Changes": {
"$ref": "#/definitions/Changes"
},
"PortDeltas": {
"$ref": "#/definitions/PortDeltas"
},
"PortConfiguration": {
"$ref": "#/definitions/PortConfiguration"
},
"Port": {
"$ref": "#/definitions/Port"
},
"Services": {
"$ref": "#/definitions/Services"
},
"UNIServiceDeltas": {
"$ref": "#/definitions/UNIServiceDeltas"
},
"UNIServiceConfigurationSummary": {
"$ref": "#/definitions/UNIServiceConfigurationSummary"
},
"UNIServiceSummary": {
"$ref": "#/definitions/UNIServiceSummary"
},
"EVCServiceDeltas": {
"$ref": "#/definitions/EVCServiceDeltas"
},
"EVCServiceConfiguration": {
"$ref": "#/definitions/EVCServiceConfiguration"
},
"ConfigurationData": {
"$ref": "#/definitions/ConfigurationData"
},
"AttributeValuePair": {
"$ref": "#/definitions/AttributeValuePair"
},
"ServiceSummary": {
"$ref": "#/definitions/ServiceSummary"
},
"ResourceSummary": {
"$ref": "#/definitions/ResourceSummary"
},
"ImpactedItem": {
"$ref": "#/definitions/ImpactedItem"
},
"Preference": {
"$ref": "#/definitions/Preference"
},
"TicketSummary": {
"$ref": "#/definitions/TicketSummary"
},
"ServiceSpecificationSummary": {
"$ref": "#/definitions/ServiceSpecificationSummary"
},
"ProductProperties": {
"$ref": "#/definitions/ProductProperties"
},
"ServiceConfigurationSummary": {
"$ref": "#/definitions/ServiceConfigurationSummary"
},
"ConfigurationDataSpecification": {
"$ref": "#/definitions/ConfigurationDataSpecification"
},
"NetworkPath": {
"$ref": "#/definitions/NetworkPath"
},
"TerminationPoint": {
"$ref": "#/definitions/TerminationPoint"
},
"EVCServiceSummary": {
"$ref": "#/definitions/EVCServiceSummary"
},
"ResourceConfiguration": {
"$ref": "#/definitions/ResourceConfiguration"
},
"EVCService": {
"$ref": "#/definitions/EVCService"
},
"EVCServiceConfigurationSummary": {
"$ref": "#/definitions/EVCServiceConfigurationSummary"
},
"UNIConfig": {
"$ref": "#/definitions/UNIConfig"
},
"EvcSummary": {
"$ref": "#/definitions/EvcSummary"
},
"UNISummary": {
"$ref": "#/definitions/UNISummary"
},
"UNIService": {
"$ref": "#/definitions/UNIService"
},
"ServiceSpecification": {
"$ref": "#/definitions/ServiceSpecification"
},
"ServiceSpecificationType": {
"$ref": "#/definitions/ServiceSpecificationType"
},
"OrderDesign": {
"$ref": "#/definitions/OrderDesign"
},
"Location": {
"$ref": "#/definitions/Location"
},
"Site": {
"$ref": "#/definitions/Site"
},
"AccountContactAssignment": {
"$ref": "#/definitions/AccountContactAssignment"
},
"SiteCategory": {
"$ref": "#/definitions/SiteCategory"
},
"VHCoordinates": {
"$ref": "#/definitions/VHCoordinates"
},
"ServiceOrderItem": {
"$ref": "#/definitions/ServiceOrderItem"
},
"AsBuiltOrderDesign": {
"$ref": "#/definitions/AsBuiltOrderDesign"
},
"SAT": {
"$ref": "#/definitions/SAT"
},
"GeographicLocation": {
"$ref": "#/definitions/GeographicLocation"
},
"CableServiceArea": {
"$ref": "#/definitions/CableServiceArea"
},
"ServiceRoleSummary": {
"$ref": "#/definitions/ServiceRoleSummary"
},
"AssignedGroup": {
"$ref": "#/definitions/AssignedGroup"
},
"UserGroup": {
"$ref": "#/definitions/UserGroup"
},
"Comment": {
"$ref": "#/definitions/Comment"
},
"ExternalSystemReference": {
"$ref": "#/definitions/ExternalSystemReference"
},
"Modifier": {
"$ref": "#/definitions/Modifier"
},
"TicketRelationship": {
"$ref": "#/definitions/TicketRelationship"
},
"TicketRelationshipType": {
"$ref": "#/definitions/TicketRelationshipType"
},
"Ticket": {
"$ref": "#/definitions/Ticket"
},
"StatusEntry": {
"$ref": "#/definitions/StatusEntry"
},
"Watcher": {
"$ref": "#/definitions/Watcher"
},
"Category": {
"$ref": "#/definitions/Category"
},
"Contact": {
"$ref": "#/definitions/Contact"
},
"TicketLocation": {
"$ref": "#/definitions/TicketLocation"
},
"MarketArea": {
"$ref": "#/definitions/MarketArea"
},
"CMTSCableModemAssignment": {
"$ref": "#/definitions/CMTSCableModemAssignment"
},
"CableModemSummary": {
"$ref": "#/definitions/CableModemSummary"
},
"CMTSSummary": {
"$ref": "#/definitions/CMTSSummary"
},
"CableModemChannel": {
"$ref": "#/definitions/CableModemChannel"
},
"DOCSISCableInterface": {
"$ref": "#/definitions/DOCSISCableInterface"
},
"FiberNode": {
"$ref": "#/definitions/FiberNode"
},
"IpAddress": {
"$ref": "#/definitions/IpAddress"
},
"Slot": {
"$ref": "#/definitions/Slot"
},
"CLLICode": {
"$ref": "#/definitions/CLLICode"
},
"ProductLineOfBusiness": {
"$ref": "#/definitions/ProductLineOfBusiness"
},
"DeviceManagementType": {
"$ref": "#/definitions/DeviceManagementType"
},
"DeviceProviderType": {
"$ref": "#/definitions/DeviceProviderType"
},
"DeviceActivationStatus": {
"$ref": "#/definitions/DeviceActivationStatus"
},
"Device": {
"$ref": "#/definitions/Device"
},
"ContactSummary": {
"$ref": "#/definitions/ContactSummary"
},
"ProductOfferingSummary": {
"$ref": "#/definitions/ProductOfferingSummary"
},
"Price": {
"$ref": "#/definitions/Price"
},
"ProductSpecificationSummary": {
"$ref": "#/definitions/ProductSpecificationSummary"
},
"ProductRelationship": {
"$ref": "#/definitions/ProductRelationship"
},
"EntitlementGrant": {
"$ref": "#/definitions/EntitlementGrant"
},
"Charge": {
"$ref": "#/definitions/Charge"
},
"Alteration": {
"$ref": "#/definitions/Alteration"
},
"ProductSpecificationType": {
"$ref": "#/definitions/ProductSpecificationType"
},
"UNIProductConfiguration": {
"$ref": "#/definitions/UNIProductConfiguration"
},
"Product": {
"$ref": "#/definitions/Product"
},
"ProductConfigurationSummary": {
"$ref": "#/definitions/ProductConfigurationSummary"
},
"ServiceConfiguration": {
"$ref": "#/definitions/ServiceConfiguration"
},
"EVCProductSummary": {
"$ref": "#/definitions/EVCProductSummary"
},
"UNIProductSummary": {
"$ref": "#/definitions/UNIProductSummary"
},
"EVCProductConfiguration": {
"$ref": "#/definitions/EVCProductConfiguration"
},
"ProductPriceSummary": {
"$ref": "#/definitions/ProductPriceSummary"
},
"EPLProductSummary": {
"$ref": "#/definitions/EPLProductSummary"
},
"AccountProductAssignment": {
"$ref": "#/definitions/AccountProductAssignment"
},
"ExchangeServiceArea": {
"$ref": "#/definitions/ExchangeServiceArea"
},
"GeographicArea": {
"$ref": "#/definitions/GeographicArea"
},
"RateGroupRegion": {
"$ref": "#/definitions/RateGroupRegion"
},
"RateCenter": {
"$ref": "#/definitions/RateCenter"
},
"EmergencyServiceZone": {
"$ref": "#/definitions/EmergencyServiceZone"
},
"TimeZoneRegion": {
"$ref": "#/definitions/TimeZoneRegion"
},
"AdministrativeArea": {
"$ref": "#/definitions/AdministrativeArea"
}
},
"required": [
"DeviceSummary",
"BillingSummary",
"CustomerSummary",
"UserSummary",
"PartySummary",
"FinancialSummary",
"PaymentSummary",
"ProductSummary",
"TaxExemptions",
"SiteSummary",
"PreferenceSummary",
"PreferenceCategory",
"AccountSummary",
"Link",
"TimePeriod",
"ContactMedium",
"TelephoneNumber",
"FaxNumber",
"EmailContact",
"PostalContact",
"PropertyAddress",
"Property",
"Geometry",
"SystemContact",
"Individual",
"IndividualName",
"IndividualIdentification",
"CustomerSegment",
"Money",
"PaymentItemSummary",
"PaymentMethod",
"CustomerPaymentSummary",
"PaymentPlanSummary",
"PaymentPlanType",
"PaymentCard",
"TokenizedThirdParty",
"TokenizedPaymentCard",
"FundsTransfer",
"Cash",
"Check",
"Quantity",
"CostRate",
"Duration",
"OrganizationIdentification",
"CompanyRegistration",
"TaxIdentification",
"OrganizationName",
"PaymentMethodSummary",
"UserCredential",
"Characteristic",
"CharacteristicCategory",
"CharacteristicValue",
"OrganizationSummary",
"Account",
"AppliedCustomerBillingVideoUsageRate",
"CustomerBillSummary",
"ExtendedProperty",
"AppliedCustomerBillingAdjustment",
"AppliedCustomerBillingRefund",
"OneTimeAppliedCustomerBillingProductCharge",
"RecurringAppliedCustomerBillingProductCharge",
"AppliedCustomerBillingRateSpec",
"AppliedCustomerBillingTaxRate",
"AppliedCustomerBillingTelephoneUsageRate",
"BillChargeSummary",
"CustomerBillSpecSummary",
"CustomerBillFormat",
"CustomerBillPresentationMedia",
"Document",
"FinancialCharge",
"CustomerBillingCycleSpecification",
"BillingPeriod",
"Customer",
"CustomerQuoteItem",
"CustomerQuoteSummary",
"OrderItem",
"OrderProduct",
"EVCConfiguration",
"EPLConfiguration",
"UNIConfiguration",
"GenericConfiguration",
"Resources",
"EthernetInterfaceDeltas",
"EthernetInterfaceConfiguration",
"EthernetInterfaceSummary",
"PhysicalPort",
"CardSummary",
"PhysicalPortConfig",
"MACAddress",
"Changes",
"PortDeltas",
"PortConfiguration",
"Port",
"Services",
"UNIServiceDeltas",
"UNIServiceConfigurationSummary",
"UNIServiceSummary",
"EVCServiceDeltas",
"EVCServiceConfiguration",
"ConfigurationData",
"AttributeValuePair",
"ServiceSummary",
"ResourceSummary",
"ImpactedItem",
"Preference",
"TicketSummary",
"ServiceSpecificationSummary",
"ProductProperties",
"ServiceConfigurationSummary",
"ConfigurationDataSpecification",
"NetworkPath",
"TerminationPoint",
"EVCServiceSummary",
"ResourceConfiguration",
"EVCService",
"EVCServiceConfigurationSummary",
"UNIConfig",
"EvcSummary",
"UNISummary",
"UNIService",
"ServiceSpecification",
"ServiceSpecificationType",
"OrderDesign",
"Location",
"Site",
"AccountContactAssignment",
"SiteCategory",
"VHCoordinates",
"ServiceOrderItem",
"AsBuiltOrderDesign",
"SAT",
"GeographicLocation",
"CableServiceArea",
"ServiceRoleSummary",
"AssignedGroup",
"UserGroup",
"Comment",
"ExternalSystemReference",
"Modifier",
"TicketRelationship",
"TicketRelationshipType",
"Ticket",
"StatusEntry",
"Watcher",
"Category",
"Contact",
"TicketLocation",
"MarketArea",
"CMTSCableModemAssignment",
"CableModemSummary",
"CMTSSummary",
"CableModemChannel",
"DOCSISCableInterface",
"FiberNode",
"IpAddress",
"Slot",
"CLLICode",
"ProductLineOfBusiness",
"DeviceManagementType",
"DeviceProviderType",
"DeviceActivationStatus",
"Device",
"ContactSummary",
"ProductOfferingSummary",
"Price",
"ProductSpecificationSummary",
"ProductRelationship",
"EntitlementGrant",
"Charge",
"Alteration",
"ProductSpecificationType",
"UNIProductConfiguration",
"Product",
"ProductConfigurationSummary",
"ServiceConfiguration",
"EVCProductSummary",
"UNIProductSummary",
"EVCProductConfiguration",
"ProductPriceSummary",
"EPLProductSummary",
"AccountProductAssignment",
"ExchangeServiceArea",
"GeographicArea",
"RateGroupRegion",
"RateCenter",
"EmergencyServiceZone",
"TimeZoneRegion",
"AdministrativeArea"
]
} | o39449 |
{
"properties": {
"down_payment": {
"description": "The down payment amount",
"type": "number"
},
"home_insurance": {
"description": "The annual home insurance amount",
"type": "number"
},
"interest_rate": {
"description": "The annual interest rate",
"type": "number"
},
"loan_amount": {
"description": "The loan amount",
"type": "number"
},
"loan_term": {
"description": "The loan term in years",
"type": "integer"
},
"property_tax": {
"description": "The annual property tax amount",
"type": "number"
}
},
"required": [
"loan_amount",
"interest_rate",
"loan_term",
"down_payment"
],
"type": "object"
} | calculate_mortgage_payment_1fcd1325 |
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Place Search Schema",
"type": "object",
"additionalProperties": false,
"properties": {
"q": {
"type": "string"
},
"id": {
"type": "array"
},
"country": {
"type": "array"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 200
},
"location": {
"type": "string",
"pattern": "@([\\-\\+]?\\d+(\\.\\d+)?),([\\-\\+]?\\d+(\\.\\d+)?)"
},
"type": {
"items": {
"enum": [
"neighbourhood",
"locality",
"localadmin",
"county",
"region",
"country",
"continent",
"country",
"planet",
"local",
"metro",
"major"
]
},
"type": "array"
}
},
"required": []
} | o68355 |
{
"$id": "https://json.schemastore.org/minecraft-trim-material.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A trim material for a Minecraft data pack config schema",
"properties": {
"asset_name": {
"type": "string"
},
"description": {
"type": "object",
"properties": {
"color": {
"type": "string"
},
"translate": {
"type": "string"
}
},
"required": ["color", "translate"]
},
"ingredient": {
"type": "string"
},
"item_model_index": {
"type": "number"
}
},
"required": ["asset_name", "description", "ingredient", "item_model_index"],
"title": "Minecraft Data Pack Trim Material",
"type": "object"
}
| minecraft-trim-material |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Say step",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"kind": {
"enum": [
"say"
]
},
"label": {
"type": "string"
},
"title": {
"type": "string"
},
"phrase": {
"type": "string"
},
"voice": {
"type": "string"
},
"language": {
"type": "string"
},
"loop": {
"type": "integer"
},
"iface": {
"type": "object"
}
},
"required": [
"name",
"kind",
"label",
"title",
"phrase"
]
} | o58492 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "User Data Schema",
"description": "Schema model for user configuration of the transfers.",
"type": "object",
"properties": {
"przelewy": {
"type": "array",
"items": {
"type": "object",
"properties": {
"nazwa": {
"type": "string",
"pattern": "^.*$",
"description": "Nazwa identyfikuj\u0105ca konkretny przelew."
},
"aktywny": {
"description": "Okre\u015bla czy przelew jest aktywny.",
"type": "boolean",
"default": true
},
"tytu\u0142": {
"description": "Tytu\u0142 przelewu.",
"type": "string"
},
"odbiorca": {
"description": "Nazwa odbiorcy zdefiniowana w ksi\u0105\u017cce adresowej banku.",
"type": "string"
},
"sms": {
"description": "Okre\u015bla czy jest w\u0142\u0105czona dodatkowa walidacja wymagaj\u0105ca podania kodu sms.",
"type": "boolean",
"default": true
},
"kwota": {
"description": "Okre\u015bla domy\u015bln\u0105 kwot\u0119 jaka zostanie wprowadzona automatycznie do okienka danego przelewu.",
"type": [
"number",
"string"
]
}
},
"required": [
"nazwa",
"tytu\u0142",
"odbiorca"
]
}
}
}
} | o7633 |
{
"description": "RoleRef contains information that points to the role being used",
"properties": {
"apiGroup": {
"description": "APIGroup is the group for the resource being referenced",
"type": [
"string",
"null"
]
},
"kind": {
"description": "Kind is the type of resource being referenced",
"type": [
"string",
"null"
]
},
"name": {
"description": "Name is the name of resource being referenced",
"type": [
"string",
"null"
]
}
},
"required": [
"apiGroup",
"kind",
"name"
],
"type": "object"
} | kb_868_Normalized |
{
"properties": {
"AllowIdentifiedDevelopers": {
"description": " If the key is present and has a value of YES, Gatekeeper\u2019s \u201cMac App Store and identified developers\u201d option is chosen. If the key is present and has a value of NO, Gatekeeper\u2019s \u201cMac App Store\u201d option is chosen.\n If EnableAssessment is not true, this key has no effect.",
"type": "boolean"
},
"EnableAssessment": {
"description": "If the key is present and has a value of YES, Gatekeeper is enabled. If the key is present and has a value of NO, Gatekeeper is disabled.",
"type": "boolean"
},
"PayloadDescription": {
"default": "System Policy Control Payload",
"description": "Description of the payload",
"type": "string"
},
"PayloadDisplayName": {
"default": "System Policy Control Payload",
"description": "Name of the payload",
"type": "string"
},
"PayloadIdentifier": {
"default": "com.apple.systempolicy.control",
"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.systempolicy.control",
"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.systempolicy.control",
"type": "object"
} | o61638 |
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"id": "#/definitions/account",
"title": "account",
"type": "object",
"required": [],
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"accountNumber": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string",
"description": "Individual, Joint, Other",
"enum": [
"Individual",
"Joint",
"Other"
]
},
"pin": {
"type": "integer"
},
"status": {
"type": "string",
"description": "Active, Suspended, Inactive, Closed",
"enum": [
"Active",
"Suspended",
"Inactive",
"Closed"
]
},
"financialStatus": {
"type": "string",
"description": "Current, Due ,InArrears, Delinquent",
"enum": [
"Current",
"Due",
"InArrears",
"Delinquent"
]
},
"creditLimit": {
"type": "integer"
},
"customer": {
"$ref": "#/definitions/CustomerSummary"
},
"serviceAddress": {
"$ref": "#/definitions/PropertyAddress"
},
"primaryUser": {
"$ref": "#/definitions/UserSummary"
},
"users": {
"type": "array",
"items": {
"$ref": "#/definitions/UserSummary"
}
},
"financials": {
"$ref": "#/definitions/FinancialSummary"
},
"billing": {
"$ref": "#/definitions/BillingSummary"
},
"payments": {
"$ref": "#/definitions/PaymentSummary"
},
"products": {
"type": "array",
"items": {
"$ref": "#/definitions/ProductSummary"
}
},
"devices": {
"type": "array",
"items": {
"$ref": "#/definitions/DeviceSummary"
}
},
"taxExemptions": {
"$ref": "#/definitions/TaxExemptions"
},
"sites": {
"type": "array",
"items": {
"$ref": "#/definitions/SiteSummary"
}
},
"preferences": {
"type": "array",
"items": {
"$ref": "#/definitions/PreferenceSummary"
}
},
"relatedAccounts": {
"type": "array",
"items": {
"$ref": "#/definitions/AccountSummary"
}
}
},
"definitions": {
"Link": {
"type": "object",
"properties": {
"href": {
"type": "string"
},
"rel": {
"type": "string"
},
"title": {
"type": "string"
},
"method": {
"type": "string"
},
"type": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"href",
"rel"
]
},
"CustomerSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"customerId": {
"type": "string"
},
"name": {
"type": "string"
},
"status": {
"type": "string"
},
"customerRank": {
"type": "string"
}
}
},
"PropertyAddress": {
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"formattedAddressLine1": {
"type": "string"
},
"formattedAddressLine2": {
"type": "string"
},
"locality": {
"type": "string"
},
"state_province": {
"type": "string"
},
"country": {
"type": "string"
},
"postalcode": {
"type": "string"
},
"postcodeExtension": {
"type": "string"
},
"property": {
"$ref": "#/definitions/Property"
}
},
"additionalProperties": false,
"required": [
"id",
"link"
]
},
"UserSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"username": {
"type": "string"
},
"name": {
"type": "string"
},
"status": {
"type": "string"
},
"profile": {
"$ref": "#/definitions/PartySummary"
}
},
"additionalProperties": false,
"required": [
"id",
"link"
]
},
"FinancialSummary": {
"type": "object",
"properties": {
"currentBalance": {
"type": "string"
},
"priorBilledAmount": {
"type": "string"
},
"currentPeriodPaymentsAdjustment": {
"type": "string"
},
"currentPeriodChargesCredits": {
"type": "string"
}
}
},
"BillingSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"PaymentSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"ProductSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"name": {
"type": "string"
},
"isBundle": {
"type": "boolean"
},
"description": {
"type": "string"
},
"productStatus": {
"type": "string"
},
"productSerialNumber": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"id",
"link",
"name",
"isBundle",
"description",
"productStatus",
"productSerialNumber"
]
},
"DeviceSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"macAddress": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"id",
"link",
"name",
"type",
"macAddress"
]
},
"TaxExemptions": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
}
}
},
"SiteSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"type": "object",
"$ref": "#/definitions/Link"
},
"name": {
"type": "string"
},
"multiTenant": {
"type": "boolean"
},
"clliCode": {
"type": "string"
},
"siteHours": {
"type": "string"
},
"status": {
"type": "string",
"description": "Active, Off, Pending",
"enum": [
"Active",
"Off",
"Pending"
]
}
},
"additionalProperties": false,
"required": [
"id",
"link",
"name",
"multiTenant",
"clliCode",
"siteHours",
"status"
]
},
"PreferenceSummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"preferenceName": {
"type": "string"
},
"value": {
"type": "string"
},
"unitOfMeasure": {
"type": "string"
},
"valueType": {
"type": "string"
},
"isSet": {
"type": "boolean"
},
"preferenceCategory": {
"$ref": "#/definitions/PreferenceCategory"
}
},
"additionalProperties": false,
"required": [
"id",
"link",
"preferenceName",
"value",
"unitOfMeasure",
"valueType",
"isSet",
"preferenceCategory"
]
},
"PreferenceCategory": {
"type": "object",
"properties": {
"preferenceCategoryId": {
"type": "string"
},
"description": {
"type": "string"
},
"preferenceCategoryName": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"preferenceCategoryName",
"description",
"preferenceCategoryId"
]
},
"AccountSummary": {
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"name": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"id",
"link",
"name"
]
},
"Property": {
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"lotNr": {
"type": "string"
},
"landUse": {
"type": "string"
},
"landCover": {
"type": "string"
},
"elevation": {
"type": "string"
},
"name": {
"type": "string"
},
"naturalRisks": {
"type": "string"
},
"geometry": {
"$ref": "#/definitions/Geometry"
},
"propertyAddresses": {
"type": "array",
"items": {
"$ref": "#/definitions/PropertyAddress"
}
}
},
"additionalProperties": false,
"required": [
"id"
]
},
"PartySummary": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"link": {
"$ref": "#/definitions/Link"
},
"name": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"id",
"link",
"name"
]
},
"Geometry": {
"properties": {
"id": {
"type": "string"
}
}
}
}
} | o39444 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_IDRange": {
"description": "IDRange provides a min/max of an allowed range of IDs.",
"properties": {
"max": {
"_format": "int64",
"description": "max is the end of the range, inclusive.",
"type": "integer"
},
"min": {
"_format": "int64",
"description": "min is the start of the range, inclusive.",
"type": "integer"
}
},
"required": [
"min",
"max"
],
"type": "object"
}
},
"description": "SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.",
"properties": {
"ranges": {
"description": "ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_IDRange"
},
"type": [
"array",
"null"
]
},
"rule": {
"description": "rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.",
"type": [
"string",
"null"
]
}
},
"type": "object"
} | kb_1055_Normalized |
{
"properties": {
"base": {
"description": "The base of the triangle (if applicable)",
"type": "number"
},
"height": {
"description": "The height of the triangle (if applicable)",
"type": "number"
},
"length": {
"description": "The length of the rectangle (if applicable)",
"type": "number"
},
"radius": {
"description": "The radius of the circle (if applicable)",
"type": "number"
},
"shape": {
"description": "The type of shape",
"enum": [
"circle",
"rectangle",
"triangle"
],
"type": "string"
},
"width": {
"description": "The width of the rectangle (if applicable)",
"type": "number"
}
},
"required": [
"shape"
],
"type": "object"
} | calculate_area_378ff68c |
{
"additionalProperties": false,
"description": "Schema for a schema.org WebPage (http://schema.org/WebPage). This is a very limited subset of fields - in future ADDITIONs to this schema we can add more fields. This attempts to be a faithful mapping with a few improvements for analytics - for example, breadcrumbs and keywords become an array of strings not a single string with arbitrary divider. Where we don't want to drill into a type (e.g. author as a Person or Organization), we simply set to string.",
"minProperties": 1,
"properties": {
"author": {
"type": "string"
},
"breadcrumb": {
"items": {
"type": "string"
},
"type": "array"
},
"dateCreated": {
"_format": "date-time",
"type": "string"
},
"dateModified": {
"_format": "date-time",
"type": "string"
},
"datePublished": {
"_format": "date-time",
"type": "string"
},
"genre": {
"type": "string"
},
"inLanguage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
}
},
"self": {
"format": "jsonschema",
"name": "WebPage",
"vendor": "org.schema",
"version": "1-0-0"
},
"type": "object"
} | sp_416_Normalized |
{
"properties": {
"allocpolicy": {
"enum": [
"PORTS",
"IPADDRS"
],
"type": "string"
},
"clientname": {
"type": "string"
},
"ftp": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"
},
"ftpcm": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"
},
"groupid": {
"readonly": true,
"type": "integer"
},
"groupname": {
"type": "string"
},
"ip6profile": {
"type": "string"
},
"logging": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"
},
"nattype": {
"enum": [
"DYNAMIC",
"DETERMINISTIC"
],
"type": "string"
},
"portblocksize": {
"type": "integer"
},
"pptp": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"
},
"rtspalg": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"
},
"sessionlogging": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"
},
"sessionsync": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"
},
"sipalg": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"
},
"snmptraplimit": {
"type": "integer"
}
},
"title": "lsngroup",
"type": "object"
} | o30593 |
{
"additionalProperties": false,
"description": "Schema for a Mandrill hard bounce event",
"properties": {
"_id": {
"type": "string"
},
"msg": {
"additionalProperties": false,
"properties": {
"_id": {
"type": "string"
},
"_version": {
"type": "string"
},
"bgtools_code": {
"type": "number"
},
"bounce_description": {
"type": "string"
},
"diag": {
"type": "string"
},
"email": {
"type": "string"
},
"metadata": {
"additionalProperties": true,
"properties": {
"user_id": {
"type": "number"
}
},
"type": "object"
},
"resends": {
"type": "array"
},
"sender": {
"type": "string"
},
"smtp_events": {
"items": {
"additionalProperties": true,
"properties": {
"destination_ip": {
"type": "string"
},
"diag": {
"type": "string"
},
"size": {
"type": "integer"
},
"source_ip": {
"type": "string"
},
"ts": {
"_format": "date-time",
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"state": {
"type": "string"
},
"subaccount": {
"type": [
"string",
"null"
]
},
"subject": {
"type": "string"
},
"tags": {
"items": {
"type": "string"
},
"type": "array"
},
"template": {
"type": [
"string",
"null"
]
},
"ts": {
"_format": "date-time",
"type": "string"
}
},
"type": "object"
},
"ts": {
"_format": "date-time",
"type": "string"
}
},
"self": {
"format": "jsonschema",
"name": "message_bounced",
"vendor": "com.mandrill",
"version": "1-0-1"
},
"type": "object"
} | sp_122_Normalized |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of a triangle",
"type": "number"
},
"height": {
"description": "The height of a triangle",
"type": "number"
},
"radius": {
"description": "The radius of a circle",
"type": "number"
},
"side": {
"description": "The length of a side of a square",
"type": "number"
}
},
"required": [
"radius",
"base",
"height",
"side"
],
"type": "object"
},
"shape": {
"description": "The type of shape (e.g. circle, triangle, square, etc.)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_b5bc9c63 |
{
"definitions": {},
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"$id": "http://www.pucomex.serpro.gov.br/catp/produto-detalhar-retorno.schema.json",
"properties": {
"items": {
"type": "object",
"properties": {
"seq": {
"type": "integer"
},
"codigo": {
"type": [
"string",
"null"
]
},
"descricao": {
"type": [
"string",
"null"
]
},
"cpfCnpjRaiz": {
"type": "string"
},
"situacao": {
"type": "string"
},
"modalidade": {
"type": "string"
},
"ncm": {
"type": "string"
},
"codigoNaladi": {
"type": [
"integer",
"null"
]
},
"codigoGPC": {
"type": [
"integer",
"null"
]
},
"codigoGPCBrick": {
"type": [
"integer",
"null"
]
},
"codigoUNSPSC": {
"type": [
"integer",
"null"
]
},
"paisOrigem": {
"type": "string"
},
"cpfCnpjFabricante": {
"type": [
"string",
"null"
]
},
"fabricanteConhecido": {
"type": "boolean"
},
"codigoOperadorEstrangeiro": {
"type": [
"integer",
"string"
]
},
"atributos": {
"type": [
"array",
"null"
],
"items": {
"type": "object",
"properties": {
"atributo": {
"type": "string"
},
"valor": {
"type": "string"
}
}
}
},
"codigosInterno": {
"type": [
"array",
"null"
],
"items": {
"type": "string"
}
}
}
}
}
} | o73018 |
{
"description": "ScaleSpec describes the attributes of a scale subresource",
"properties": {
"replicas": {
"description": "desired number of instances for the scaled object.",
"format": "int32",
"type": [
"integer",
"null"
]
}
},
"type": "object"
} | kb_917_Normalized |
{
"properties": {
"dimensions": {
"properties": {
"length": {
"description": "The length of the rectangle (if applicable)",
"type": "number"
},
"radius": {
"description": "The radius of the circle (if applicable)",
"type": "number"
},
"width": {
"description": "The width of the rectangle (if applicable)",
"type": "number"
}
},
"type": "object"
},
"shape": {
"description": "The type of shape (e.g. circle, square, rectangle)",
"type": "string"
}
},
"required": [
"shape"
],
"type": "object"
} | calculate_area_34bd6529 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"title": {
"type": "string"
},
"status": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "The URL to poll for build status updates."
}
}
}
}
} | o9350 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the shape (if applicable)",
"type": "number"
},
"height": {
"description": "The height of the shape (if applicable)",
"type": "number"
},
"length": {
"description": "The length of the shape (if applicable)",
"type": "number"
},
"radius": {
"description": "The radius of the shape (if applicable)",
"type": "number"
},
"width": {
"description": "The width of the shape (if applicable)",
"type": "number"
}
},
"type": "object"
},
"shape": {
"description": "The shape to calculate the area for",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_9ea6ca91 |
{
"id": "http://schemas.triniti.io/json-schema/triniti/canvas/mixin/node-ref-block/1-0-1.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"etag": {
"type": "string",
"pattern": "^[\\w\\.:-]+$",
"pbj": {
"type": "string",
"rule": "single"
}
},
"css_class": {
"type": "string",
"pattern": "^[\\w\\s-]+$",
"description": "In rendering environments that support HTML the css_class can be appended to the dom elements' class attribute.",
"pbj": {
"type": "string",
"rule": "single"
}
},
"updated_date": {
"type": "string",
"format": "date-time",
"description": "Represents an update that occurred on the node this block is attached to. DOES NOT indicate an update to the block itself. eg an article with a twitter block with updated_date means that the article was updated to include that twitter block.",
"pbj": {
"type": "date-time",
"rule": "single"
}
},
"aside": {
"type": "boolean",
"description": "When true it means this block represents a portion of a document whose content is only indirectly related to the document's main content. Asides are frequently presented as sidebars or call-out boxes.",
"pbj": {
"type": "boolean",
"rule": "single"
}
},
"node_ref": {
"type": "string",
"pattern": "^[\\w\\/\\.:-]+$",
"pbj": {
"type": "identifier",
"rule": "single"
}
},
"title": {
"type": "string",
"minLength": 0,
"maxLength": 255,
"description": "An optional override for the title of the node.",
"pbj": {
"type": "string",
"rule": "single"
}
}
},
"required": [
"node_ref"
],
"additionalProperties": true
} | o82676 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ScopeSelector": {
"description": "A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.",
"properties": {
"matchExpressions": {
"description": "A list of scope selector requirements by scope of the resources.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ScopedResourceSelectorRequirement"
},
"type": "array"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ScopedResourceSelectorRequirement": {
"description": "A scoped-resource selector requirement is a selector that contains values, a scope name, and an operator that relates the scope name and values.",
"properties": {
"operator": {
"description": "Represents a scope's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist.",
"type": "string"
},
"scopeName": {
"description": "The name of the scope that the selector applies to.",
"type": "string"
},
"values": {
"description": "An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"scopeName",
"operator"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity": {
"oneOf": [
{
"type": "string"
},
{
"type": "number"
}
]
}
},
"description": "ResourceQuotaSpec defines the desired hard limits to enforce for Quota.",
"properties": {
"hard": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity"
},
"description": "hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/",
"type": [
"object",
"null"
]
},
"scopeSelector": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ScopeSelector",
"description": "scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota but expressed using ScopeSelectorOperator in combination with possible values. For a resource to match, both scopes AND scopeSelector (if specified in spec), must be matched."
},
"scopes": {
"description": "A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects.",
"items": {
"type": [
"string",
"null"
]
},
"type": [
"array",
"null"
]
}
},
"type": "object"
} | kb_842_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "ED3D systems and filters list",
"type": "object",
"categories": {
"title": "Categories list to classify systems",
"type": "object",
"items": {
"category": {
"title": "Category",
"type": "object",
"properties": {
"id": {
"description": "The category ID",
"type": "integer"
},
"name": {
"description": "The category title",
"type": "string"
},
"color": {
"type": "string"
}
},
"required": [
"id",
"name"
]
}
}
},
"systems": {
"title": "Systems list",
"type": "array",
"items": {
"title": "System",
"type": "object",
"properties": {
"name": {
"description": "System name",
"type": "string"
},
"coords": {
"description": "System coordinates",
"type": "object",
"properties": {
"x": {
"description": "X coord",
"type": "integer"
},
"y": {
"description": "Y coord",
"type": "integer"
},
"z": {
"description": "Z coord",
"type": "integer"
}
},
"required": [
"x",
"y",
"z"
]
},
"type": {
"description": "The stellar type: A, B, O...",
"type": "integer"
},
"infos": {
"description": "A custom description for the system",
"type": "string"
},
"cat": {
"description": "A list of categories for the system",
"type": "array",
"items": {
"id": {
"description": "A category ID",
"type": "integer"
}
}
}
},
"required": [
"name",
"coords"
]
}
},
"required": [
"categories.items.category",
"systems"
],
"properties": {
"categories.items.category": {
"$ref": "#/categories/items/category"
},
"systems": {
"$ref": "#/systems"
}
}
} | o28532 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"description": "schema of a processed crash from Socorro",
"definitions": {
"frames": {
"type": "object",
"properties": {
"frame": {
"type": [
"integer",
"null"
],
"description": "Index of the frame. "
},
"module": {
"type": [
"string",
"null"
],
"description": "If present, the basename of the code module containing the instruction in this frame. If missing, the instruction was not in any known module."
},
"function": {
"type": [
"string",
"null"
],
"description": "If present, the name of the function containing the instruction in this frame. If missing, either the instruction was not in any known function, or symbols were not available for this module."
},
"file": {
"type": [
"string",
"null"
],
"description": "If present, the source file containing `function` in this frame. If absent, source line information may not be available for the function. May be a filename or a string including VCS information in the form <vcs>:<repository>:<relative source path>:<changeset>."
},
"line": {
"type": [
"integer",
"null"
],
"description": "If present, the line in `file` corresponding to the instruction in this frame."
},
"offset": {
"type": [
"string",
"null"
],
"description": "The value of the instruction pointer in this frame."
},
"module_offset": {
"type": [
"string",
"null"
],
"description": "If present, the offset of the instruction pointer in this frame relative to the module base."
},
"function_offset": {
"type": [
"string",
"null"
],
"description": "If present, the offset of the instruction pointer in this frame relative to the function base."
}
}
}
},
"properties": {
"additional_minidumps": {
"type": "array",
"description": "List the prefixes of the additionnal minidumps, when there are dumps from multiple processes."
},
"addons": {
"type": "array",
"description": "A list of the addons currently enabled at the time of the crash. This takes the form of \"addonid:version,[addonid:version...]\". This value could be empty if the crash happens during startup before the addon manager is enabled, and on products/platforms which don't support addons."
},
"addons_checked": {
"type": "boolean",
"description": "Value of the 'extensions. checkCompatibility' preference."
},
"address": {
"type": [
"string",
"null"
],
"description": "The crashing address. This value is only meaningful for crashes involving bad memory accesses. "
},
"app_notes": {
"type": [
"string",
"null"
],
"description": "Notes from the application that crashed. Mostly contains graphics-related annotations."
},
"build_id": {
"type": [
"integer",
"string",
"null"
],
"description": "The unique build identifier of this version, which is a timestamp of the form YYYYMMDDHHMMSS. "
},
"classifications": {
"type": "object",
"properties": {
"jit": {
"type": "object",
"properties": {
"category": {
"type": [
"string",
"null"
],
"description": "JIT classification."
},
"category_return_code": {
"type": [
"string",
"null"
],
"description": "JIT classification."
}
}
},
"support": {
"type": "object",
"properties": {
"classification": {
"type": [
"string",
"null"
],
"description": "The support classification of this crash report, assigned by the processors."
},
"classification_data": {
"type": [
"string",
"null"
],
"description": "Data of the classification."
},
"classification_version": {
"type": [
"string",
"null"
],
"description": "Version of the classification."
}
}
},
"skunk_works": {
"type": "object",
"properties": {
"classification": {
"type": [
"string",
"null"
],
"description": "The skunk classification of this crash report, assigned by the processors."
},
"classification_data": {
"type": [
"string",
"null"
],
"description": "Data of the classification."
},
"classification_version": {
"type": [
"string",
"null"
],
"description": "Version of the classification."
}
}
}
}
},
"cpu_info": {
"type": [
"string",
"null"
],
"description": "Detailed processor info. Usually contains information such as the family, model, and stepping number. "
},
"cpu_arch": {
"type": [
"string",
"null"
],
"description": "The build architecture. Usually one of: 'x86', 'amd64' (a.k.a. x86-64), 'arm', 'arm64'."
},
"crash_id": {
"type": [
"string",
"null"
],
"description": "Unique identifier of the crash report."
},
"date": {
"type": [
"string",
"null"
],
"description": "Date at which the crash report was received by Socorro."
},
"flash_version": {
"type": [
"string",
"null"
],
"description": "Version of the Flash Player plugin."
},
"hang_type": {
"type": [
"integer",
"null"
],
"description": "Tells if a report was caused by a crash or a hang. In the database, the value is `0` if the problem was a crash of the software, and `1` or `-1` if the problem was a hang of the software. \n\nNote: for querying, you should use `crash` or `hang`, since those are automatically transformed into the correct underlying values."
},
"install_age": {
"type": [
"integer",
"null"
],
"description": "Length of time since this version was installed. "
},
"java_stack_trace": {
"type": [
"string",
"null"
],
"description": "When Java code crashes due to an unhandled exception, this is the Java Stack Trace. It is usually more useful than the system stack trace given for the crashing thread. "
},
"json_dump": {
"type": "object",
"description": "The dump as a JSON object.",
"properties": {
"crash_info": {
"type": "object",
"properties": {
"address": {
"type": [
"string",
"null"
],
"description": "Address of the crash."
},
"crashing_thread": {
"type": [
"integer",
"null"
],
"description": "Number of the crashing thread?"
},
"type": {
"type": [
"string",
"null"
],
"description": "Type of the crash."
}
}
},
"crashing_thread": {
"type": "object",
"properties": {
"threads_index": {
"type": [
"integer",
"null"
],
"description": "Index of this thread in the list of threads?"
},
"total_frames": {
"type": [
"integer",
"null"
],
"description": "Total number of frames in the thread."
},
"frames": {
"type": "array",
"description": "Top frames of the crashing thread. Max 10 frames.",
"items": {
"$ref": "#/definitions/frames"
}
}
}
},
"largest_free_vm_block": {
"type": [
"string",
"null"
],
"description": "If present, the size of the largest free block of virtual memory in the crashing process as a hex string."
},
"main_module": {
"type": [
"integer",
"null"
],
"description": "Index into modules."
},
"status": {
"type": [
"string",
"null"
],
"description": "Status of the output of the stackwalker. Can be \"OK\", \"ERROR_*\" or \"SYMBOL_SUPPLIER_INTERRUPTED\"."
},
"system_info": {
"type": "object",
"properties": {
"cpu_arch": {
"type": [
"string",
"null"
],
"description": "Architecture of the CPU."
},
"cpu_count": {
"type": [
"integer",
"null"
],
"description": "Number of CPU cores."
},
"cpu_info": {
"type": [
"string",
"null"
],
"description": "Extended name of the CPU."
},
"os": {
"type": [
"string",
"null"
],
"description": "Operating System."
},
"os_ver": {
"type": [
"string",
"null"
],
"description": "Operating System Version."
}
}
},
"tiny_block_size": {
"type": [
"integer",
"string",
"null"
],
"description": "If present, the total size of all memory regions in the crashing process that are smaller than 1 MB."
},
"thread_count": {
"type": [
"integer",
"null"
],
"description": "Number of threads."
},
"threads": {
"type": "array",
"description": "All the threads.",
"items": {
"type": "object",
"properties": {
"frame_count": {
"type": [
"integer",
"null"
],
"description": "Number of frames in the thread."
},
"frames": {
"type": "array",
"description": "All frames of the thread.",
"items": {
"$ref": "#/definitions/frames"
}
}
}
}
},
"write_combine_size": {
"type": [
"integer",
"string",
"null"
],
"description": "If present, the total size of all committed memory regions in the crashing process marked with PAGE_WRITECOMBINE."
}
}
},
"last_crash": {
"type": [
"integer",
"null"
],
"description": "Length of time between the previous crash submission and this one. Low values indicate repeated crashes."
},
"memory_report": {
"type": "object",
"description": "Anonymized data about the memory usage of the software, generated client-side when a crash report happens because of a memory issue.",
"properties": {
"version": {
"type": [
"integer",
"null"
],
"description": "A version number. "
},
"hasMozMallocUsableSize": {
"type": "boolean",
"description": "Has Moz Malloc usable size? "
},
"reports": {
"type": "array",
"description": "A list of reports about various aspects of the memory.",
"items": {
"type": "object",
"properties": {
"kind": {
"type": [
"integer",
"null"
],
"description": "Number that tells what kind of report it is. "
},
"description": {
"type": [
"string",
"null"
],
"description": "A description of what the report is. "
},
"process": {
"type": [
"string",
"null"
],
"description": "The concerned process, with its pid. "
},
"amount": {
"type": [
"integer",
"null"
],
"description": "The amount of things."
},
"units": {
"type": [
"integer",
"null"
],
"description": "The unit of the amount of things."
},
"path": {
"type": [
"string",
"null"
],
"description": "A path to the resource being described."
}
}
}
}
}
},
"platform": {
"type": [
"string",
"null"
],
"description": "Basic name of the operating system. Can be \"Windows NT\", \"Mac OS X\" or \"Linux\". Use `platform_pretty_version` for a more precise OS name including version."
},
"platform_pretty_version": {
"type": [
"string",
"null"
],
"description": "A better platform name, including version for Windows and Mac OS X."
},
"platform_version": {
"type": [
"string",
"null"
],
"description": "Version of the operating system."
},
"plugin_filename": {
"type": [
"string",
"null"
],
"description": "When a plugin process crashes, this is the name of the file of the plugin loaded into that process."
},
"plugin_name": {
"type": [
"string",
"null"
],
"description": "When a plugin process crashes, this is the name of the plugin loaded into that process."
},
"plugin_version": {
"type": [
"string",
"null"
],
"description": "When a plugin process crashes, this is the version of the plugin loaded into that process."
},
"process_type": {
"type": [
"string",
"null"
],
"description": "What type of process the crash happened in. When the main process crashes, this will not be present. But when a plugin or content process crashes, this will be \"plugin\" or \"content\"."
},
"processor_notes": {
"type": [
"string",
"null"
],
"description": "Notes of the Socorro processor, contains information about what changes were made to the report during processing."
},
"product": {
"type": [
"string",
"null"
],
"description": "Name of the software."
},
"productid": {
"type": [
"string",
"null"
],
"description": "Identifier of the software."
},
"proto_signature": {
"type": [
"string",
"null"
],
"description": "A concatenation of the signatures of all the frames of the crashing thread."
},
"reason": {
"type": [
"string",
"null"
],
"description": "The crash's exception kind. Different OSes have different exception kinds. Example values: 'EXCEPTION_ACCESS_VIOLATION_READ', 'EXCEPTION_BREAKPOINT', 'SIGSEGV'. "
},
"release_channel": {
"type": [
"string",
"null"
],
"description": "The update channel that the user is on. Typically \"nightly\", \"aurora\", \"beta\", or \"release\", but this may also be other values like \"release-cck-partner\"."
},
"signature": {
"type": [
"string",
"null"
],
"description": "This is the field most commonly used for aggregating individual crash reports into a group. It usually contains one or more stack frames from the crashing thread. The stack frames may also be augmented or replaced with other tokens such as 'OOM | small' or 'shutdownhang' that further identify the crash kind. "
},
"topmost_filenames": {
"type": [
"string",
"null"
],
"description": "Paths of the files at the top of the stack."
},
"uptime": {
"type": [
"integer",
"null"
],
"description": "Length of time the process was running before it crashed. Small values (from 0 to 5 or so) usually indicate start-up crashes."
},
"user_comments": {
"type": [
"string",
"null"
],
"description": "Comments entered by the user when they crashed."
},
"uuid": {
"type": [
"string",
"null"
],
"description": "Unique identifier of the report."
},
"version": {
"type": [
"string",
"null"
],
"description": "The product version number. A value lacking any letters indicates a normal release; a value with a 'b' indicates a Beta release; a value with an 'a' indicates an Aurora (a.k.a. Developer Edition) release; a value with 'esr' indicates an Extended Service Release. "
},
"winsock_lsp": {
"type": [
"string",
"null"
],
"description": "On Windows, a string of data from the Windows OS about the list of installed LSPs (Layered Service Provider)."
}
}
} | o57503 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ObjectReference": {
"description": "ObjectReference contains enough information to let you inspect or modify the referred object.",
"properties": {
"apiVersion": {
"description": "API version of the referent.",
"type": "string"
},
"fieldPath": {
"description": "If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: \"spec.containers{name}\" (where \"name\" refers to the name of the container that triggered the event) or if no container name is specified \"spec.containers[2]\" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object.",
"type": "string"
},
"kind": {
"description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"type": "string"
},
"name": {
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
"type": "string"
},
"namespace": {
"description": "Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/",
"type": "string"
},
"resourceVersion": {
"description": "Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency",
"type": "string"
},
"uid": {
"description": "UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids",
"type": "string"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_discovery_v1beta1_EndpointConditions": {
"description": "EndpointConditions represents the current condition of an endpoint.",
"properties": {
"ready": {
"description": "ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready.",
"type": "boolean"
}
},
"type": "object"
}
},
"description": "Endpoint represents a single logical \"backend\" implementing a service.",
"properties": {
"addresses": {
"description": "addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100.",
"items": {
"type": [
"string",
"null"
]
},
"type": [
"array",
"null"
],
"x-kubernetes-list-type": "set"
},
"conditions": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_discovery_v1beta1_EndpointConditions",
"description": "conditions contains information about the current status of the endpoint."
},
"hostname": {
"description": "hostname of this endpoint. This field may be used by consumers of endpoints to distinguish endpoints from each other (e.g. in DNS names). Multiple endpoints which use the same hostname should be considered fungible (e.g. multiple A values in DNS). Must pass DNS Label (RFC 1123) validation.",
"type": [
"string",
"null"
]
},
"targetRef": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ObjectReference",
"description": "targetRef is a reference to a Kubernetes object that represents this endpoint."
},
"topology": {
"additionalProperties": {
"type": [
"string",
"null"
]
},
"description": "topology contains arbitrary topology information associated with the endpoint. These key/value pairs must conform with the label format. https://kubernetes.io/docs/concepts/overview/working-with-objects/labels Topology may include a maximum of 16 key/value pairs. This includes, but is not limited to the following well known keys: * kubernetes.io/hostname: the value indicates the hostname of the node\n where the endpoint is located. This should match the corresponding\n node label.\n* topology.kubernetes.io/zone: the value indicates the zone where the\n endpoint is located. This should match the corresponding node label.\n* topology.kubernetes.io/region: the value indicates the region where the\n endpoint is located. This should match the corresponding node label.",
"type": [
"object",
"null"
]
}
},
"required": [
"addresses"
],
"type": "object"
} | kb_293_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"properties": {
"proxyBaseUrl": {
"type": "string"
},
"headers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"name",
"value"
]
}
},
"proxyRequests": {
"type": "array",
"items": {
"type": "object",
"properties": {
"path": {
"type": "string"
},
"key": {
"type": "string"
}
},
"required": [
"path",
"key"
]
}
}
},
"required": [
"proxyBaseUrl",
"proxyRequests"
]
}
} | o35907 |
{
"$id": "https://json.schemastore.org/sarif-2.1.0-rtm.4.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
"address": {
"description": "A physical or virtual address, or a range of addresses, in an 'addressable region' (memory or a binary file).",
"additionalProperties": false,
"type": "object",
"properties": {
"absoluteAddress": {
"description": "The address expressed as a byte offset from the start of the addressable region.",
"type": "integer",
"minimum": -1,
"default": -1
},
"relativeAddress": {
"description": "The address expressed as a byte offset from the absolute address of the top-most parent object.",
"type": "integer"
},
"length": {
"description": "The number of bytes in this range of addresses.",
"type": "integer"
},
"kind": {
"description": "An open-ended string that identifies the address kind. 'data', 'function', 'header','instruction', 'module', 'page', 'section', 'segment', 'stack', 'stackFrame', 'table' are well-known values.",
"type": "string"
},
"name": {
"description": "A name that is associated with the address, e.g., '.text'.",
"type": "string"
},
"fullyQualifiedName": {
"description": "A human-readable fully qualified name that is associated with the address.",
"type": "string"
},
"offsetFromParent": {
"description": "The byte offset of this address from the absolute or relative address of the parent object.",
"type": "integer"
},
"index": {
"description": "The index within run.addresses of the cached object for this address.",
"type": "integer",
"default": -1,
"minimum": -1
},
"parentIndex": {
"description": "The index within run.addresses of the parent object.",
"type": "integer",
"default": -1,
"minimum": -1
},
"properties": {
"description": "Key/value pairs that provide additional information about the address.",
"$ref": "#/definitions/propertyBag"
}
}
},
"artifact": {
"description": "A single artifact. In some cases, this artifact might be nested within another artifact.",
"additionalProperties": false,
"type": "object",
"properties": {
"description": {
"description": "A short description of the artifact.",
"$ref": "#/definitions/message"
},
"location": {
"description": "The location of the artifact.",
"$ref": "#/definitions/artifactLocation"
},
"parentIndex": {
"description": "Identifies the index of the immediate parent of the artifact, if this artifact is nested.",
"type": "integer",
"default": -1,
"minimum": -1
},
"offset": {
"description": "The offset in bytes of the artifact within its containing artifact.",
"type": "integer",
"minimum": 0
},
"length": {
"description": "The length of the artifact in bytes.",
"type": "integer",
"default": -1,
"minimum": -1
},
"roles": {
"description": "The role or roles played by the artifact in the analysis.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"enum": [
"analysisTarget",
"attachment",
"responseFile",
"resultFile",
"standardStream",
"tracedFile",
"unmodified",
"modified",
"added",
"deleted",
"renamed",
"uncontrolled",
"driver",
"extension",
"translation",
"taxonomy",
"policy",
"referencedOnCommandLine",
"memoryContents",
"directory",
"userSpecifiedConfiguration",
"toolSpecifiedConfiguration",
"debugOutputFile"
]
}
},
"mimeType": {
"description": "The MIME type (RFC 2045) of the artifact.",
"type": "string",
"pattern": "[^/]+/.+"
},
"contents": {
"description": "The contents of the artifact.",
"$ref": "#/definitions/artifactContent"
},
"encoding": {
"description": "Specifies the encoding for an artifact object that refers to a text file.",
"type": "string"
},
"sourceLanguage": {
"description": "Specifies the source language for any artifact object that refers to a text file that contains source code.",
"type": "string"
},
"hashes": {
"description": "A dictionary, each of whose keys is the name of a hash function and each of whose values is the hashed value of the artifact produced by the specified hash function.",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"lastModifiedTimeUtc": {
"description": "The Coordinated Universal Time (UTC) date and time at which the artifact was most recently modified. See \"Date/time properties\" in the SARIF spec for the required format.",
"type": "string",
"format": "date-time"
},
"properties": {
"description": "Key/value pairs that provide additional information about the artifact.",
"$ref": "#/definitions/propertyBag"
}
}
},
"artifactChange": {
"description": "A change to a single artifact.",
"additionalProperties": false,
"type": "object",
"properties": {
"artifactLocation": {
"description": "The location of the artifact to change.",
"$ref": "#/definitions/artifactLocation"
},
"replacements": {
"description": "An array of replacement objects, each of which represents the replacement of a single region in a single artifact specified by 'artifactLocation'.",
"type": "array",
"minItems": 1,
"uniqueItems": false,
"items": {
"$ref": "#/definitions/replacement"
}
},
"properties": {
"description": "Key/value pairs that provide additional information about the change.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["artifactLocation", "replacements"]
},
"artifactContent": {
"description": "Represents the contents of an artifact.",
"type": "object",
"additionalProperties": false,
"properties": {
"text": {
"description": "UTF-8-encoded content from a text artifact.",
"type": "string"
},
"binary": {
"description": "MIME Base64-encoded content from a binary artifact, or from a text artifact in its original encoding.",
"type": "string"
},
"rendered": {
"description": "An alternate rendered representation of the artifact (e.g., a decompiled representation of a binary region).",
"$ref": "#/definitions/multiformatMessageString"
},
"properties": {
"description": "Key/value pairs that provide additional information about the artifact content.",
"$ref": "#/definitions/propertyBag"
}
}
},
"artifactLocation": {
"description": "Specifies the location of an artifact.",
"additionalProperties": false,
"type": "object",
"properties": {
"uri": {
"description": "A string containing a valid relative or absolute URI.",
"type": "string",
"format": "uri-reference"
},
"uriBaseId": {
"description": "A string which indirectly specifies the absolute URI with respect to which a relative URI in the \"uri\" property is interpreted.",
"type": "string"
},
"index": {
"description": "The index within the run artifacts array of the artifact object associated with the artifact location.",
"type": "integer",
"default": -1,
"minimum": -1
},
"description": {
"description": "A short description of the artifact location.",
"$ref": "#/definitions/message"
},
"properties": {
"description": "Key/value pairs that provide additional information about the artifact location.",
"$ref": "#/definitions/propertyBag"
}
}
},
"attachment": {
"description": "An artifact relevant to a result.",
"type": "object",
"additionalProperties": false,
"properties": {
"description": {
"description": "A message describing the role played by the attachment.",
"$ref": "#/definitions/message"
},
"artifactLocation": {
"description": "The location of the attachment.",
"$ref": "#/definitions/artifactLocation"
},
"regions": {
"description": "An array of regions of interest within the attachment.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/region"
}
},
"rectangles": {
"description": "An array of rectangles specifying areas of interest within the image.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/rectangle"
}
},
"properties": {
"description": "Key/value pairs that provide additional information about the attachment.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["artifactLocation"]
},
"codeFlow": {
"description": "A set of threadFlows which together describe a pattern of code execution relevant to detecting a result.",
"additionalProperties": false,
"type": "object",
"properties": {
"message": {
"description": "A message relevant to the code flow.",
"$ref": "#/definitions/message"
},
"threadFlows": {
"description": "An array of one or more unique threadFlow objects, each of which describes the progress of a program through a thread of execution.",
"type": "array",
"minItems": 1,
"uniqueItems": false,
"items": {
"$ref": "#/definitions/threadFlow"
}
},
"properties": {
"description": "Key/value pairs that provide additional information about the code flow.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["threadFlows"]
},
"configurationOverride": {
"description": "Information about how a specific rule or notification was reconfigured at runtime.",
"type": "object",
"additionalProperties": false,
"properties": {
"configuration": {
"description": "Specifies how the rule or notification was configured during the scan.",
"$ref": "#/definitions/reportingConfiguration"
},
"descriptor": {
"description": "A reference used to locate the descriptor whose configuration was overridden.",
"$ref": "#/definitions/reportingDescriptorReference"
},
"properties": {
"description": "Key/value pairs that provide additional information about the configuration override.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["configuration", "descriptor"]
},
"conversion": {
"description": "Describes how a converter transformed the output of a static analysis tool from the analysis tool's native output format into the SARIF format.",
"additionalProperties": false,
"type": "object",
"properties": {
"tool": {
"description": "A tool object that describes the converter.",
"$ref": "#/definitions/tool"
},
"invocation": {
"description": "An invocation object that describes the invocation of the converter.",
"$ref": "#/definitions/invocation"
},
"analysisToolLogFiles": {
"description": "The locations of the analysis tool's per-run log files.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/artifactLocation"
}
},
"properties": {
"description": "Key/value pairs that provide additional information about the conversion.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["tool"]
},
"edge": {
"description": "Represents a directed edge in a graph.",
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"description": "A string that uniquely identifies the edge within its graph.",
"type": "string"
},
"label": {
"description": "A short description of the edge.",
"$ref": "#/definitions/message"
},
"sourceNodeId": {
"description": "Identifies the source node (the node at which the edge starts).",
"type": "string"
},
"targetNodeId": {
"description": "Identifies the target node (the node at which the edge ends).",
"type": "string"
},
"properties": {
"description": "Key/value pairs that provide additional information about the edge.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["id", "sourceNodeId", "targetNodeId"]
},
"edgeTraversal": {
"description": "Represents the traversal of a single edge during a graph traversal.",
"type": "object",
"additionalProperties": false,
"properties": {
"edgeId": {
"description": "Identifies the edge being traversed.",
"type": "string"
},
"message": {
"description": "A message to display to the user as the edge is traversed.",
"$ref": "#/definitions/message"
},
"finalState": {
"description": "The values of relevant expressions after the edge has been traversed.",
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/multiformatMessageString"
}
},
"stepOverEdgeCount": {
"description": "The number of edge traversals necessary to return from a nested graph.",
"type": "integer",
"minimum": 0
},
"properties": {
"description": "Key/value pairs that provide additional information about the edge traversal.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["edgeId"]
},
"exception": {
"description": "Describes a runtime exception encountered during the execution of an analysis tool.",
"type": "object",
"additionalProperties": false,
"properties": {
"kind": {
"type": "string",
"description": "A string that identifies the kind of exception, for example, the fully qualified type name of an object that was thrown, or the symbolic name of a signal."
},
"message": {
"description": "A message that describes the exception.",
"type": "string"
},
"stack": {
"description": "The sequence of function calls leading to the exception.",
"$ref": "#/definitions/stack"
},
"innerExceptions": {
"description": "An array of exception objects each of which is considered a cause of this exception.",
"type": "array",
"minItems": 0,
"uniqueItems": false,
"default": [],
"items": {
"$ref": "#/definitions/exception"
}
},
"properties": {
"description": "Key/value pairs that provide additional information about the exception.",
"$ref": "#/definitions/propertyBag"
}
}
},
"externalProperties": {
"description": "The top-level element of an external property file.",
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"description": "The URI of the JSON schema corresponding to the version of the external property file format.",
"type": "string",
"format": "uri"
},
"version": {
"description": "The SARIF format version of this external properties object.",
"enum": ["2.1.0"]
},
"guid": {
"description": "A stable, unique identifier for this external properties object, in the form of a GUID.",
"type": "string",
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"
},
"runGuid": {
"description": "A stable, unique identifier for the run associated with this external properties object, in the form of a GUID.",
"type": "string",
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"
},
"conversion": {
"description": "A conversion object that will be merged with a separate run.",
"$ref": "#/definitions/conversion"
},
"graphs": {
"description": "An array of graph objects that will be merged with a separate run.",
"type": "array",
"minItems": 0,
"default": [],
"uniqueItems": true,
"items": {
"$ref": "#/definitions/graph"
}
},
"externalizedProperties": {
"description": "Key/value pairs that provide additional information that will be merged with a separate run.",
"$ref": "#/definitions/propertyBag"
},
"artifacts": {
"description": "An array of artifact objects that will be merged with a separate run.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"items": {
"$ref": "#/definitions/artifact"
}
},
"invocations": {
"description": "Describes the invocation of the analysis tool that will be merged with a separate run.",
"type": "array",
"minItems": 0,
"uniqueItems": false,
"default": [],
"items": {
"$ref": "#/definitions/invocation"
}
},
"logicalLocations": {
"description": "An array of logical locations such as namespaces, types or functions that will be merged with a separate run.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/logicalLocation"
}
},
"threadFlowLocations": {
"description": "An array of threadFlowLocation objects that will be merged with a separate run.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/threadFlowLocation"
}
},
"results": {
"description": "An array of result objects that will be merged with a separate run.",
"type": "array",
"minItems": 0,
"uniqueItems": false,
"default": [],
"items": {
"$ref": "#/definitions/result"
}
},
"taxonomies": {
"description": "Tool taxonomies that will be merged with a separate run.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/toolComponent"
}
},
"driver": {
"description": "The analysis tool object that will be merged with a separate run.",
"$ref": "#/definitions/toolComponent"
},
"extensions": {
"description": "Tool extensions that will be merged with a separate run.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/toolComponent"
}
},
"policies": {
"description": "Tool policies that will be merged with a separate run.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/toolComponent"
}
},
"translations": {
"description": "Tool translations that will be merged with a separate run.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/toolComponent"
}
},
"addresses": {
"description": "Addresses that will be merged with a separate run.",
"type": "array",
"minItems": 0,
"uniqueItems": false,
"default": [],
"items": {
"$ref": "#/definitions/address"
}
},
"webRequests": {
"description": "Requests that will be merged with a separate run.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/webRequest"
}
},
"webResponses": {
"description": "Responses that will be merged with a separate run.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/webResponse"
}
},
"properties": {
"description": "Key/value pairs that provide additional information about the external properties.",
"$ref": "#/definitions/propertyBag"
}
}
},
"externalPropertyFileReference": {
"description": "Contains information that enables a SARIF consumer to locate the external property file that contains the value of an externalized property associated with the run.",
"type": "object",
"additionalProperties": false,
"properties": {
"location": {
"description": "The location of the external property file.",
"$ref": "#/definitions/artifactLocation"
},
"guid": {
"description": "A stable, unique identifier for the external property file in the form of a GUID.",
"type": "string",
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"
},
"itemCount": {
"description": "A non-negative integer specifying the number of items contained in the external property file.",
"type": "integer",
"default": -1,
"minimum": -1
},
"properties": {
"description": "Key/value pairs that provide additional information about the external property file.",
"$ref": "#/definitions/propertyBag"
}
},
"anyOf": [
{
"required": ["location"]
},
{
"required": ["guid"]
}
]
},
"externalPropertyFileReferences": {
"description": "References to external property files that should be inlined with the content of a root log file.",
"additionalProperties": false,
"type": "object",
"properties": {
"conversion": {
"description": "An external property file containing a run.conversion object to be merged with the root log file.",
"$ref": "#/definitions/externalPropertyFileReference"
},
"graphs": {
"description": "An array of external property files containing a run.graphs object to be merged with the root log file.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/externalPropertyFileReference"
}
},
"externalizedProperties": {
"description": "An external property file containing a run.properties object to be merged with the root log file.",
"$ref": "#/definitions/externalPropertyFileReference"
},
"artifacts": {
"description": "An array of external property files containing run.artifacts arrays to be merged with the root log file.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/externalPropertyFileReference"
}
},
"invocations": {
"description": "An array of external property files containing run.invocations arrays to be merged with the root log file.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/externalPropertyFileReference"
}
},
"logicalLocations": {
"description": "An array of external property files containing run.logicalLocations arrays to be merged with the root log file.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/externalPropertyFileReference"
}
},
"threadFlowLocations": {
"description": "An array of external property files containing run.threadFlowLocations arrays to be merged with the root log file.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/externalPropertyFileReference"
}
},
"results": {
"description": "An array of external property files containing run.results arrays to be merged with the root log file.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/externalPropertyFileReference"
}
},
"taxonomies": {
"description": "An array of external property files containing run.taxonomies arrays to be merged with the root log file.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/externalPropertyFileReference"
}
},
"addresses": {
"description": "An array of external property files containing run.addresses arrays to be merged with the root log file.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/externalPropertyFileReference"
}
},
"driver": {
"description": "An external property file containing a run.driver object to be merged with the root log file.",
"$ref": "#/definitions/externalPropertyFileReference"
},
"extensions": {
"description": "An array of external property files containing run.extensions arrays to be merged with the root log file.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/externalPropertyFileReference"
}
},
"policies": {
"description": "An array of external property files containing run.policies arrays to be merged with the root log file.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/externalPropertyFileReference"
}
},
"translations": {
"description": "An array of external property files containing run.translations arrays to be merged with the root log file.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/externalPropertyFileReference"
}
},
"webRequests": {
"description": "An array of external property files containing run.requests arrays to be merged with the root log file.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/externalPropertyFileReference"
}
},
"webResponses": {
"description": "An array of external property files containing run.responses arrays to be merged with the root log file.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/externalPropertyFileReference"
}
},
"properties": {
"description": "Key/value pairs that provide additional information about the external property files.",
"$ref": "#/definitions/propertyBag"
}
}
},
"fix": {
"description": "A proposed fix for the problem represented by a result object. A fix specifies a set of artifacts to modify. For each artifact, it specifies a set of bytes to remove, and provides a set of new bytes to replace them.",
"additionalProperties": false,
"type": "object",
"properties": {
"description": {
"description": "A message that describes the proposed fix, enabling viewers to present the proposed change to an end user.",
"$ref": "#/definitions/message"
},
"artifactChanges": {
"description": "One or more artifact changes that comprise a fix for a result.",
"type": "array",
"minItems": 1,
"uniqueItems": true,
"items": {
"$ref": "#/definitions/artifactChange"
}
},
"properties": {
"description": "Key/value pairs that provide additional information about the fix.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["artifactChanges"]
},
"graph": {
"description": "A network of nodes and directed edges that describes some aspect of the structure of the code (for example, a call graph).",
"type": "object",
"additionalProperties": false,
"properties": {
"description": {
"description": "A description of the graph.",
"$ref": "#/definitions/message"
},
"nodes": {
"description": "An array of node objects representing the nodes of the graph.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/node"
}
},
"edges": {
"description": "An array of edge objects representing the edges of the graph.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/edge"
}
},
"properties": {
"description": "Key/value pairs that provide additional information about the graph.",
"$ref": "#/definitions/propertyBag"
}
}
},
"graphTraversal": {
"description": "Represents a path through a graph.",
"type": "object",
"additionalProperties": false,
"properties": {
"runGraphIndex": {
"description": "The index within the run.graphs to be associated with the result.",
"type": "integer",
"default": -1,
"minimum": -1
},
"resultGraphIndex": {
"description": "The index within the result.graphs to be associated with the result.",
"type": "integer",
"default": -1,
"minimum": -1
},
"description": {
"description": "A description of this graph traversal.",
"$ref": "#/definitions/message"
},
"initialState": {
"description": "Values of relevant expressions at the start of the graph traversal that may change during graph traversal.",
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/multiformatMessageString"
}
},
"immutableState": {
"description": "Values of relevant expressions at the start of the graph traversal that remain constant for the graph traversal.",
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/multiformatMessageString"
}
},
"edgeTraversals": {
"description": "The sequences of edges traversed by this graph traversal.",
"type": "array",
"minItems": 0,
"uniqueItems": false,
"default": [],
"items": {
"$ref": "#/definitions/edgeTraversal"
}
},
"properties": {
"description": "Key/value pairs that provide additional information about the graph traversal.",
"$ref": "#/definitions/propertyBag"
}
},
"oneOf": [
{
"required": ["runGraphIndex"]
},
{
"required": ["resultGraphIndex"]
}
]
},
"invocation": {
"description": "The runtime environment of the analysis tool run.",
"additionalProperties": false,
"type": "object",
"properties": {
"commandLine": {
"description": "The command line used to invoke the tool.",
"type": "string"
},
"arguments": {
"description": "An array of strings, containing in order the command line arguments passed to the tool from the operating system.",
"type": "array",
"minItems": 0,
"uniqueItems": false,
"items": {
"type": "string"
}
},
"responseFiles": {
"description": "The locations of any response files specified on the tool's command line.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"items": {
"$ref": "#/definitions/artifactLocation"
}
},
"startTimeUtc": {
"description": "The Coordinated Universal Time (UTC) date and time at which the run started. See \"Date/time properties\" in the SARIF spec for the required format.",
"type": "string",
"format": "date-time"
},
"endTimeUtc": {
"description": "The Coordinated Universal Time (UTC) date and time at which the run ended. See \"Date/time properties\" in the SARIF spec for the required format.",
"type": "string",
"format": "date-time"
},
"exitCode": {
"description": "The process exit code.",
"type": "integer"
},
"ruleConfigurationOverrides": {
"description": "An array of configurationOverride objects that describe rules related runtime overrides.",
"type": "array",
"minItems": 0,
"default": [],
"uniqueItems": true,
"items": {
"$ref": "#/definitions/configurationOverride"
}
},
"notificationConfigurationOverrides": {
"description": "An array of configurationOverride objects that describe notifications related runtime overrides.",
"type": "array",
"minItems": 0,
"default": [],
"uniqueItems": true,
"items": {
"$ref": "#/definitions/configurationOverride"
}
},
"toolExecutionNotifications": {
"description": "A list of runtime conditions detected by the tool during the analysis.",
"type": "array",
"minItems": 0,
"uniqueItems": false,
"default": [],
"items": {
"$ref": "#/definitions/notification"
}
},
"toolConfigurationNotifications": {
"description": "A list of conditions detected by the tool that are relevant to the tool's configuration.",
"type": "array",
"minItems": 0,
"uniqueItems": false,
"default": [],
"items": {
"$ref": "#/definitions/notification"
}
},
"exitCodeDescription": {
"description": "The reason for the process exit.",
"type": "string"
},
"exitSignalName": {
"description": "The name of the signal that caused the process to exit.",
"type": "string"
},
"exitSignalNumber": {
"description": "The numeric value of the signal that caused the process to exit.",
"type": "integer"
},
"processStartFailureMessage": {
"description": "The reason given by the operating system that the process failed to start.",
"type": "string"
},
"executionSuccessful": {
"description": "Specifies whether the tool's execution completed successfully.",
"type": "boolean"
},
"machine": {
"description": "The machine that hosted the analysis tool run.",
"type": "string"
},
"account": {
"description": "The account that ran the analysis tool.",
"type": "string"
},
"processId": {
"description": "The process id for the analysis tool run.",
"type": "integer"
},
"executableLocation": {
"description": "An absolute URI specifying the location of the analysis tool's executable.",
"$ref": "#/definitions/artifactLocation"
},
"workingDirectory": {
"description": "The working directory for the analysis tool run.",
"$ref": "#/definitions/artifactLocation"
},
"environmentVariables": {
"description": "The environment variables associated with the analysis tool process, expressed as key/value pairs.",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"stdin": {
"description": "A file containing the standard input stream to the process that was invoked.",
"$ref": "#/definitions/artifactLocation"
},
"stdout": {
"description": "A file containing the standard output stream from the process that was invoked.",
"$ref": "#/definitions/artifactLocation"
},
"stderr": {
"description": "A file containing the standard error stream from the process that was invoked.",
"$ref": "#/definitions/artifactLocation"
},
"stdoutStderr": {
"description": "A file containing the interleaved standard output and standard error stream from the process that was invoked.",
"$ref": "#/definitions/artifactLocation"
},
"properties": {
"description": "Key/value pairs that provide additional information about the invocation.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["executionSuccessful"]
},
"location": {
"description": "A location within a programming artifact.",
"additionalProperties": false,
"type": "object",
"properties": {
"id": {
"description": "Value that distinguishes this location from all other locations within a single result object.",
"type": "integer",
"minimum": -1,
"default": -1
},
"physicalLocation": {
"description": "Identifies the artifact and region.",
"$ref": "#/definitions/physicalLocation"
},
"logicalLocations": {
"description": "The logical locations associated with the result.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/logicalLocation"
}
},
"message": {
"description": "A message relevant to the location.",
"$ref": "#/definitions/message"
},
"annotations": {
"description": "A set of regions relevant to the location.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/region"
}
},
"relationships": {
"description": "An array of objects that describe relationships between this location and others.",
"type": "array",
"default": [],
"minItems": 0,
"uniqueItems": true,
"items": {
"$ref": "#/definitions/locationRelationship"
}
},
"properties": {
"description": "Key/value pairs that provide additional information about the location.",
"$ref": "#/definitions/propertyBag"
}
}
},
"locationRelationship": {
"description": "Information about the relation of one location to another.",
"type": "object",
"additionalProperties": false,
"properties": {
"target": {
"description": "A reference to the related location.",
"type": "integer",
"minimum": 0
},
"kinds": {
"description": "A set of distinct strings that categorize the relationship. Well-known kinds include 'includes', 'isIncludedBy' and 'relevant'.",
"type": "array",
"default": ["relevant"],
"uniqueItems": true,
"items": {
"type": "string"
}
},
"description": {
"description": "A description of the location relationship.",
"$ref": "#/definitions/message"
},
"properties": {
"description": "Key/value pairs that provide additional information about the location relationship.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["target"]
},
"logicalLocation": {
"description": "A logical location of a construct that produced a result.",
"additionalProperties": false,
"type": "object",
"properties": {
"name": {
"description": "Identifies the construct in which the result occurred. For example, this property might contain the name of a class or a method.",
"type": "string"
},
"index": {
"description": "The index within the logical locations array.",
"type": "integer",
"default": -1,
"minimum": -1
},
"fullyQualifiedName": {
"description": "The human-readable fully qualified name of the logical location.",
"type": "string"
},
"decoratedName": {
"description": "The machine-readable name for the logical location, such as a mangled function name provided by a C++ compiler that encodes calling convention, return type and other details along with the function name.",
"type": "string"
},
"parentIndex": {
"description": "Identifies the index of the immediate parent of the construct in which the result was detected. For example, this property might point to a logical location that represents the namespace that holds a type.",
"type": "integer",
"default": -1,
"minimum": -1
},
"kind": {
"description": "The type of construct this logical location component refers to. Should be one of 'function', 'member', 'module', 'namespace', 'parameter', 'resource', 'returnType', 'type', 'variable', 'object', 'array', 'property', 'value', 'element', 'text', 'attribute', 'comment', 'declaration', 'dtd' or 'processingInstruction', if any of those accurately describe the construct.",
"type": "string"
},
"properties": {
"description": "Key/value pairs that provide additional information about the logical location.",
"$ref": "#/definitions/propertyBag"
}
}
},
"message": {
"description": "Encapsulates a message intended to be read by the end user.",
"type": "object",
"additionalProperties": false,
"properties": {
"text": {
"description": "A plain text message string.",
"type": "string"
},
"markdown": {
"description": "A Markdown message string.",
"type": "string"
},
"id": {
"description": "The identifier for this message.",
"type": "string"
},
"arguments": {
"description": "An array of strings to substitute into the message string.",
"type": "array",
"minItems": 0,
"uniqueItems": false,
"default": [],
"items": {
"type": "string"
}
},
"properties": {
"description": "Key/value pairs that provide additional information about the message.",
"$ref": "#/definitions/propertyBag"
}
},
"anyOf": [
{
"required": ["text"]
},
{
"required": ["id"]
}
]
},
"multiformatMessageString": {
"description": "A message string or message format string rendered in multiple formats.",
"type": "object",
"additionalProperties": false,
"properties": {
"text": {
"description": "A plain text message string or format string.",
"type": "string"
},
"markdown": {
"description": "A Markdown message string or format string.",
"type": "string"
},
"properties": {
"description": "Key/value pairs that provide additional information about the message.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["text"]
},
"node": {
"description": "Represents a node in a graph.",
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"description": "A string that uniquely identifies the node within its graph.",
"type": "string"
},
"label": {
"description": "A short description of the node.",
"$ref": "#/definitions/message"
},
"location": {
"description": "A code location associated with the node.",
"$ref": "#/definitions/location"
},
"children": {
"description": "Array of child nodes.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/node"
}
},
"properties": {
"description": "Key/value pairs that provide additional information about the node.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["id"]
},
"notification": {
"description": "Describes a condition relevant to the tool itself, as opposed to being relevant to a target being analyzed by the tool.",
"type": "object",
"additionalProperties": false,
"properties": {
"locations": {
"description": "The locations relevant to this notification.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/location"
}
},
"message": {
"description": "A message that describes the condition that was encountered.",
"$ref": "#/definitions/message"
},
"level": {
"description": "A value specifying the severity level of the notification.",
"default": "warning",
"enum": ["none", "note", "warning", "error"]
},
"threadId": {
"description": "The thread identifier of the code that generated the notification.",
"type": "integer"
},
"timeUtc": {
"description": "The Coordinated Universal Time (UTC) date and time at which the analysis tool generated the notification.",
"type": "string",
"format": "date-time"
},
"exception": {
"description": "The runtime exception, if any, relevant to this notification.",
"$ref": "#/definitions/exception"
},
"descriptor": {
"description": "A reference used to locate the descriptor relevant to this notification.",
"$ref": "#/definitions/reportingDescriptorReference"
},
"associatedRule": {
"description": "A reference used to locate the rule descriptor associated with this notification.",
"$ref": "#/definitions/reportingDescriptorReference"
},
"properties": {
"description": "Key/value pairs that provide additional information about the notification.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["message"]
},
"physicalLocation": {
"description": "A physical location relevant to a result. Specifies a reference to a programming artifact together with a range of bytes or characters within that artifact.",
"additionalProperties": false,
"type": "object",
"properties": {
"address": {
"description": "The address of the location.",
"$ref": "#/definitions/address"
},
"artifactLocation": {
"description": "The location of the artifact.",
"$ref": "#/definitions/artifactLocation"
},
"region": {
"description": "Specifies a portion of the artifact.",
"$ref": "#/definitions/region"
},
"contextRegion": {
"description": "Specifies a portion of the artifact that encloses the region. Allows a viewer to display additional context around the region.",
"$ref": "#/definitions/region"
},
"properties": {
"description": "Key/value pairs that provide additional information about the physical location.",
"$ref": "#/definitions/propertyBag"
}
},
"anyOf": [
{
"required": ["address"]
},
{
"required": ["artifactLocation"]
}
]
},
"propertyBag": {
"description": "Key/value pairs that provide additional information about the object.",
"type": "object",
"additionalProperties": true,
"properties": {
"tags": {
"description": "A set of distinct strings that provide additional information.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"type": "string"
}
}
}
},
"rectangle": {
"description": "An area within an image.",
"additionalProperties": false,
"type": "object",
"properties": {
"top": {
"description": "The Y coordinate of the top edge of the rectangle, measured in the image's natural units.",
"type": "number"
},
"left": {
"description": "The X coordinate of the left edge of the rectangle, measured in the image's natural units.",
"type": "number"
},
"bottom": {
"description": "The Y coordinate of the bottom edge of the rectangle, measured in the image's natural units.",
"type": "number"
},
"right": {
"description": "The X coordinate of the right edge of the rectangle, measured in the image's natural units.",
"type": "number"
},
"message": {
"description": "A message relevant to the rectangle.",
"$ref": "#/definitions/message"
},
"properties": {
"description": "Key/value pairs that provide additional information about the rectangle.",
"$ref": "#/definitions/propertyBag"
}
}
},
"region": {
"description": "A region within an artifact where a result was detected.",
"additionalProperties": false,
"type": "object",
"properties": {
"startLine": {
"description": "The line number of the first character in the region.",
"type": "integer",
"minimum": 1
},
"startColumn": {
"description": "The column number of the first character in the region.",
"type": "integer",
"minimum": 1
},
"endLine": {
"description": "The line number of the last character in the region.",
"type": "integer",
"minimum": 1
},
"endColumn": {
"description": "The column number of the character following the end of the region.",
"type": "integer",
"minimum": 1
},
"charOffset": {
"description": "The zero-based offset from the beginning of the artifact of the first character in the region.",
"type": "integer",
"default": -1,
"minimum": -1
},
"charLength": {
"description": "The length of the region in characters.",
"type": "integer",
"minimum": 0
},
"byteOffset": {
"description": "The zero-based offset from the beginning of the artifact of the first byte in the region.",
"type": "integer",
"default": -1,
"minimum": -1
},
"byteLength": {
"description": "The length of the region in bytes.",
"type": "integer",
"minimum": 0
},
"snippet": {
"description": "The portion of the artifact contents within the specified region.",
"$ref": "#/definitions/artifactContent"
},
"message": {
"description": "A message relevant to the region.",
"$ref": "#/definitions/message"
},
"sourceLanguage": {
"description": "Specifies the source language, if any, of the portion of the artifact specified by the region object.",
"type": "string"
},
"properties": {
"description": "Key/value pairs that provide additional information about the region.",
"$ref": "#/definitions/propertyBag"
}
}
},
"replacement": {
"description": "The replacement of a single region of an artifact.",
"additionalProperties": false,
"type": "object",
"properties": {
"deletedRegion": {
"description": "The region of the artifact to delete.",
"$ref": "#/definitions/region"
},
"insertedContent": {
"description": "The content to insert at the location specified by the 'deletedRegion' property.",
"$ref": "#/definitions/artifactContent"
},
"properties": {
"description": "Key/value pairs that provide additional information about the replacement.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["deletedRegion"]
},
"reportingDescriptor": {
"description": "Metadata that describes a specific report produced by the tool, as part of the analysis it provides or its runtime reporting.",
"additionalProperties": false,
"type": "object",
"properties": {
"id": {
"description": "A stable, opaque identifier for the report.",
"type": "string"
},
"deprecatedIds": {
"description": "An array of stable, opaque identifiers by which this report was known in some previous version of the analysis tool.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"items": {
"type": "string"
}
},
"guid": {
"description": "A unique identifier for the reporting descriptor in the form of a GUID.",
"type": "string",
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"
},
"deprecatedGuids": {
"description": "An array of unique identifies in the form of a GUID by which this report was known in some previous version of the analysis tool.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"items": {
"type": "string",
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"
}
},
"name": {
"description": "A report identifier that is understandable to an end user.",
"type": "string"
},
"deprecatedNames": {
"description": "An array of readable identifiers by which this report was known in some previous version of the analysis tool.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"items": {
"type": "string"
}
},
"shortDescription": {
"description": "A concise description of the report. Should be a single sentence that is understandable when visible space is limited to a single line of text.",
"$ref": "#/definitions/multiformatMessageString"
},
"fullDescription": {
"description": "A description of the report. Should, as far as possible, provide details sufficient to enable resolution of any problem indicated by the result.",
"$ref": "#/definitions/multiformatMessageString"
},
"messageStrings": {
"description": "A set of name/value pairs with arbitrary names. Each value is a multiformatMessageString object, which holds message strings in plain text and (optionally) Markdown format. The strings can include placeholders, which can be used to construct a message in combination with an arbitrary number of additional string arguments.",
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/multiformatMessageString"
}
},
"defaultConfiguration": {
"description": "Default reporting configuration information.",
"$ref": "#/definitions/reportingConfiguration"
},
"helpUri": {
"description": "A URI where the primary documentation for the report can be found.",
"type": "string",
"format": "uri"
},
"help": {
"description": "Provides the primary documentation for the report, useful when there is no online documentation.",
"$ref": "#/definitions/multiformatMessageString"
},
"relationships": {
"description": "An array of objects that describe relationships between this reporting descriptor and others.",
"type": "array",
"default": [],
"minItems": 0,
"uniqueItems": true,
"items": {
"$ref": "#/definitions/reportingDescriptorRelationship"
}
},
"properties": {
"description": "Key/value pairs that provide additional information about the report.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["id"]
},
"reportingConfiguration": {
"description": "Information about a rule or notification that can be configured at runtime.",
"type": "object",
"additionalProperties": false,
"properties": {
"enabled": {
"description": "Specifies whether the report may be produced during the scan.",
"type": "boolean",
"default": true
},
"level": {
"description": "Specifies the failure level for the report.",
"default": "warning",
"enum": ["none", "note", "warning", "error"]
},
"rank": {
"description": "Specifies the relative priority of the report. Used for analysis output only.",
"type": "number",
"default": -1,
"minimum": -1,
"maximum": 100
},
"parameters": {
"description": "Contains configuration information specific to a report.",
"$ref": "#/definitions/propertyBag"
},
"properties": {
"description": "Key/value pairs that provide additional information about the reporting configuration.",
"$ref": "#/definitions/propertyBag"
}
}
},
"reportingDescriptorReference": {
"description": "Information about how to locate a relevant reporting descriptor.",
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"description": "The id of the descriptor.",
"type": "string"
},
"index": {
"description": "The index into an array of descriptors in toolComponent.ruleDescriptors, toolComponent.notificationDescriptors, or toolComponent.taxonomyDescriptors, depending on context.",
"type": "integer",
"default": -1,
"minimum": -1
},
"guid": {
"description": "A guid that uniquely identifies the descriptor.",
"type": "string",
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"
},
"toolComponent": {
"description": "A reference used to locate the toolComponent associated with the descriptor.",
"$ref": "#/definitions/toolComponentReference"
},
"properties": {
"description": "Key/value pairs that provide additional information about the reporting descriptor reference.",
"$ref": "#/definitions/propertyBag"
}
},
"anyOf": [
{
"required": ["index"]
},
{
"required": ["guid"]
},
{
"required": ["id"]
}
]
},
"reportingDescriptorRelationship": {
"description": "Information about the relation of one reporting descriptor to another.",
"type": "object",
"additionalProperties": false,
"properties": {
"target": {
"description": "A reference to the related reporting descriptor.",
"$ref": "#/definitions/reportingDescriptorReference"
},
"kinds": {
"description": "A set of distinct strings that categorize the relationship. Well-known kinds include 'canPrecede', 'canFollow', 'willPrecede', 'willFollow', 'superset', 'subset', 'equal', 'disjoint', 'relevant', and 'incomparable'.",
"type": "array",
"default": ["relevant"],
"uniqueItems": true,
"items": {
"type": "string"
}
},
"description": {
"description": "A description of the reporting descriptor relationship.",
"$ref": "#/definitions/message"
},
"properties": {
"description": "Key/value pairs that provide additional information about the reporting descriptor reference.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["target"]
},
"result": {
"description": "A result produced by an analysis tool.",
"additionalProperties": false,
"type": "object",
"properties": {
"ruleId": {
"description": "The stable, unique identifier of the rule, if any, to which this notification is relevant. This member can be used to retrieve rule metadata from the rules dictionary, if it exists.",
"type": "string"
},
"ruleIndex": {
"description": "The index within the tool component rules array of the rule object associated with this result.",
"type": "integer",
"default": -1,
"minimum": -1
},
"rule": {
"description": "A reference used to locate the rule descriptor relevant to this result.",
"$ref": "#/definitions/reportingDescriptorReference"
},
"kind": {
"description": "A value that categorizes results by evaluation state.",
"default": "fail",
"enum": [
"notApplicable",
"pass",
"fail",
"review",
"open",
"informational"
]
},
"level": {
"description": "A value specifying the severity level of the result.",
"default": "warning",
"enum": ["none", "note", "warning", "error"]
},
"message": {
"description": "A message that describes the result. The first sentence of the message only will be displayed when visible space is limited.",
"$ref": "#/definitions/message"
},
"analysisTarget": {
"description": "Identifies the artifact that the analysis tool was instructed to scan. This need not be the same as the artifact where the result actually occurred.",
"$ref": "#/definitions/artifactLocation"
},
"locations": {
"description": "The set of locations where the result was detected. Specify only one location unless the problem indicated by the result can only be corrected by making a change at every specified location.",
"type": "array",
"minItems": 0,
"uniqueItems": false,
"default": [],
"items": {
"$ref": "#/definitions/location"
}
},
"guid": {
"description": "A stable, unique identifier for the result in the form of a GUID.",
"type": "string",
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"
},
"correlationGuid": {
"description": "A stable, unique identifier for the equivalence class of logically identical results to which this result belongs, in the form of a GUID.",
"type": "string",
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"
},
"occurrenceCount": {
"description": "A positive integer specifying the number of times this logically unique result was observed in this run.",
"type": "integer",
"minimum": 1
},
"partialFingerprints": {
"description": "A set of strings that contribute to the stable, unique identity of the result.",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"fingerprints": {
"description": "A set of strings each of which individually defines a stable, unique identity for the result.",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"stacks": {
"description": "An array of 'stack' objects relevant to the result.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/stack"
}
},
"codeFlows": {
"description": "An array of 'codeFlow' objects relevant to the result.",
"type": "array",
"minItems": 0,
"uniqueItems": false,
"default": [],
"items": {
"$ref": "#/definitions/codeFlow"
}
},
"graphs": {
"description": "An array of zero or more unique graph objects associated with the result.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/graph"
}
},
"graphTraversals": {
"description": "An array of one or more unique 'graphTraversal' objects.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/graphTraversal"
}
},
"relatedLocations": {
"description": "A set of locations relevant to this result.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/location"
}
},
"suppressions": {
"description": "A set of suppressions relevant to this result.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"items": {
"$ref": "#/definitions/suppression"
}
},
"baselineState": {
"description": "The state of a result relative to a baseline of a previous run.",
"enum": ["new", "unchanged", "updated", "absent"]
},
"rank": {
"description": "A number representing the priority or importance of the result.",
"type": "number",
"default": -1,
"minimum": -1,
"maximum": 100
},
"attachments": {
"description": "A set of artifacts relevant to the result.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/attachment"
}
},
"hostedViewerUri": {
"description": "An absolute URI at which the result can be viewed.",
"type": "string",
"format": "uri"
},
"workItemUris": {
"description": "The URIs of the work items associated with this result.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"items": {
"type": "string",
"format": "uri"
}
},
"provenance": {
"description": "Information about how and when the result was detected.",
"$ref": "#/definitions/resultProvenance"
},
"fixes": {
"description": "An array of 'fix' objects, each of which represents a proposed fix to the problem indicated by the result.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/fix"
}
},
"taxa": {
"description": "An array of references to taxonomy reporting descriptors that are applicable to the result.",
"type": "array",
"default": [],
"minItems": 0,
"uniqueItems": true,
"items": {
"$ref": "#/definitions/reportingDescriptorReference"
}
},
"webRequest": {
"description": "A web request associated with this result.",
"$ref": "#/definitions/webRequest"
},
"webResponse": {
"description": "A web response associated with this result.",
"$ref": "#/definitions/webResponse"
},
"properties": {
"description": "Key/value pairs that provide additional information about the result.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["message"]
},
"resultProvenance": {
"description": "Contains information about how and when a result was detected.",
"additionalProperties": false,
"type": "object",
"properties": {
"firstDetectionTimeUtc": {
"description": "The Coordinated Universal Time (UTC) date and time at which the result was first detected. See \"Date/time properties\" in the SARIF spec for the required format.",
"type": "string",
"format": "date-time"
},
"lastDetectionTimeUtc": {
"description": "The Coordinated Universal Time (UTC) date and time at which the result was most recently detected. See \"Date/time properties\" in the SARIF spec for the required format.",
"type": "string",
"format": "date-time"
},
"firstDetectionRunGuid": {
"description": "A GUID-valued string equal to the automationDetails.guid property of the run in which the result was first detected.",
"type": "string",
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"
},
"lastDetectionRunGuid": {
"description": "A GUID-valued string equal to the automationDetails.guid property of the run in which the result was most recently detected.",
"type": "string",
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"
},
"invocationIndex": {
"description": "The index within the run.invocations array of the invocation object which describes the tool invocation that detected the result.",
"type": "integer",
"default": -1,
"minimum": -1
},
"conversionSources": {
"description": "An array of physicalLocation objects which specify the portions of an analysis tool's output that a converter transformed into the result.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/physicalLocation"
}
},
"properties": {
"description": "Key/value pairs that provide additional information about the result.",
"$ref": "#/definitions/propertyBag"
}
}
},
"run": {
"description": "Describes a single run of an analysis tool, and contains the reported output of that run.",
"additionalProperties": false,
"type": "object",
"properties": {
"tool": {
"description": "Information about the tool or tool pipeline that generated the results in this run. A run can only contain results produced by a single tool or tool pipeline. A run can aggregate results from multiple log files, as long as context around the tool run (tool command-line arguments and the like) is identical for all aggregated files.",
"$ref": "#/definitions/tool"
},
"invocations": {
"description": "Describes the invocation of the analysis tool.",
"type": "array",
"minItems": 0,
"uniqueItems": false,
"default": [],
"items": {
"$ref": "#/definitions/invocation"
}
},
"conversion": {
"description": "A conversion object that describes how a converter transformed an analysis tool's native reporting format into the SARIF format.",
"$ref": "#/definitions/conversion"
},
"language": {
"description": "The language of the messages emitted into the log file during this run (expressed as an ISO 639-1 two-letter lowercase culture code) and an optional region (expressed as an ISO 3166-1 two-letter uppercase subculture code associated with a country or region). The casing is recommended but not required (in order for this data to conform to RFC5646).",
"type": "string",
"default": "en-US",
"pattern": "^[a-zA-Z]{2}|^[a-zA-Z]{2}-[a-zA-Z]{2}?$"
},
"versionControlProvenance": {
"description": "Specifies the revision in version control of the artifacts that were scanned.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/versionControlDetails"
}
},
"originalUriBaseIds": {
"description": "The artifact location specified by each uriBaseId symbol on the machine where the tool originally ran.",
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/artifactLocation"
}
},
"artifacts": {
"description": "An array of artifact objects relevant to the run.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"items": {
"$ref": "#/definitions/artifact"
}
},
"logicalLocations": {
"description": "An array of logical locations such as namespaces, types or functions.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/logicalLocation"
}
},
"graphs": {
"description": "An array of zero or more unique graph objects associated with the run.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/graph"
}
},
"results": {
"description": "The set of results contained in an SARIF log. The results array can be omitted when a run is solely exporting rules metadata. It must be present (but may be empty) if a log file represents an actual scan.",
"type": "array",
"minItems": 0,
"uniqueItems": false,
"items": {
"$ref": "#/definitions/result"
}
},
"automationDetails": {
"description": "Automation details that describe this run.",
"$ref": "#/definitions/runAutomationDetails"
},
"runAggregates": {
"description": "Automation details that describe the aggregate of runs to which this run belongs.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/runAutomationDetails"
}
},
"baselineGuid": {
"description": "The 'guid' property of a previous SARIF 'run' that comprises the baseline that was used to compute result 'baselineState' properties for the run.",
"type": "string",
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"
},
"redactionTokens": {
"description": "An array of strings used to replace sensitive information in a redaction-aware property.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"type": "string"
}
},
"defaultEncoding": {
"description": "Specifies the default encoding for any artifact object that refers to a text file.",
"type": "string"
},
"defaultSourceLanguage": {
"description": "Specifies the default source language for any artifact object that refers to a text file that contains source code.",
"type": "string"
},
"newlineSequences": {
"description": "An ordered list of character sequences that were treated as line breaks when computing region information for the run.",
"type": "array",
"minItems": 1,
"uniqueItems": true,
"default": ["\r\n", "\n"],
"items": {
"type": "string"
}
},
"columnKind": {
"description": "Specifies the unit in which the tool measures columns.",
"enum": ["utf16CodeUnits", "unicodeCodePoints"]
},
"externalPropertyFileReferences": {
"description": "References to external property files that should be inlined with the content of a root log file.",
"$ref": "#/definitions/externalPropertyFileReferences"
},
"threadFlowLocations": {
"description": "An array of threadFlowLocation objects cached at run level.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/threadFlowLocation"
}
},
"taxonomies": {
"description": "An array of toolComponent objects relevant to a taxonomy in which results are categorized.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/toolComponent"
}
},
"addresses": {
"description": "Addresses associated with this run instance, if any.",
"type": "array",
"minItems": 0,
"uniqueItems": false,
"default": [],
"items": {
"$ref": "#/definitions/address"
}
},
"translations": {
"description": "The set of available translations of the localized data provided by the tool.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/toolComponent"
}
},
"policies": {
"description": "Contains configurations that may potentially override both reportingDescriptor.defaultConfiguration (the tool's default severities) and invocation.configurationOverrides (severities established at run-time from the command line).",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/toolComponent"
}
},
"webRequests": {
"description": "An array of request objects cached at run level.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/webRequest"
}
},
"webResponses": {
"description": "An array of response objects cached at run level.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/webResponse"
}
},
"specialLocations": {
"description": "A specialLocations object that defines locations of special significance to SARIF consumers.",
"$ref": "#/definitions/specialLocations"
},
"properties": {
"description": "Key/value pairs that provide additional information about the run.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["tool"]
},
"runAutomationDetails": {
"description": "Information that describes a run's identity and role within an engineering system process.",
"additionalProperties": false,
"type": "object",
"properties": {
"description": {
"description": "A description of the identity and role played within the engineering system by this object's containing run object.",
"$ref": "#/definitions/message"
},
"id": {
"description": "A hierarchical string that uniquely identifies this object's containing run object.",
"type": "string"
},
"guid": {
"description": "A stable, unique identifier for this object's containing run object in the form of a GUID.",
"type": "string",
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"
},
"correlationGuid": {
"description": "A stable, unique identifier for the equivalence class of runs to which this object's containing run object belongs in the form of a GUID.",
"type": "string",
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"
},
"properties": {
"description": "Key/value pairs that provide additional information about the run automation details.",
"$ref": "#/definitions/propertyBag"
}
}
},
"specialLocations": {
"description": "Defines locations of special significance to SARIF consumers.",
"type": "object",
"additionalProperties": false,
"properties": {
"displayBase": {
"description": "Provides a suggestion to SARIF consumers to display file paths relative to the specified location.",
"$ref": "#/definitions/artifactLocation"
},
"properties": {
"description": "Key/value pairs that provide additional information about the special locations.",
"$ref": "#/definitions/propertyBag"
}
}
},
"stack": {
"description": "A call stack that is relevant to a result.",
"additionalProperties": false,
"type": "object",
"properties": {
"message": {
"description": "A message relevant to this call stack.",
"$ref": "#/definitions/message"
},
"frames": {
"description": "An array of stack frames that represents a sequence of calls, rendered in reverse chronological order, that comprise the call stack.",
"type": "array",
"minItems": 0,
"uniqueItems": false,
"items": {
"$ref": "#/definitions/stackFrame"
}
},
"properties": {
"description": "Key/value pairs that provide additional information about the stack.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["frames"]
},
"stackFrame": {
"description": "A function call within a stack trace.",
"additionalProperties": false,
"type": "object",
"properties": {
"location": {
"description": "The location to which this stack frame refers.",
"$ref": "#/definitions/location"
},
"module": {
"description": "The name of the module that contains the code of this stack frame.",
"type": "string"
},
"threadId": {
"description": "The thread identifier of the stack frame.",
"type": "integer"
},
"parameters": {
"description": "The parameters of the call that is executing.",
"type": "array",
"minItems": 0,
"uniqueItems": false,
"default": [],
"items": {
"type": "string",
"default": []
}
},
"properties": {
"description": "Key/value pairs that provide additional information about the stack frame.",
"$ref": "#/definitions/propertyBag"
}
}
},
"suppression": {
"description": "A suppression that is relevant to a result.",
"additionalProperties": false,
"type": "object",
"properties": {
"guid": {
"description": "A stable, unique identifier for the suppression in the form of a GUID.",
"type": "string",
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"
},
"kind": {
"description": "A string that indicates where the suppression is persisted.",
"enum": ["inSource", "external"]
},
"state": {
"description": "A string that indicates the state of the suppression.",
"enum": ["accepted", "underReview", "rejected"]
},
"justification": {
"description": "A string representing the justification for the suppression.",
"type": "string"
},
"location": {
"description": "Identifies the location associated with the suppression.",
"$ref": "#/definitions/location"
},
"properties": {
"description": "Key/value pairs that provide additional information about the suppression.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["kind"]
},
"threadFlow": {
"description": "Describes a sequence of code locations that specify a path through a single thread of execution such as an operating system or fiber.",
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"description": "An string that uniquely identifies the threadFlow within the codeFlow in which it occurs.",
"type": "string"
},
"message": {
"description": "A message relevant to the thread flow.",
"$ref": "#/definitions/message"
},
"initialState": {
"description": "Values of relevant expressions at the start of the thread flow that may change during thread flow execution.",
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/multiformatMessageString"
}
},
"immutableState": {
"description": "Values of relevant expressions at the start of the thread flow that remain constant.",
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/multiformatMessageString"
}
},
"locations": {
"description": "A temporally ordered array of 'threadFlowLocation' objects, each of which describes a location visited by the tool while producing the result.",
"type": "array",
"minItems": 1,
"uniqueItems": false,
"items": {
"$ref": "#/definitions/threadFlowLocation"
}
},
"properties": {
"description": "Key/value pairs that provide additional information about the thread flow.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["locations"]
},
"threadFlowLocation": {
"description": "A location visited by an analysis tool while simulating or monitoring the execution of a program.",
"additionalProperties": false,
"type": "object",
"properties": {
"index": {
"description": "The index within the run threadFlowLocations array.",
"type": "integer",
"default": -1,
"minimum": -1
},
"location": {
"description": "The code location.",
"$ref": "#/definitions/location"
},
"stack": {
"description": "The call stack leading to this location.",
"$ref": "#/definitions/stack"
},
"kinds": {
"description": "A set of distinct strings that categorize the thread flow location. Well-known kinds include 'acquire', 'release', 'enter', 'exit', 'call', 'return', 'branch', 'implicit', 'false', 'true', 'caution', 'danger', 'unknown', 'unreachable', 'taint', 'function', 'handler', 'lock', 'memory', 'resource', 'scope' and 'value'.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"type": "string"
}
},
"taxa": {
"description": "An array of references to rule or taxonomy reporting descriptors that are applicable to the thread flow location.",
"type": "array",
"default": [],
"minItems": 0,
"uniqueItems": true,
"items": {
"$ref": "#/definitions/reportingDescriptorReference"
}
},
"module": {
"description": "The name of the module that contains the code that is executing.",
"type": "string"
},
"state": {
"description": "A dictionary, each of whose keys specifies a variable or expression, the associated value of which represents the variable or expression value. For an annotation of kind 'continuation', for example, this dictionary might hold the current assumed values of a set of global variables.",
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/multiformatMessageString"
}
},
"nestingLevel": {
"description": "An integer representing a containment hierarchy within the thread flow.",
"type": "integer",
"minimum": 0
},
"executionOrder": {
"description": "An integer representing the temporal order in which execution reached this location.",
"type": "integer",
"default": -1,
"minimum": -1
},
"executionTimeUtc": {
"description": "The Coordinated Universal Time (UTC) date and time at which this location was executed.",
"type": "string",
"format": "date-time"
},
"importance": {
"description": "Specifies the importance of this location in understanding the code flow in which it occurs. The order from most to least important is \"essential\", \"important\", \"unimportant\". Default: \"important\".",
"enum": ["important", "essential", "unimportant"],
"default": "important"
},
"webRequest": {
"description": "A web request associated with this thread flow location.",
"$ref": "#/definitions/webRequest"
},
"webResponse": {
"description": "A web response associated with this thread flow location.",
"$ref": "#/definitions/webResponse"
},
"properties": {
"description": "Key/value pairs that provide additional information about the threadflow location.",
"$ref": "#/definitions/propertyBag"
}
}
},
"tool": {
"description": "The analysis tool that was run.",
"additionalProperties": false,
"type": "object",
"properties": {
"driver": {
"description": "The analysis tool that was run.",
"$ref": "#/definitions/toolComponent"
},
"extensions": {
"description": "Tool extensions that contributed to or reconfigured the analysis tool that was run.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/toolComponent"
}
},
"properties": {
"description": "Key/value pairs that provide additional information about the tool.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["driver"]
},
"toolComponent": {
"description": "A component, such as a plug-in or the driver, of the analysis tool that was run.",
"additionalProperties": false,
"type": "object",
"properties": {
"guid": {
"description": "A unique identifier for the tool component in the form of a GUID.",
"type": "string",
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"
},
"name": {
"description": "The name of the tool component.",
"type": "string"
},
"organization": {
"description": "The organization or company that produced the tool component.",
"type": "string"
},
"product": {
"description": "A product suite to which the tool component belongs.",
"type": "string"
},
"productSuite": {
"description": "A localizable string containing the name of the suite of products to which the tool component belongs.",
"type": "string"
},
"shortDescription": {
"description": "A brief description of the tool component.",
"$ref": "#/definitions/multiformatMessageString"
},
"fullDescription": {
"description": "A comprehensive description of the tool component.",
"$ref": "#/definitions/multiformatMessageString"
},
"fullName": {
"description": "The name of the tool component along with its version and any other useful identifying information, such as its locale.",
"type": "string"
},
"version": {
"description": "The tool component version, in whatever format the component natively provides.",
"type": "string"
},
"semanticVersion": {
"description": "The tool component version in the format specified by Semantic Versioning 2.0.",
"type": "string"
},
"dottedQuadFileVersion": {
"description": "The binary version of the tool component's primary executable file expressed as four non-negative integers separated by a period (for operating systems that express file versions in this way).",
"type": "string",
"pattern": "[0-9]+(\\.[0-9]+){3}"
},
"releaseDateUtc": {
"description": "A string specifying the UTC date (and optionally, the time) of the component's release.",
"type": "string"
},
"downloadUri": {
"description": "The absolute URI from which the tool component can be downloaded.",
"type": "string",
"format": "uri"
},
"informationUri": {
"description": "The absolute URI at which information about this version of the tool component can be found.",
"type": "string",
"format": "uri"
},
"globalMessageStrings": {
"description": "A dictionary, each of whose keys is a resource identifier and each of whose values is a multiformatMessageString object, which holds message strings in plain text and (optionally) Markdown format. The strings can include placeholders, which can be used to construct a message in combination with an arbitrary number of additional string arguments.",
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/multiformatMessageString"
}
},
"notifications": {
"description": "An array of reportingDescriptor objects relevant to the notifications related to the configuration and runtime execution of the tool component.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/reportingDescriptor"
}
},
"rules": {
"description": "An array of reportingDescriptor objects relevant to the analysis performed by the tool component.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/reportingDescriptor"
}
},
"taxa": {
"description": "An array of reportingDescriptor objects relevant to the definitions of both standalone and tool-defined taxonomies.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/reportingDescriptor"
}
},
"locations": {
"description": "An array of the artifactLocation objects associated with the tool component.",
"type": "array",
"minItems": 0,
"default": [],
"items": {
"$ref": "#/definitions/artifactLocation"
}
},
"language": {
"description": "The language of the messages emitted into the log file during this run (expressed as an ISO 639-1 two-letter lowercase language code) and an optional region (expressed as an ISO 3166-1 two-letter uppercase subculture code associated with a country or region). The casing is recommended but not required (in order for this data to conform to RFC5646).",
"type": "string",
"default": "en-US",
"pattern": "^[a-zA-Z]{2}|^[a-zA-Z]{2}-[a-zA-Z]{2}?$"
},
"contents": {
"description": "The kinds of data contained in this object.",
"type": "array",
"uniqueItems": true,
"default": ["localizedData", "nonLocalizedData"],
"items": {
"enum": ["localizedData", "nonLocalizedData"]
}
},
"isComprehensive": {
"description": "Specifies whether this object contains a complete definition of the localizable and/or non-localizable data for this component, as opposed to including only data that is relevant to the results persisted to this log file.",
"type": "boolean",
"default": false
},
"localizedDataSemanticVersion": {
"description": "The semantic version of the localized strings defined in this component; maintained by components that provide translations.",
"type": "string"
},
"minimumRequiredLocalizedDataSemanticVersion": {
"description": "The minimum value of localizedDataSemanticVersion required in translations consumed by this component; used by components that consume translations.",
"type": "string"
},
"associatedComponent": {
"description": "The component which is strongly associated with this component. For a translation, this refers to the component which has been translated. For an extension, this is the driver that provides the extension's plugin model.",
"$ref": "#/definitions/toolComponentReference"
},
"translationMetadata": {
"description": "Translation metadata, required for a translation, not populated by other component types.",
"$ref": "#/definitions/translationMetadata"
},
"supportedTaxonomies": {
"description": "An array of toolComponentReference objects to declare the taxonomies supported by the tool component.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"default": [],
"items": {
"$ref": "#/definitions/toolComponentReference"
}
},
"properties": {
"description": "Key/value pairs that provide additional information about the tool component.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["name"]
},
"toolComponentReference": {
"description": "Identifies a particular toolComponent object, either the driver or an extension.",
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"description": "The 'name' property of the referenced toolComponent.",
"type": "string"
},
"index": {
"description": "An index into the referenced toolComponent in tool.extensions.",
"type": "integer",
"default": -1,
"minimum": -1
},
"guid": {
"description": "The 'guid' property of the referenced toolComponent.",
"type": "string",
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"
},
"properties": {
"description": "Key/value pairs that provide additional information about the toolComponentReference.",
"$ref": "#/definitions/propertyBag"
}
}
},
"translationMetadata": {
"description": "Provides additional metadata related to translation.",
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"description": "The name associated with the translation metadata.",
"type": "string"
},
"fullName": {
"description": "The full name associated with the translation metadata.",
"type": "string"
},
"shortDescription": {
"description": "A brief description of the translation metadata.",
"$ref": "#/definitions/multiformatMessageString"
},
"fullDescription": {
"description": "A comprehensive description of the translation metadata.",
"$ref": "#/definitions/multiformatMessageString"
},
"downloadUri": {
"description": "The absolute URI from which the translation metadata can be downloaded.",
"type": "string",
"format": "uri"
},
"informationUri": {
"description": "The absolute URI from which information related to the translation metadata can be downloaded.",
"type": "string",
"format": "uri"
},
"properties": {
"description": "Key/value pairs that provide additional information about the translation metadata.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["name"]
},
"versionControlDetails": {
"description": "Specifies the information necessary to retrieve a desired revision from a version control system.",
"type": "object",
"additionalProperties": false,
"properties": {
"repositoryUri": {
"description": "The absolute URI of the repository.",
"type": "string",
"format": "uri"
},
"revisionId": {
"description": "A string that uniquely and permanently identifies the revision within the repository.",
"type": "string"
},
"branch": {
"description": "The name of a branch containing the revision.",
"type": "string"
},
"revisionTag": {
"description": "A tag that has been applied to the revision.",
"type": "string"
},
"asOfTimeUtc": {
"description": "A Coordinated Universal Time (UTC) date and time that can be used to synchronize an enlistment to the state of the repository at that time.",
"type": "string",
"format": "date-time"
},
"mappedTo": {
"description": "The location in the local file system to which the root of the repository was mapped at the time of the analysis.",
"$ref": "#/definitions/artifactLocation"
},
"properties": {
"description": "Key/value pairs that provide additional information about the version control details.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["repositoryUri"]
},
"webRequest": {
"description": "Describes an HTTP request.",
"type": "object",
"additionalProperties": false,
"properties": {
"index": {
"description": "The index within the run.webRequests array of the request object associated with this result.",
"type": "integer",
"default": -1,
"minimum": -1
},
"protocol": {
"description": "The request protocol. Example: 'http'.",
"type": "string"
},
"version": {
"description": "The request version. Example: '1.1'.",
"type": "string"
},
"target": {
"description": "The target of the request.",
"type": "string"
},
"method": {
"description": "The HTTP method. Well-known values are 'GET', 'PUT', 'POST', 'DELETE', 'PATCH', 'HEAD', 'OPTIONS', 'TRACE', 'CONNECT'.",
"type": "string"
},
"headers": {
"description": "The request headers.",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"parameters": {
"description": "The request parameters.",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"body": {
"description": "The body of the request.",
"$ref": "#/definitions/artifactContent"
},
"properties": {
"description": "Key/value pairs that provide additional information about the request.",
"$ref": "#/definitions/propertyBag"
}
}
},
"webResponse": {
"description": "Describes the response to an HTTP request.",
"type": "object",
"additionalProperties": false,
"properties": {
"index": {
"description": "The index within the run.webResponses array of the response object associated with this result.",
"type": "integer",
"default": -1,
"minimum": -1
},
"protocol": {
"description": "The response protocol. Example: 'http'.",
"type": "string"
},
"version": {
"description": "The response version. Example: '1.1'.",
"type": "string"
},
"statusCode": {
"description": "The response status code. Example: 451.",
"type": "integer"
},
"reasonPhrase": {
"description": "The response reason. Example: 'Not found'.",
"type": "string"
},
"headers": {
"description": "The response headers.",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"body": {
"description": "The body of the response.",
"$ref": "#/definitions/artifactContent"
},
"noResponseReceived": {
"description": "Specifies whether a response was received from the server.",
"type": "boolean",
"default": false
},
"properties": {
"description": "Key/value pairs that provide additional information about the response.",
"$ref": "#/definitions/propertyBag"
}
}
}
},
"description": "Static Analysis Results Format (SARIF) Version 2.1.0-rtm.4 JSON Schema: a standard format for the output of static analysis tools.",
"properties": {
"$schema": {
"description": "The URI of the JSON schema corresponding to the version.",
"type": "string",
"format": "uri"
},
"version": {
"description": "The SARIF format version of this log file.",
"enum": ["2.1.0"]
},
"runs": {
"description": "The set of runs contained in this log file.",
"type": "array",
"minItems": 0,
"uniqueItems": false,
"items": {
"$ref": "#/definitions/run"
}
},
"inlineExternalProperties": {
"description": "References to external property files that share data between runs.",
"type": "array",
"minItems": 0,
"uniqueItems": true,
"items": {
"$ref": "#/definitions/externalProperties"
}
},
"properties": {
"description": "Key/value pairs that provide additional information about the log file.",
"$ref": "#/definitions/propertyBag"
}
},
"required": ["version", "runs"],
"title": "Static Analysis Results Format (SARIF) Version 2.1.0-rtm.4 JSON Schema",
"type": "object"
}
| sarif-2 |
{
"properties": {
"kdf": {
"enum": [
"pbkdf2"
],
"type": "string"
},
"kdfparams": {
"additionalProperties": false,
"properties": {
"c": {
"minimum": 1,
"type": "integer"
},
"dklen": {
"minimum": 1,
"type": "integer"
},
"prf": {
"enum": [
"hmac-sha256"
],
"type": "string"
},
"salt": {
"pattern": "^(([0-9]|[a-f]){2}){0,32}$",
"type": "string"
}
},
"required": [
"c",
"dklen",
"prf",
"salt"
],
"type": "object"
}
},
"required": [
"kdf",
"kdfparams"
],
"type": "object"
} | o48547 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "JSON schema for KarmaTestAdapter configuration files (KarmaTestAdapter.json)",
"type": "object",
"additionalProperties": false,
"properties": {
"$schema": {
"type": "string",
"format": "uri"
},
"KarmaConfigFile": {
"description": "Use this if you want to use a karma configuration file not named karma.conf.js or it is not in this directory.",
"type": "string"
},
"Name": {
"description": "The name of the test container.",
"type": "string"
},
"Extensions": {
"description": "Path to a node.js module implementing extensions.",
"type": "string"
},
"Traits": {
"description": "Traits to attach to each test.",
"type": "array",
"items": {
"anyOf": [
{
"type": "string"
},
{
"type": "object",
"properties": {
"Name": {
"type": "string"
},
"Value": {
"type": "string"
}
},
"required": [
"Name"
]
}
]
}
},
"Disabled": {
"description": "Set to true, if the Karma test adapter should be disabled for this karma configuration file.",
"type": "boolean"
},
"LogToFile": {
"description": "Set to true, if you want the adapter to write log statements to a log file (named KarmaTestAdapter.log).",
"type": "boolean"
},
"LogDirectory": {
"description": "Where the log file should be saved (if LogToFile is true). If this property is not specified the directory in which KarmaTestAdapter.json resides is used.",
"type": "string"
},
"config": {
"description": "This property overwrites any configurations from the karma configuration file.",
"type": "object",
"additionalProperties": true
}
}
} | o10618 |
{
"properties": {
"dimensions": {
"properties": {
"length": {
"description": "The length of the rectangle (if shape is rectangle)",
"type": "number"
},
"radius": {
"description": "The radius of the circle (if shape is circle)",
"type": "number"
},
"width": {
"description": "The width of the rectangle (if shape is rectangle)",
"type": "number"
}
},
"required": [
"radius",
"length",
"width"
],
"type": "object"
},
"shape": {
"description": "The type of shape (e.g. circle, rectangle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_fa30a7fc |
{
"$comment": "design document https://g0v.hackmd.io/eIeU2g86Tfu5VnLazNfUvQ",
"description": "A representation of an UserArticleLink",
"properties": {
"articleId": {
"type": "string"
},
"createdAt": {
"format": "date-time",
"instanceOf": "Date"
},
"lastPositiveFeedbackRepliedAt": {
"format": "date-time",
"instanceOf": "Date"
},
"lastRepliedAt": {
"format": "date-time",
"instanceOf": "Date"
},
"lastViewedAt": {
"format": "date-time",
"instanceOf": "Date"
},
"userId": {
"type": "string"
}
},
"required": [
"userId",
"articleId",
"createdAt"
],
"title": "UserArticleLink",
"type": "object"
} | o32962 |
{
"properties": {
"comment": {
"type": "string"
},
"compression": {
"type": "integer"
},
"encoding": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"size": {
"type": "integer"
},
"text": {
"type": "string"
}
},
"required": [
"size",
"mimeType"
],
"type": "object"
} | o90440 |
{
"items": {
"properties": {
"alias": {
"type": "string"
},
"comment": {
"type": "string"
},
"cpha": {
"enum": [
"high",
"low"
]
},
"cpol": {
"enum": [
"high",
"low"
]
},
"id": {
"pattern": "^SPI\\d$",
"type": "string"
},
"type": {
"enum": [
"master"
]
}
},
"required": [
"id",
"type",
"cpol",
"cpha"
],
"type": "object"
},
"type": "array"
} | o41764 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodAffinityTerm": {
"description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key <topologyKey> matches that of any node on which a pod of the set of pods is running",
"properties": {
"labelSelector": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector",
"description": "A label query over a set of resources, in this case pods."
},
"namespaces": {
"description": "namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means \"this pod's namespace\"",
"items": {
"type": "string"
},
"type": "array"
},
"topologyKey": {
"description": "This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.",
"type": "string"
}
},
"required": [
"topologyKey"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_WeightedPodAffinityTerm": {
"description": "The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)",
"properties": {
"podAffinityTerm": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodAffinityTerm",
"description": "Required. A pod affinity term, associated with the corresponding weight."
},
"weight": {
"_format": "int32",
"description": "weight associated with matching the corresponding podAffinityTerm, in the range 1-100.",
"type": "integer"
}
},
"required": [
"weight",
"podAffinityTerm"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector": {
"description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.",
"properties": {
"matchExpressions": {
"description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelectorRequirement"
},
"type": "array"
},
"matchLabels": {
"additionalProperties": {
"type": "string"
},
"description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.",
"type": "object"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelectorRequirement": {
"description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.",
"properties": {
"key": {
"description": "key is the label key that the selector applies to.",
"type": "string",
"x-kubernetes-patch-merge-key": "key",
"x-kubernetes-patch-strategy": "merge"
},
"operator": {
"description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.",
"type": "string"
},
"values": {
"description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"key",
"operator"
],
"type": "object"
}
},
"description": "Pod anti affinity is a group of inter pod anti affinity scheduling rules.",
"properties": {
"preferredDuringSchedulingIgnoredDuringExecution": {
"description": "The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_WeightedPodAffinityTerm"
},
"type": [
"array",
"null"
]
},
"requiredDuringSchedulingIgnoredDuringExecution": {
"description": "If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodAffinityTerm"
},
"type": [
"array",
"null"
]
}
},
"type": "object"
} | kb_690_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"plates": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"label": {
"type": "string"
},
"descriptor": {
"type": "string"
},
"rows": {
"type": "integer"
},
"columns": {
"type": "integer"
},
"size": {
"type": "integer"
},
"wellsets": {
"type": "array",
"items": {
"type": "object",
"properties": {
"label": {
"type": "string"
},
"size": {
"type": "integer"
},
"wells": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"label",
"size",
"wells"
]
}
},
"wells": {
"type": "array",
"items": {
"type": "object",
"properties": {
"index": {
"type": "string"
},
"values": {
"type": "array",
"items": {
"type": "number"
}
}
},
"required": [
"index",
"values"
]
}
}
},
"required": [
"type",
"label",
"descriptor",
"rows",
"columns",
"size",
"wellsets",
"wells"
]
}
}
},
"required": [
"plates"
]
} | o49232 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"logging": {
"type": "object",
"description": "Specifies if and how log messages should be collected and sent.",
"properties": {
"enabled": {
"type": "boolean",
"description": "Tells if log processing should be performed at all.",
"default": true
},
"requestPolicy": {
"type": "string",
"description": "Specifies if the messages are pushed as an array or each message on its own.",
"enum": [
"BATCH",
"PER_MESSAGE"
],
"default": "BATCH"
},
"threshold": {
"type": "object",
"description": "Specifies how often to publish collected log messages.",
"default": {
"seconds": 120,
"messages": 100
},
"properties": {
"seconds": {
"type": "integer",
"description": "The maximum number of seconds to keep log messages before publishing them.",
"default": 120
},
"messages": {
"type": "integer",
"description": "The maximum number of log messages to gather before publishing them.",
"default": 100
}
}
},
"retry": {
"type": "object",
"description": "Specifiy if the activity should retry to submit messages.",
"default": {
"enabled": false
},
"properties": {
"enabled": {
"type": "boolean",
"description": "Enable or disable the feature.",
"default": false
},
"seconds": {
"type": "integer",
"description": "The time interval in seconds between the retries. Should be higher than 'threshold.seconds'.",
"default": 180
},
"retries": {
"type": "integer",
"description": "Number of retries until messages are deleted.",
"default": 10
}
}
}
}
},
"instanceId": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"description": "Configure if an instance ID is added to the headers of a POST request.",
"default": false
},
"header": {
"type": "string",
"description": "The name of the header that includes the temporary identifier for the current browser session.",
"default": "x-laxar-log-tags"
}
}
}
}
} | o9358 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"items": {
"properties": {
"name": {
"description": "The name of the item",
"type": "string"
},
"price": {
"description": "The price of the item",
"type": "number"
},
"quantity": {
"description": "The quantity of the item",
"type": "number"
}
},
"required": [
"name",
"quantity",
"price"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"customer_name",
"items"
],
"type": "object"
} | create_invoice_1bb4ce87 |
{
"additionalProperties": false,
"properties": {
"exclude": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"port": {
"type": "number"
},
"readable": {
"type": "boolean"
},
"ssh": {
"pattern": "^.+@.+$",
"type": "string"
},
"url": {
"pattern": "^https?://",
"type": "string"
},
"vagrant": {
"type": "string"
},
"writable": {
"type": "boolean"
}
},
"required": [
"name",
"url",
"readable",
"writable"
],
"type": "object"
} | o45307 |
{
"additionalProperties": false,
"description": "Universal Dev Server target options for Build Facade.",
"properties": {
"debug": {
"default": false,
"description": "Debug udk dev container.",
"type": "boolean"
},
"universalTarget": {
"description": "Target to universal.",
"type": "string"
}
},
"required": [
"universalTarget"
],
"title": "Universal Dev Server Target",
"type": "object"
} | o39138 |
{
"properties": {
"category": {
"description": "The category of the products to search within",
"type": "string"
},
"keywords": {
"description": "The keywords to search for in the product names or descriptions",
"type": "string"
},
"max_price": {
"description": "The maximum price of the products to include in the search results",
"type": "number"
},
"min_price": {
"description": "The minimum price of the products to include in the search results",
"type": "number"
}
},
"type": "object"
} | search_products_cef602be |
{
"title": "font",
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema",
"description": "Font used for text symbols.",
"properties": {
"decoration": {
"type": "string",
"description": "The text decoration.",
"enum": [
"line-through",
"none",
"underline"
],
"default": "none"
},
"family": {
"type": "string",
"description": "The font family."
},
"size": {
"type": "number",
"description": "The font size in points. Ignored when font is used on TextSymbol3DLayer."
},
"style": {
"type": "string",
"description": "The text style.",
"enum": [
"italic",
"normal",
"oblique"
],
"default": "normal"
},
"weight": {
"type": "string",
"description": "The text weight.",
"enum": [
"bold",
"bolder",
"lighter",
"normal"
],
"default": "normal"
}
},
"additionalProperties": false,
"esriDocumentation": {
"examples": [
{
"title": "font",
"code": {
"font": {
"family": "Arial",
"size": 12,
"style": "normal",
"weight": "bold",
"decoration": "none"
}
}
}
]
}
} | o90209 |
{
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema#",
"properties": {
"total": {
"$id": "/properties/total",
"type": "object",
"description": "Total income source amounts",
"properties": {
"income": {
"$id": "/properties/total/properties/income",
"description": "The total income for the income source. The value must be between 0.00 and 99999999999999.98.",
"type": "number",
"title": "Income",
"multipleOf": 0.01,
"example": "500.25"
},
"expenses": {
"$id": "/properties/total/properties/expenses",
"description": "The total expenses for the income source. The value must be between 0.00 and 99999999999999.98.",
"type": "number",
"title": "Expenses",
"example": "500.25"
},
"additions": {
"$id": "/properties/total/properties/additions",
"description": "The total additions to net profit (or deductions from net loss). The value must be between 0.00 and 99999999999999.98.",
"type": "number",
"title": "Additions",
"multipleOf": 0.01,
"example": "500.25"
},
"deductions": {
"$id": "/properties/total/properties/deductions",
"description": "The total deductions from net loss (or additions to net profit). The value must be between 0.00 and 99999999999999.98.",
"type": "number",
"title": "Deductions",
"multipleOf": 0.01,
"example": "500.25"
}
},
"required": [
"income",
"expenses"
],
"additionalProperties": false
},
"accountingAdjustments": {
"$id": "/properties/accountingAdjustments",
"description": "Further tax adjustments. The value must be between -99999999999999.98 and 99999999999999.98.",
"type": "number",
"title": "Accounting Adjustments",
"multipleOf": 0.01,
"example": "500.25"
},
"profit": {
"$id": "/properties/profit",
"description": "Income source profit",
"type": "object",
"properties": {
"net": {
"$id": "/properties/profit/properties/net",
"description": "The net profit of the income source. The value must be between 0.00 and 99999999999999.98.",
"type": "number",
"title": "Net",
"multipleOf": 0.01,
"example": "500.25"
},
"taxable": {
"$id": "/properties/profit/properties/taxable",
"description": "The taxable net profit of the income source. The value must be between 0.00 and 99999999999999.98.",
"type": "number",
"title": "Taxable",
"multipleOf": 0.01,
"example": "500.25"
}
},
"required": [
"net",
"taxable"
],
"additionalProperties": false
},
"loss": {
"$id": "/properties/loss",
"description": "Income source loss",
"type": "object",
"properties": {
"net": {
"$id": "/properties/loss/properties/net",
"description": "The net loss of the income source. The value must be between 0.00 and 99999999999999.98.",
"type": "number",
"title": "Net",
"multipleOf": 0.01,
"example": "500.25"
},
"taxable": {
"$id": "/properties/loss/properties/taxable",
"description": "The taxable net loss of the income source. The value must be between 0.00 and 99999999999999.98.",
"type": "number",
"title": "Taxable",
"multipleOf": 0.01,
"example": "500.25"
}
},
"required": [
"net",
"taxable"
],
"additionalProperties": false
}
},
"required": [
"total",
"profit",
"loss"
]
} | o46413 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"httpUri": {
"type": "string",
"allOf": [
{
"format": "uri"
},
{
"pattern": "^https?://"
}
]
},
"pkgRepo": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"uri": {
"$ref": "#/definitions/httpUri"
}
},
"required": [
"name",
"uri"
],
"additionalProperties": false
}
},
"type": "object",
"properties": {
"repositories": {
"type": "array",
"items": {
"$ref": "#/definitions/pkgRepo"
}
}
},
"required": [
"repositories"
],
"additionalProperties": false
} | o79448 |
{
"description": "PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.",
"properties": {
"apiGroups": {
"description": "APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed.",
"items": {
"type": [
"string",
"null"
]
},
"type": [
"array",
"null"
]
},
"nonResourceURLs": {
"description": "NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as \"pods\" or \"secrets\") or non-resource URL paths (such as \"/api\"), but not both.",
"items": {
"type": [
"string",
"null"
]
},
"type": [
"array",
"null"
]
},
"resourceNames": {
"description": "ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.",
"items": {
"type": [
"string",
"null"
]
},
"type": [
"array",
"null"
]
},
"resources": {
"description": "Resources is a list of resources this rule applies to. ResourceAll represents all resources.",
"items": {
"type": [
"string",
"null"
]
},
"type": [
"array",
"null"
]
},
"verbs": {
"description": "Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. VerbAll represents all kinds.",
"items": {
"type": [
"string",
"null"
]
},
"type": [
"array",
"null"
]
}
},
"required": [
"verbs"
],
"type": "object"
} | kb_747_Normalized |
{
"properties": {
"brand": {
"description": "The brand of the product",
"type": "string"
},
"category": {
"description": "The category of the product",
"type": "string"
},
"price_range": {
"properties": {
"max_price": {
"description": "The maximum price",
"type": "number"
},
"min_price": {
"description": "The minimum price",
"type": "number"
}
},
"required": [
"min_price",
"max_price"
],
"type": "object"
}
},
"required": [
"category",
"price_range",
"brand"
],
"type": "object"
} | search_product_c8556430 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"description": "A species within the Star Wars universe",
"properties": {
"average_height": {
"description": "The average height of this person in centimeters.",
"type": "string"
},
"average_lifespan": {
"description": "The average lifespan of this species in years.",
"type": "string"
},
"classification": {
"description": "The classification of this species.",
"type": "string"
},
"created": {
"_format": "date-time",
"description": "The ISO 8601 date format of the time that this resource was created.",
"type": "string"
},
"designation": {
"description": "The designation of this species.",
"type": "string"
},
"edited": {
"_format": "date-time",
"description": "The ISO 8601 date format of the time that this resource was edited.",
"type": "string"
},
"eye_colors": {
"description": "A comma-seperated string of common eye colors for this species, none if this species does not typically have eyes.",
"type": "string"
},
"films": {
"description": " An array of Film URL Resources that this species has appeared in.",
"type": "array"
},
"hair_colors": {
"description": "A comma-seperated string of common hair colors for this species, none if this species does not typically have hair.",
"type": "string"
},
"homeworld": {
"description": "The URL of a planet resource, a planet that this species originates from.",
"type": "string"
},
"language": {
"description": "The language commonly spoken by this species.",
"type": "string"
},
"name": {
"description": "The name of this species.",
"type": "string"
},
"people": {
"description": "An array of People URL Resources that are a part of this species.",
"type": "array"
},
"skin_colors": {
"description": "A comma-seperated string of common skin colors for this species, none if this species does not typically have skin.",
"type": "string"
},
"url": {
"_format": "uri",
"description": "The hypermedia URL of this resource.",
"type": "string"
}
},
"required": [
"name",
"classification",
"designation",
"average_height",
"average_lifespan",
"hair_colors",
"skin_colors",
"eye_colors",
"homeworld",
"language",
"people",
"films",
"url",
"created",
"edited"
],
"title": "People",
"type": "object"
} | o67023 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "User Schema",
"type": "object",
"properties": {
"username": {
"type": "string"
},
"id": {
"type": "string"
},
"barcode": {
"type": "string"
},
"active": {
"type": "boolean"
},
"type": {
"type": "string"
},
"patronGroup": {
"type": "string"
},
"meta": {
"type": "object"
},
"personal": {
"type": "object",
"properties": {
"lastName": {
"type": "string"
},
"firstName": {
"type": "string"
},
"middleName": {
"type": "string"
},
"email": {
"type": "string"
},
"phone": {
"type": "string"
},
"mobilePhone": {
"type": "string"
},
"dateOfBirth": {
"type": "string",
"format": "date-time"
},
"preferredContact": {
"type": "object",
"properties": {
"value": {
"type": "string",
"enum": [
"EMAIL",
"MAIL",
"TEXT",
"PHONE",
"MOBILE"
]
},
"desc": {
"type": "string",
"enum": [
"Email",
"Mail (Primary Address)",
"Text message",
"Phone",
"Mobile phone"
]
}
}
}
},
"additionalProperties": false,
"required": [
"lastName"
]
},
"openDate": {
"type": "string",
"format": "date-time"
},
"enrollmentDate": {
"type": "string",
"format": "date-time"
},
"expirationDate": {
"type": "string",
"format": "date-time"
},
"lastUpdateDate": {
"type": "string",
"format": "date-time"
}
},
"additionalProperties": false,
"required": [
"username",
"id"
]
} | o41750 |
{
"properties": {
"diet": {
"description": "The dietary restriction for the recipe",
"enum": [
"vegetarian",
"vegan",
"gluten-free",
"dairy-free"
],
"type": "string"
},
"excluded_ingredients": {
"description": "The ingredients to exclude from the recipe",
"items": {
"type": "string"
},
"type": "array"
},
"ingredients": {
"description": "The ingredients to include in the recipe",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ingredients",
"excluded_ingredients",
"diet"
],
"type": "object"
} | search_recipe_225df38c |
{
"properties": {
"end_time": {
"description": "The end time of the event",
"format": "date-time",
"type": "string"
},
"event_title": {
"description": "The title of the event",
"type": "string"
},
"location": {
"description": "The location of the event",
"type": "string"
},
"start_time": {
"description": "The start time of the event",
"format": "date-time",
"type": "string"
}
},
"required": [
"event_title",
"start_time",
"end_time"
],
"type": "object"
} | create_calendar_event_1cc9b5e0 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "TransformSpec",
"description": "Specification of an image transform",
"type": "object",
"anyOf": [
{
"$ref": "#/definitions/interpolatedTransformSpec"
},
{
"$ref": "#/definitions/leafTransformSpec"
},
{
"$ref": "#/definitions/listTransformSpec"
},
{
"$ref": "#/definitions/referenceTransformSpec"
}
],
"definitions": {
"anyTransformSpec": {
"description": "set of possible transform specification types",
"type": "object",
"anyOf": [
{
"$ref": "#/definitions/interpolatedTransformSpec"
},
{
"$ref": "#/definitions/leafTransformSpec"
},
{
"$ref": "#/definitions/listTransformSpec"
},
{
"$ref": "#/definitions/referenceTransformSpec"
}
]
},
"interpolatedTransformSpec": {
"description": "specification for an interpolation between 2 transforms",
"type": "object",
"properties": {
"type": {
"enum": [
"interpolated"
]
},
"id": {
"$ref": "#/definitions/transformId"
},
"metaData": {
"$ref": "#/definitions/transformMetaData"
},
"a": {
"$ref": "#/definitions/anyTransformSpec"
},
"b": {
"$ref": "#/definitions/anyTransformSpec"
},
"lambda": {
"type": "number"
}
},
"required": [
"type",
"a",
"b",
"lambda"
]
},
"leafTransformSpec": {
"description": "specification for a transform that can be directly implemented",
"type": "object",
"properties": {
"id": {
"$ref": "#/definitions/transformId"
},
"metaData": {
"$ref": "#/definitions/transformMetaData"
},
"className": {
"description": "full Java class name for transform implementation",
"type": "string"
},
"dataString": {
"description": "properties specifying the transformation",
"type": "string"
}
},
"required": [
"className",
"dataString"
]
},
"listTransformSpec": {
"description": "ordered list of transform specifications",
"type": "object",
"properties": {
"id": {
"$ref": "#/definitions/transformId"
},
"metaData": {
"$ref": "#/definitions/transformMetaData"
},
"type": {
"enum": [
"list"
]
},
"specList": {
"type": "array",
"items": {
"$ref": "#/definitions/anyTransformSpec"
}
}
},
"required": [
"type",
"specList"
]
},
"referenceTransformSpec": {
"description": "reference to another transform specification",
"type": "object",
"properties": {
"type": {
"enum": [
"ref"
]
},
"id": {
"$ref": "#/definitions/transformId"
},
"metaData": {
"$ref": "#/definitions/transformMetaData"
},
"refId": {
"$ref": "#/definitions/transformId"
}
},
"required": [
"type",
"refId"
]
},
"transformId": {
"description": "uniquely identifies transform specification",
"type": "string"
},
"transformMetaData": {
"description": "any data about the transform that is not needed for rendering",
"type": "object",
"properties": {
"labels": {
"description": "set of labels for a transform",
"type": "array",
"_uniqueItems": true,
"items": {
"type": "string"
}
}
}
}
}
} | o72177 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Move",
"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
},
"type": {
"type": "string",
"enum": [
"Normal",
"Fighting",
"Flying",
"Poison",
"Ground",
"Rock",
"Bug",
"Ghost",
"Steel",
"Fire",
"Water",
"Grass",
"Electric",
"Psychic",
"Ice",
"Dragon",
"Dark",
"Fairy"
]
}
},
"properties": {
"names": {
"$ref": "#/definitions/translations"
},
"pokedex_entries": {
"type": "object",
"patternProperties": {
"Red|Blue|Yellow|Gold|Silver|Crystal|Ruby|Sapphire|Emerald|FireRed|LeafGreen|Diamond|Pearl|Platinum|HeartGold|SoulSilver|Black|White|Black 2|White 2|X|Y|Omega Ruby|Alpha Sapphire|Sun|Moon|Ultra Sun|Ultra Moon|Let's Go Pikachu|Let's Go Eevee": {
"$ref": "#/definitions/translations"
}
},
"additionalProperties": false
},
"index_number": {
"type": "integer",
"minimum": 0
},
"pp": {
"type": "integer",
"minimum": 0,
"maximum": 40
},
"max_pp": {
"type": "integer",
"minimum": 0,
"maximum": 64
},
"power": {
"type": "integer",
"minimum": 0,
"maximum": 250
},
"accuracy": {
"type": "integer",
"minimum": 0,
"maximum": 100
},
"type": {
"$ref": "#/definitions/type"
},
"category": {
"type": "string",
"enum": [
"physical",
"status",
"special",
"varies"
]
},
"priority": {
"type": "integer",
"minimum": -7,
"maximum": 7
},
"target": {
"type": "string",
"enum": [
"target_adjacent_single",
"target_adjacent_user_single",
"target_user_or_adjacent_user",
"user",
"all_users",
"all_adjacent",
"adjacent_foes_all",
"all_except_user",
"all_foes",
"all",
"user_and_random_adjacent_foe"
]
},
"critical_hit": {
"type": "integer",
"minimum": 0,
"maximum": 2
},
"makes_contact": {
"type": "boolean"
},
"affected_by_protect": {
"type": "boolean"
},
"affected_by_magic_coat": {
"type": "boolean"
},
"affected_by_snatch": {
"type": "boolean"
},
"affected_by_mirror_move": {
"type": "boolean"
},
"affected_by_kings_rock": {
"type": "boolean"
},
"in_battle_properties": {
"type": "object",
"properties": {
"increased_critical_hit_ratio": {
"type": "boolean"
},
"status_conditions": {
"type": "array",
"maxItems": 5,
"items": {
"type": "object",
"properties": {
"condition": {
"type": "string",
"enum": [
"burn",
"freeze",
"paralysis",
"poison",
"badly_poisoned",
"sleep"
]
},
"probability": {
"type": "integer",
"minimum": 0,
"maximum": 100
}
},
"required": [
"condition",
"probability"
],
"additionalProperties": false
}
}
},
"additionalProperties": false
},
"stat_modifiers": {
"type": "array",
"maxItems": 5,
"items": {
"type": "object",
"properties": {
"stat": {
"type": "string",
"enum": [
"random",
"atk",
"def",
"speed",
"sp_atk",
"sp_def",
"accuracy",
"evasion",
"critital_hit"
]
},
"change_by": {
"type": "integer",
"minimum": -12,
"maximum": 12
},
"affects_user": {
"type": "boolean"
}
},
"required": [
"stat",
"change_by"
],
"additionalProperties": false
}
},
"contests": {
"type": "array",
"maxItems": 3,
"items": {
"type": "object",
"properties": {
"contest": {
"type": "string",
"enum": [
"Contests",
"Super Contests",
"Contest Spectaculars"
]
},
"condition": {
"type": "string",
"enum": [
"Tough",
"Cute",
"Clever",
"Cool",
"Beautiful"
]
},
"appeal": {
"type": "integer",
"minimum": 0,
"maximum": 8
},
"jam": {
"type": "integer",
"minimum": 0,
"maximum": 5
}
},
"required": [
"contest",
"condition",
"appeal",
"jam"
],
"additionalProperties": false
}
}
},
"required": [
"index_number",
"pp",
"max_pp",
"power",
"accuracy",
"type",
"category",
"priority",
"target",
"critical_hit",
"makes_contact",
"affected_by_protect",
"affected_by_magic_coat",
"affected_by_snatch",
"affected_by_mirror_move",
"affected_by_kings_rock",
"names",
"pokedex_entries",
"contests"
],
"additionalProperties": false
} | o48423 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://tabris.com/colors-schema.json",
"title": "Tabris.js Color Resources JSON Schema",
"definitions": {
"colorResources": {
"type": "object",
"properties": {
"$schema": {
"type": "string"
},
"$scaleFactor": {
"enum": [
"nearest",
"lower",
"higher"
]
},
"$fallbackLanguage": {
"type": "string",
"pattern": "^[a-zA-Z][a-zA-Z][a-zA-Z]?(-[\\-a-zA-Z0-9]+)?$"
}
},
"patternProperties": {
"^[a-z][a-zA-Z][a-zA-Z0-9]+$": {
"$ref": "#/definitions/colorResource"
}
},
"additionalProperties": false
},
"colorResource": {
"oneOf": [
{
"$ref": "#/definitions/colorDefinition"
},
{
"$ref": "#/definitions/colorSelector"
}
]
},
"colorSelector": {
"oneOf": [
{
"description": "Platform Selector",
"type": "object",
"properties": {
"ios": {
"$ref": "#/definitions/colorResource"
},
"android": {
"$ref": "#/definitions/colorResource"
}
},
"required": [
"ios",
"android"
],
"additionalProperties": false
},
{
"description": "Resource Reference",
"type": "object",
"required": [
"ref"
],
"properties": {
"ref": {
"type": "string"
}
},
"additionalProperties": false
},
{
"description": "Inherit Marker",
"type": "object",
"properties": {
"inherit": {
"enum": [
true
]
}
},
"required": [
"inherit"
],
"additionalProperties": false
},
{
"description": "Scale Selector",
"type": "object",
"patternProperties": {
"^([0-9]\\.?[0-9]*)x$": {
"$ref": "#/definitions/colorResource"
}
},
"additionalProperties": false,
"minProperties": 1
},
{
"description": "Locale Selector",
"type": "object",
"patternProperties": {
"^[a-zA-Z][a-zA-Z][a-zA-Z]?(-[\\-a-zA-Z0-9]+)?$": {
"$ref": "#/definitions/colorResource"
}
},
"additionalProperties": false,
"minProperties": 1,
"not": {
"required": [
"ios"
]
}
}
]
},
"colorDefinition": {
"oneOf": [
{
"type": "array",
"minItems": 3,
"maxItems": 4,
"items": {
"type": "number",
"minimum": 0,
"maximum": 255
}
},
{
"type": "string",
"pattern": "^#[0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F]?[0-9a-fA-F]?$"
},
{
"enum": [
"black",
"silver",
"gray",
"white",
"maroon",
"red",
"purple",
"fuchsia",
"green",
"lime",
"olive",
"yellow",
"navy",
"blue",
"teal",
"aqua",
"transparent"
]
}
]
}
},
"oneOf": [
{
"$ref": "#/definitions/colorResources"
}
]
} | o37786 |
{
"$id": "https://guaix.ucm.es/megara/schemas/basestruct.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Schema for MEGARA structured results",
"description": "Describe MEGARA structured results",
"oneOf": [
{
"$ref": "#/definitions/trace_map"
},
{
"$ref": "#/definitions/model_map"
},
{
"$ref": "#/definitions/wave_calib"
}
],
"definitions": {
"trace_map": {
"allOf": [
{
"$ref": "#/definitions/base_struct"
},
{
"type": "object",
"properties": {
"type_fqn": {
"type": "string",
"const": "megaradrp.products.tracemap.TraceMap"
}
}
}
]
},
"model_map": {
"allOf": [
{
"$ref": "#/definitions/base_struct"
},
{
"type": "object",
"properties": {
"type_fqn": {
"type": "string",
"const": "megaradrp.products.modelmap.ModelMap"
}
}
}
]
},
"wave_calib": {
"allOf": [
{
"$ref": "#/definitions/base_struct"
},
{
"type": "object",
"properties": {
"type_fqn": {
"type": "string",
"const": "megaradrp.products.wavecalibration.WavelengthCalibration"
}
}
}
]
},
"base_struct": {
"type": "object",
"properties": {
"instrument": {
"type": "string"
},
"uuid": {
"$ref": "#/definitions/uuid"
},
"type": {
"type": "string"
},
"type_fqn": {
"type": "string"
},
"contents": {
"type": "array"
},
"quality_control": {
"type": "string"
},
"tags": {
"type": "object"
},
"meta_info": {
"$ref": "#/definitions/meta_info"
}
},
"required": [
"instrument",
"type_fqn"
]
},
"meta_info": {
"type": "object"
},
"uuid": {
"type": "string",
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$"
},
"datetime": {
"type": "string",
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{1,4})?$"
}
}
} | o74551 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_CrossVersionObjectReference": {
"description": "CrossVersionObjectReference contains enough information to let you identify the referred resource.",
"properties": {
"apiVersion": {
"description": "API version of the referent",
"type": "string"
},
"kind": {
"description": "Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds\"",
"type": "string"
},
"name": {
"description": "Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names",
"type": "string"
}
},
"required": [
"kind",
"name"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_MetricIdentifier": {
"description": "MetricIdentifier defines the name and optionally selector for a metric",
"properties": {
"name": {
"description": "name is the name of the given metric",
"type": "string"
},
"selector": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector",
"description": "selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics."
}
},
"required": [
"name"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_MetricValueStatus": {
"description": "MetricValueStatus holds the current value for a metric",
"properties": {
"averageUtilization": {
"_format": "int32",
"description": "currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.",
"type": "integer"
},
"averageValue": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity",
"description": "averageValue is the current value of the average of the metric across all relevant pods (as a quantity)"
},
"value": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity",
"description": "value is the current value of the metric (as a quantity)."
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity": {
"oneOf": [
{
"type": "string"
},
{
"type": "number"
}
]
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector": {
"description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.",
"properties": {
"matchExpressions": {
"description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelectorRequirement"
},
"type": "array"
},
"matchLabels": {
"additionalProperties": {
"type": "string"
},
"description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.",
"type": "object"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelectorRequirement": {
"description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.",
"properties": {
"key": {
"description": "key is the label key that the selector applies to.",
"type": "string",
"x-kubernetes-patch-merge-key": "key",
"x-kubernetes-patch-strategy": "merge"
},
"operator": {
"description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.",
"type": "string"
},
"values": {
"description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"key",
"operator"
],
"type": "object"
}
},
"description": "ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).",
"properties": {
"current": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_MetricValueStatus",
"description": "current contains the current value for the given metric"
},
"describedObject": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_CrossVersionObjectReference"
},
"metric": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_MetricIdentifier",
"description": "metric identifies the target metric by name and selector"
}
},
"required": [
"metric",
"current",
"describedObject"
],
"type": "object"
} | kb_651_Normalized |
{
"properties": {
"defaultCollection": {
"alias": "d",
"default": true,
"description": "Use @ngrx/schematics as the default collection",
"type": "boolean",
"x-prompt": "Do you want to use @ngrx/schematics as the default collection?"
}
},
"required": [],
"title": "Scaffolding library for Angular applications using NgRx libraries",
"type": "object"
} | o63325 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SELinuxOptions": {
"description": "SELinuxOptions are the labels to be applied to the container",
"properties": {
"level": {
"description": "Level is SELinux level label that applies to the container.",
"type": "string"
},
"role": {
"description": "Role is a SELinux role label that applies to the container.",
"type": "string"
},
"type": {
"description": "Type is a SELinux type label that applies to the container.",
"type": "string"
},
"user": {
"description": "User is a SELinux user label that applies to the container.",
"type": "string"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Sysctl": {
"description": "Sysctl defines a kernel parameter to be set",
"properties": {
"name": {
"description": "Name of a property to set",
"type": "string"
},
"value": {
"description": "Value of a property to set",
"type": "string"
}
},
"required": [
"name",
"value"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_WindowsSecurityContextOptions": {
"description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.",
"properties": {
"gmsaCredentialSpec": {
"description": "GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.",
"type": "string"
},
"gmsaCredentialSpecName": {
"description": "GMSACredentialSpecName is the name of the GMSA credential spec to use.",
"type": "string"
},
"runAsUserName": {
"description": "The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.",
"type": "string"
}
},
"type": "object"
}
},
"description": "PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.",
"properties": {
"fsGroup": {
"description": "A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:\n\n1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw----\n\nIf unset, the Kubelet will not modify the ownership and permissions of any volume.",
"format": "int64",
"type": [
"integer",
"null"
]
},
"fsGroupChangePolicy": {
"description": "fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are \"OnRootMismatch\" and \"Always\". If not specified defaults to \"Always\".",
"type": [
"string",
"null"
]
},
"runAsGroup": {
"description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container.",
"format": "int64",
"type": [
"integer",
"null"
]
},
"runAsNonRoot": {
"description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.",
"type": [
"boolean",
"null"
]
},
"runAsUser": {
"description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container.",
"format": "int64",
"type": [
"integer",
"null"
]
},
"seLinuxOptions": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SELinuxOptions",
"description": "The SELinux context to be applied to all containers. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container."
},
"supplementalGroups": {
"description": "A list of groups applied to the first process run in each container, in addition to the container's primary GID. If unspecified, no groups will be added to any container.",
"items": {
"format": "int64",
"type": [
"integer",
"null"
]
},
"type": [
"array",
"null"
]
},
"sysctls": {
"description": "Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Sysctl"
},
"type": [
"array",
"null"
]
},
"windowsOptions": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_WindowsSecurityContextOptions",
"description": "The Windows specific settings applied to all containers. If unspecified, the options within a container's SecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence."
}
},
"type": "object"
} | kb_718_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "JSON schema for JSONPatch files",
"definitions": {
"operation": {
"type": "object",
"required": [
"op",
"path"
],
"allOf": [
{
"$ref": "#/definitions/path"
}
],
"oneOf": [
{
"properties": {
"op": {
"description": "The operation to perform.",
"type": "string",
"enum": [
"add",
"replace",
"test"
]
},
"value": {
"description": "The value to add, replace or test."
}
},
"required": [
"value"
]
},
{
"properties": {
"op": {
"description": "The operation to perform.",
"type": "string",
"enum": [
"remove"
]
}
}
},
{
"properties": {
"op": {
"description": "The operation to perform.",
"type": "string",
"enum": [
"move",
"copy"
]
},
"from": {
"description": "A JSON Pointer path pointing to the locatoin to move/copy from.",
"type": "string"
}
},
"required": [
"from"
]
}
]
},
"path": {
"properties": {
"path": {
"description": "A JSON Pointer path.",
"type": "string"
}
}
}
},
"type": "array",
"items": {
"$ref": "#/definitions/operation"
}
} | o73930 |
{
"properties": {
"dimensions": {
"description": "The dimensions of the shape",
"properties": {
"base": {
"description": "The base of the triangle",
"type": "number"
},
"height": {
"description": "The height of the triangle",
"type": "number"
},
"length": {
"description": "The length of the rectangle",
"type": "number"
},
"radius": {
"description": "The radius of the circle",
"type": "number"
},
"width": {
"description": "The width of the rectangle",
"type": "number"
}
},
"required": [
"radius",
"length",
"width",
"base",
"height"
],
"type": "object"
},
"shape": {
"description": "The shape type (e.g. circle, rectangle, triangle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_78ad6e6a |
{
"properties": {
"income": {
"description": "The annual income",
"type": "number"
},
"tax_brackets": {
"items": {
"properties": {
"max_income": {
"description": "The maximum income for the tax bracket",
"type": "number"
},
"min_income": {
"description": "The minimum income for the tax bracket",
"type": "number"
},
"tax_rate": {
"description": "The tax rate for the tax bracket",
"type": "number"
}
},
"required": [
"min_income",
"max_income",
"tax_rate"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"income",
"tax_brackets"
],
"type": "object"
} | calculate_tax_ca6130e8 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"properties": {
"nc:Vehicle": {
"description": "a vehicle or array of vehicles",
"oneOf": [
{
"$ref": "#/definitions/nc:VehicleType"
},
{
"type": "array",
"items": {
"$ref": "#/definitions/nc:VehicleType"
}
}
]
}
},
"definitions": {
"nc:VehicleType": {
"description": "a vehicle type",
"allOf": [
{
"type": "object",
"properties": {}
}
]
}
}
} | o58633 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "org.eclipse.persistence.testing.jaxb.xmlelement.self.Root",
"type": "object",
"properties": {
"root": {
"type": "object",
"properties": {},
"additionalProperties": true
}
}
} | o42299 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/Enfernuz/quik-lua-rpc/json/schema/AddLabel.args.scheme.json",
"title": "\u0410\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u044b \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b AddLabel",
"description": "\u0421\u0445\u0435\u043c\u0430 \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u043a \u0443\u0434\u0430\u043b\u0451\u043d\u043d\u043e\u043c\u0443 \u0432\u044b\u0437\u043e\u0432\u0443 \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b AddLabel",
"type": "object",
"properties": {
"chart_tag": {
"description": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 chart_tag",
"type": "string"
},
"label_params": {
"description": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 label_params",
"type": "object",
"additionalProperties": {
"type": "string"
}
}
},
"additionalProperties": false,
"required": [
"chart_tag",
"label_params"
]
} | o5118 |
{
"properties": {
"include_lowercase": {
"description": "Include lowercase letters",
"type": "boolean"
},
"include_numbers": {
"description": "Include numbers",
"type": "boolean"
},
"include_symbols": {
"description": "Include symbols",
"type": "boolean"
},
"include_uppercase": {
"description": "Include uppercase letters",
"type": "boolean"
},
"length": {
"description": "The length of the password",
"type": "integer"
}
},
"required": [
"length"
],
"type": "object"
} | generate_random_password_9e6d42cc |
{
"$id": "https://json.schemastore.org/mason-registry.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
"enums:spdx-license": {
"$comment": "SPDX license list; releaseDate=2022-12-15; source=https://raw.githubusercontent.com/spdx/license-list-data/master/json/licenses.json",
"enum": [
"proprietary",
"0BSD",
"AAL",
"Abstyles",
"Adobe-2006",
"Adobe-Glyph",
"ADSL",
"AFL-1.1",
"AFL-1.2",
"AFL-2.0",
"AFL-2.1",
"AFL-3.0",
"Afmparse",
"AGPL-1.0",
"AGPL-1.0-only",
"AGPL-1.0-or-later",
"AGPL-3.0",
"AGPL-3.0-only",
"AGPL-3.0-or-later",
"Aladdin",
"AMDPLPA",
"AML",
"AMPAS",
"ANTLR-PD",
"ANTLR-PD-fallback",
"Apache-1.0",
"Apache-1.1",
"Apache-2.0",
"APAFML",
"APL-1.0",
"App-s2p",
"APSL-1.0",
"APSL-1.1",
"APSL-1.2",
"APSL-2.0",
"Arphic-1999",
"Artistic-1.0",
"Artistic-1.0-cl8",
"Artistic-1.0-Perl",
"Artistic-2.0",
"Baekmuk",
"Bahyph",
"Barr",
"Beerware",
"Bitstream-Vera",
"BitTorrent-1.0",
"BitTorrent-1.1",
"blessing",
"BlueOak-1.0.0",
"Borceux",
"BSD-1-Clause",
"BSD-2-Clause",
"BSD-2-Clause-FreeBSD",
"BSD-2-Clause-NetBSD",
"BSD-2-Clause-Patent",
"BSD-2-Clause-Views",
"BSD-3-Clause",
"BSD-3-Clause-Attribution",
"BSD-3-Clause-Clear",
"BSD-3-Clause-LBNL",
"BSD-3-Clause-Modification",
"BSD-3-Clause-No-Military-License",
"BSD-3-Clause-No-Nuclear-License",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause-No-Nuclear-Warranty",
"BSD-3-Clause-Open-MPI",
"BSD-4-Clause",
"BSD-4-Clause-Shortened",
"BSD-4-Clause-UC",
"BSD-Protection",
"BSD-Source-Code",
"BSL-1.0",
"BUSL-1.1",
"bzip2-1.0.5",
"bzip2-1.0.6",
"C-UDA-1.0",
"CAL-1.0",
"CAL-1.0-Combined-Work-Exception",
"Caldera",
"CATOSL-1.1",
"CC-BY-1.0",
"CC-BY-2.0",
"CC-BY-2.5",
"CC-BY-2.5-AU",
"CC-BY-3.0",
"CC-BY-3.0-AT",
"CC-BY-3.0-DE",
"CC-BY-3.0-IGO",
"CC-BY-3.0-NL",
"CC-BY-3.0-US",
"CC-BY-4.0",
"CC-BY-NC-1.0",
"CC-BY-NC-2.0",
"CC-BY-NC-2.5",
"CC-BY-NC-3.0",
"CC-BY-NC-3.0-DE",
"CC-BY-NC-4.0",
"CC-BY-NC-ND-1.0",
"CC-BY-NC-ND-2.0",
"CC-BY-NC-ND-2.5",
"CC-BY-NC-ND-3.0",
"CC-BY-NC-ND-3.0-DE",
"CC-BY-NC-ND-3.0-IGO",
"CC-BY-NC-ND-4.0",
"CC-BY-NC-SA-1.0",
"CC-BY-NC-SA-2.0",
"CC-BY-NC-SA-2.0-FR",
"CC-BY-NC-SA-2.0-UK",
"CC-BY-NC-SA-2.5",
"CC-BY-NC-SA-3.0",
"CC-BY-NC-SA-3.0-DE",
"CC-BY-NC-SA-3.0-IGO",
"CC-BY-NC-SA-4.0",
"CC-BY-ND-1.0",
"CC-BY-ND-2.0",
"CC-BY-ND-2.5",
"CC-BY-ND-3.0",
"CC-BY-ND-3.0-DE",
"CC-BY-ND-4.0",
"CC-BY-SA-1.0",
"CC-BY-SA-2.0",
"CC-BY-SA-2.0-UK",
"CC-BY-SA-2.1-JP",
"CC-BY-SA-2.5",
"CC-BY-SA-3.0",
"CC-BY-SA-3.0-AT",
"CC-BY-SA-3.0-DE",
"CC-BY-SA-4.0",
"CC-PDDC",
"CC0-1.0",
"CDDL-1.0",
"CDDL-1.1",
"CDL-1.0",
"CDLA-Permissive-1.0",
"CDLA-Permissive-2.0",
"CDLA-Sharing-1.0",
"CECILL-1.0",
"CECILL-1.1",
"CECILL-2.0",
"CECILL-2.1",
"CECILL-B",
"CECILL-C",
"CERN-OHL-1.1",
"CERN-OHL-1.2",
"CERN-OHL-P-2.0",
"CERN-OHL-S-2.0",
"CERN-OHL-W-2.0",
"checkmk",
"ClArtistic",
"CNRI-Jython",
"CNRI-Python",
"CNRI-Python-GPL-Compatible",
"COIL-1.0",
"Community-Spec-1.0",
"Condor-1.1",
"copyleft-next-0.3.0",
"copyleft-next-0.3.1",
"CPAL-1.0",
"CPL-1.0",
"CPOL-1.02",
"Crossword",
"CrystalStacker",
"CUA-OPL-1.0",
"Cube",
"curl",
"D-FSL-1.0",
"diffmark",
"DL-DE-BY-2.0",
"DOC",
"Dotseqn",
"DRL-1.0",
"DSDP",
"dvipdfm",
"ECL-1.0",
"ECL-2.0",
"eCos-2.0",
"EFL-1.0",
"EFL-2.0",
"eGenix",
"Elastic-2.0",
"Entessa",
"EPICS",
"EPL-1.0",
"EPL-2.0",
"ErlPL-1.1",
"etalab-2.0",
"EUDatagrid",
"EUPL-1.0",
"EUPL-1.1",
"EUPL-1.2",
"Eurosym",
"Fair",
"FDK-AAC",
"Frameworx-1.0",
"FreeBSD-DOC",
"FreeImage",
"FSFAP",
"FSFUL",
"FSFULLR",
"FSFULLRWD",
"FTL",
"GD",
"GFDL-1.1",
"GFDL-1.1-invariants-only",
"GFDL-1.1-invariants-or-later",
"GFDL-1.1-no-invariants-only",
"GFDL-1.1-no-invariants-or-later",
"GFDL-1.1-only",
"GFDL-1.1-or-later",
"GFDL-1.2",
"GFDL-1.2-invariants-only",
"GFDL-1.2-invariants-or-later",
"GFDL-1.2-no-invariants-only",
"GFDL-1.2-no-invariants-or-later",
"GFDL-1.2-only",
"GFDL-1.2-or-later",
"GFDL-1.3",
"GFDL-1.3-invariants-only",
"GFDL-1.3-invariants-or-later",
"GFDL-1.3-no-invariants-only",
"GFDL-1.3-no-invariants-or-later",
"GFDL-1.3-only",
"GFDL-1.3-or-later",
"Giftware",
"GL2PS",
"Glide",
"Glulxe",
"GLWTPL",
"gnuplot",
"GPL-1.0",
"GPL-1.0-only",
"GPL-1.0-or-later",
"GPL-1.0+",
"GPL-2.0",
"GPL-2.0-only",
"GPL-2.0-or-later",
"GPL-2.0-with-autoconf-exception",
"GPL-2.0-with-bison-exception",
"GPL-2.0-with-classpath-exception",
"GPL-2.0-with-font-exception",
"GPL-2.0-with-GCC-exception",
"GPL-2.0+",
"GPL-3.0",
"GPL-3.0-only",
"GPL-3.0-or-later",
"GPL-3.0-with-autoconf-exception",
"GPL-3.0-with-GCC-exception",
"GPL-3.0+",
"gSOAP-1.3b",
"HaskellReport",
"Hippocratic-2.1",
"HPND",
"HPND-sell-variant",
"HTMLTIDY",
"IBM-pibs",
"ICU",
"IJG",
"ImageMagick",
"iMatix",
"Imlib2",
"Info-ZIP",
"Intel",
"Intel-ACPI",
"Interbase-1.0",
"IPA",
"IPL-1.0",
"ISC",
"Jam",
"JasPer-2.0",
"JPNIC",
"JSON",
"Knuth-CTAN",
"LAL-1.2",
"LAL-1.3",
"Latex2e",
"Leptonica",
"LGPL-2.0",
"LGPL-2.0-only",
"LGPL-2.0-or-later",
"LGPL-2.0+",
"LGPL-2.1",
"LGPL-2.1-only",
"LGPL-2.1-or-later",
"LGPL-2.1+",
"LGPL-3.0",
"LGPL-3.0-only",
"LGPL-3.0-or-later",
"LGPL-3.0+",
"LGPLLR",
"Libpng",
"libpng-2.0",
"libselinux-1.0",
"libtiff",
"libutil-David-Nugent",
"LiLiQ-P-1.1",
"LiLiQ-R-1.1",
"LiLiQ-Rplus-1.1",
"Linux-man-pages-copyleft",
"Linux-OpenIB",
"LOOP",
"LPL-1.0",
"LPL-1.02",
"LPPL-1.0",
"LPPL-1.1",
"LPPL-1.2",
"LPPL-1.3a",
"LPPL-1.3c",
"LZMA-SDK-9.11-to-9.20",
"LZMA-SDK-9.22",
"MakeIndex",
"Minpack",
"MirOS",
"MIT",
"MIT-0",
"MIT-advertising",
"MIT-CMU",
"MIT-enna",
"MIT-feh",
"MIT-Modern-Variant",
"MIT-open-group",
"MITNFA",
"Motosoto",
"mpi-permissive",
"mpich2",
"MPL-1.0",
"MPL-1.1",
"MPL-2.0",
"MPL-2.0-no-copyleft-exception",
"mplus",
"MS-LPL",
"MS-PL",
"MS-RL",
"MTLL",
"MulanPSL-1.0",
"MulanPSL-2.0",
"Multics",
"Mup",
"NAIST-2003",
"NASA-1.3",
"Naumen",
"NBPL-1.0",
"NCGL-UK-2.0",
"NCSA",
"Net-SNMP",
"NetCDF",
"Newsletr",
"NGPL",
"NICTA-1.0",
"NIST-PD",
"NIST-PD-fallback",
"NLOD-1.0",
"NLOD-2.0",
"NLPL",
"Nokia",
"NOSL",
"Noweb",
"NPL-1.0",
"NPL-1.1",
"NPOSL-3.0",
"NRL",
"NTP",
"NTP-0",
"Nunit",
"O-UDA-1.0",
"OCCT-PL",
"OCLC-2.0",
"ODbL-1.0",
"ODC-By-1.0",
"OFL-1.0",
"OFL-1.0-no-RFN",
"OFL-1.0-RFN",
"OFL-1.1",
"OFL-1.1-no-RFN",
"OFL-1.1-RFN",
"OGC-1.0",
"OGDL-Taiwan-1.0",
"OGL-Canada-2.0",
"OGL-UK-1.0",
"OGL-UK-2.0",
"OGL-UK-3.0",
"OGTSL",
"OLDAP-1.1",
"OLDAP-1.2",
"OLDAP-1.3",
"OLDAP-1.4",
"OLDAP-2.0",
"OLDAP-2.0.1",
"OLDAP-2.1",
"OLDAP-2.2",
"OLDAP-2.2.1",
"OLDAP-2.2.2",
"OLDAP-2.3",
"OLDAP-2.4",
"OLDAP-2.5",
"OLDAP-2.6",
"OLDAP-2.7",
"OLDAP-2.8",
"OML",
"OpenSSL",
"OPL-1.0",
"OPUBL-1.0",
"OSET-PL-2.1",
"OSL-1.0",
"OSL-1.1",
"OSL-2.0",
"OSL-2.1",
"OSL-3.0",
"Parity-6.0.0",
"Parity-7.0.0",
"PDDL-1.0",
"PHP-3.0",
"PHP-3.01",
"Plexus",
"PolyForm-Noncommercial-1.0.0",
"PolyForm-Small-Business-1.0.0",
"PostgreSQL",
"PSF-2.0",
"psfrag",
"psutils",
"Python-2.0",
"Python-2.0.1",
"Qhull",
"QPL-1.0",
"Rdisc",
"RHeCos-1.1",
"RPL-1.1",
"RPL-1.5",
"RPSL-1.0",
"RSA-MD",
"RSCPL",
"Ruby",
"SAX-PD",
"Saxpath",
"SCEA",
"SchemeReport",
"Sendmail",
"Sendmail-8.23",
"SGI-B-1.0",
"SGI-B-1.1",
"SGI-B-2.0",
"SHL-0.5",
"SHL-0.51",
"SimPL-2.0",
"SISSL",
"SISSL-1.2",
"Sleepycat",
"SMLNJ",
"SMPPL",
"SNIA",
"Spencer-86",
"Spencer-94",
"Spencer-99",
"SPL-1.0",
"SSH-OpenSSH",
"SSH-short",
"SSPL-1.0",
"StandardML-NJ",
"SugarCRM-1.1.3",
"SWL",
"Symlinks",
"TAPR-OHL-1.0",
"TCL",
"TCP-wrappers",
"TMate",
"TORQUE-1.1",
"TOSL",
"TU-Berlin-1.0",
"TU-Berlin-2.0",
"UCL-1.0",
"Unicode-DFS-2015",
"Unicode-DFS-2016",
"Unicode-TOU",
"Unlicense",
"UPL-1.0",
"Vim",
"VOSTROM",
"VSL-1.0",
"W3C",
"W3C-19980720",
"W3C-20150513",
"Watcom-1.0",
"Wsuipa",
"WTFPL",
"wxWindows",
"X11",
"X11-distribute-modifications-variant",
"Xerox",
"XFree86-1.1",
"xinetd",
"Xnet",
"xpp",
"XSkat",
"YPL-1.0",
"YPL-1.1",
"Zed",
"Zend-2.0",
"Zimbra-1.3",
"Zimbra-1.4",
"Zlib",
"zlib-acknowledgement",
"ZPL-1.1",
"ZPL-2.0",
"ZPL-2.1"
],
"type": "string"
},
"enums:language": {
"type": "string",
"enum": [
".NET",
"1С:Enterprise",
"AWK",
"Ada",
"Angular",
"Ansible",
"Antlers",
"Apex",
"Arduino",
"Assembly",
"Astro",
"Azure Pipelines",
"Bash",
"Bazel",
"Beancount",
"Bicep",
"Blade",
"BrighterScript",
"C",
"C#",
"C++",
"CMake",
"CQL",
"CSS",
"Clarity",
"Clojure",
"ClojureScript",
"CodeQL",
"Crystal",
"Csh",
"Cucumber",
"Cue",
"D",
"DOT",
"Dart",
"Dhall",
"Django",
"Docker",
"Drools",
"Elixir",
"Elm",
"Ember",
"Emmet",
"Erg",
"Erlang",
"F#",
"Fennel",
"Flow",
"Flux",
"Fortran",
"Gleam",
"Glimmer",
"Go",
"Gradle",
"GraphQL",
"Groovy",
"HAML",
"HTML",
"Handlebargs",
"Handlebars",
"Haskell",
"Haxe",
"Helm",
"Hoon",
"JSON",
"JSX",
"Java",
"JavaScript",
"Jinja",
"Jq",
"Jsonnet",
"Julia",
"Kotlin",
"Ksh",
"LESS",
"LaTeX",
"Lelwel",
"Liquid",
"Lua",
"Luau",
"Markdown",
"Metamath Zero",
"Mksh",
"Move",
"Mustache",
"Nginx",
"Nickel",
"Nim",
"Nix",
"Nunjucks",
"OCaml",
"Odin",
"OneScript",
"OpenAPI",
"OpenCL",
"OpenEdge",
"OpenFOAM",
"OpenSCAD",
"PHP",
"Perl",
"PowerShell",
"Prisma",
"Progress",
"Protobuf",
"Puppet",
"PureScript",
"Python",
"R",
"Raku",
"ReScript",
"Reason",
"Robot Framework",
"Ruby",
"Rust",
"SCSS",
"SQL",
"Salt",
"Sass",
"Scala",
"Sh",
"Shell",
"Slint",
"Smithy",
"Standard ML",
"Snakemake",
"Solidity",
"Sphinx",
"Starlark",
"Stylelint",
"Svelte",
"SystemVerilog",
"TOML",
"Teal",
"Terraform",
"Text",
"Twig",
"TypeScript",
"Typst",
"V",
"Vala",
"Veryl",
"VimScript",
"Visualforce",
"Vue",
"WGSL",
"XML",
"YAML",
"YARA",
"Zig",
"Zsh"
]
},
"enums:category": {
"type": "string",
"enum": ["Compiler", "DAP", "Formatter", "LSP", "Linter", "Runtime"]
},
"components:source": {
"oneOf": [
{
"$ref": "#/definitions/components:sources:cargo"
},
{
"$ref": "#/definitions/components:sources:composer"
},
{
"$ref": "#/definitions/components:sources:gem"
},
{
"$ref": "#/definitions/components:sources:generic"
},
{
"$ref": "#/definitions/components:sources:github"
},
{
"$ref": "#/definitions/components:sources:golang"
},
{
"$ref": "#/definitions/components:sources:luarocks"
},
{
"$ref": "#/definitions/components:sources:npm"
},
{
"$ref": "#/definitions/components:sources:nuget"
},
{
"$ref": "#/definitions/components:sources:opam"
},
{
"$ref": "#/definitions/components:sources:pypi"
}
]
},
"components:sources:cargo": {
"type": "object",
"additionalProperties": false,
"required": ["id"],
"properties": {
"id": {
"type": "string",
"pattern": "^pkg:cargo/.+@.+"
},
"supported_platforms": {
"type": "array",
"description": "List of platforms supported by the cargo package.",
"items": {
"$ref": "#/definitions/enums:platform"
}
}
}
},
"enums:platform": {
"type": "string",
"enum": [
"unix",
"darwin",
"darwin_arm64",
"darwin_x64",
"linux",
"linux_arm",
"linux_arm64",
"linux_arm64_gnu",
"linux_arm64_musl",
"linux_arm64_openbsd",
"linux_arm_gnu",
"linux_armv6_gnu",
"linux_armv6l",
"linux_armv7_gnu",
"linux_armv7l",
"linux_x64",
"linux_x64_gnu",
"linux_x64_musl",
"linux_x64_openbsd",
"linux_x86",
"linux_x86_gnu",
"linux_x86_musl",
"linux_x86_openbsd",
"win",
"win_arm",
"win_arm64",
"win_armv6l",
"win_armv7l",
"win_x64",
"win_x86"
]
},
"components:sources:composer": {
"type": "object",
"additionalProperties": false,
"required": ["id"],
"properties": {
"id": {
"type": "string",
"pattern": "^pkg:composer/.+/.+@.+"
}
}
},
"components:sources:gem": {
"type": "object",
"additionalProperties": false,
"required": ["id"],
"properties": {
"id": {
"type": "string",
"pattern": "^pkg:gem/.+@.+"
},
"extra_packages": {
"type": "array",
"description": "Extra gem packages required by the main package to function.",
"items": {
"type": "string"
}
},
"supported_platforms": {
"type": "array",
"description": "List of platforms supported by the gem package.",
"items": {
"$ref": "#/definitions/enums:platform"
}
}
}
},
"components:sources:generic": {
"oneOf": [
{
"$ref": "#/definitions/components:sources:generic:download"
},
{
"$ref": "#/definitions/components:sources:generic:build"
}
]
},
"components:sources:generic:download": {
"type": "object",
"additionalProperties": false,
"required": ["id", "download"],
"properties": {
"id": {
"type": "string",
"pattern": "^pkg:generic/.+@.+"
},
"download": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/components:sources:generic:download/definitions/Download"
}
},
{
"$ref": "#/definitions/components:sources:generic:download/definitions/Download"
}
]
}
},
"definitions": {
"Download": {
"type": "object",
"required": ["files"],
"additionalProperties": true,
"properties": {
"target": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/enums:platform"
}
},
{
"$ref": "#/definitions/enums:platform"
}
]
},
"files": {
"type": "object",
"patternProperties": {
"^[a-zA-Z0-9_\\-\\.]+$": {
"type": "string",
"pattern": "^https?://"
}
},
"additionalProperties": false
}
}
}
}
},
"components:sources:generic:build": {
"type": "object",
"additionalProperties": false,
"required": ["id", "build"],
"properties": {
"id": {
"type": "string",
"pattern": "^pkg:generic/.+@.+"
},
"build": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/components:sources:build"
}
},
{
"$ref": "#/definitions/components:sources:build"
}
]
}
}
},
"components:sources:build": {
"type": "object",
"required": ["run"],
"additionalProperties": true,
"properties": {
"target": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/enums:platform"
}
},
{
"$ref": "#/definitions/enums:platform"
}
]
},
"run": {
"type": "string",
"description": "The shell script to run. Platform sensitive (bash on Unix, powershell on Windows)."
},
"env": {
"type": "object",
"additionalProperties": false,
"patternProperties": {
"^[A-Z0-9_]+$": {
"type": "string"
}
}
},
"staged": {
"type": "boolean",
"description": "Whether to run the build script in a staging location (defaults to true)."
}
}
},
"components:sources:github": {
"oneOf": [
{
"$ref": "#/definitions/components:sources:github:release"
},
{
"$ref": "#/definitions/components:sources:github:build"
}
]
},
"components:sources:github:release": {
"type": "object",
"additionalProperties": false,
"required": ["id", "asset"],
"properties": {
"id": {
"type": "string",
"pattern": "^pkg:github/.+/.+@.+"
},
"asset": {
"$ref": "#/definitions/components:sources:github:release/definitions/Asset"
},
"version_overrides": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"required": ["constraint", "asset"],
"properties": {
"id": {
"type": "string",
"pattern": "^pkg:github/.+/[^@]+$"
},
"constraint": {
"type": "string",
"pattern": "^semver:(<=)?v?\\d+\\.\\d+\\.\\d+"
},
"asset": {
"$ref": "#/definitions/components:sources:github:release/definitions/Asset"
}
}
}
}
},
"definitions": {
"Asset": {
"oneOf": [
{
"type": "array",
"items": {
"type": "object",
"required": ["target", "file"],
"additionalProperties": true,
"properties": {
"target": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/enums:platform"
}
},
{
"$ref": "#/definitions/enums:platform"
}
]
},
"file": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "string"
}
]
}
}
}
},
{
"type": "object",
"properties": {
"file": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "string"
}
]
}
}
}
]
}
}
},
"components:sources:github:build": {
"type": "object",
"additionalProperties": false,
"required": ["id", "build"],
"properties": {
"id": {
"type": "string",
"pattern": "^pkg:github/.+/.+@.+"
},
"build": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/components:sources:build"
}
},
{
"$ref": "#/definitions/components:sources:build"
}
]
}
}
},
"components:sources:golang": {
"type": "object",
"additionalProperties": false,
"required": ["id"],
"properties": {
"id": {
"type": "string",
"pattern": "^pkg:golang/.+/.+@.+"
},
"extra_packages": {
"type": "array",
"description": "Extra golang packages required by the main package to function.",
"items": {
"type": "string"
}
}
}
},
"components:sources:luarocks": {
"type": "object",
"additionalProperties": false,
"required": ["id"],
"properties": {
"id": {
"type": "string",
"pattern": "^pkg:luarocks/.+@.+"
}
}
},
"components:sources:npm": {
"type": "object",
"additionalProperties": false,
"required": ["id"],
"properties": {
"id": {
"type": "string",
"pattern": "^pkg:npm/.+@.+"
},
"extra_packages": {
"type": "array",
"description": "Extra npm packages required by the main package to function.",
"items": {
"type": "string"
}
}
}
},
"components:sources:nuget": {
"type": "object",
"additionalProperties": false,
"required": ["id"],
"properties": {
"id": {
"type": "string",
"pattern": "^pkg:nuget/.+@.+"
}
}
},
"components:sources:opam": {
"type": "object",
"additionalProperties": false,
"required": ["id"],
"properties": {
"id": {
"type": "string",
"pattern": "^pkg:opam/.+@.+"
}
}
},
"components:sources:pypi": {
"type": "object",
"additionalProperties": false,
"required": ["id"],
"properties": {
"id": {
"type": "string",
"pattern": "^pkg:pypi/.+@.+"
},
"extra_packages": {
"type": "array",
"description": "Extra pypi packages required by the main package to function.",
"items": {
"type": "string"
}
},
"supported_platforms": {
"type": "array",
"description": "List of platforms supported by the pypi package.",
"items": {
"$ref": "#/definitions/enums:platform"
}
}
}
},
"components:schemas": {
"type": "object",
"additionalProperties": false,
"properties": {
"lsp": {
"type": "string",
"description": "A URL to where the LSP JSON schema can be downloaded from. If the provided URL is a VSCode package.json you MUST prefix the url with vscode:",
"pattern": "^(vscode:)?https://"
}
}
},
"components:bin": {
"type": "object",
"patternProperties": {
"^[a-zA-Z0-9_\\-\\.]+$": {
"type": "string"
}
},
"additionalProperties": false
},
"components:share": {
"type": "object",
"patternProperties": {
"^[a-zA-Z0-9_\\-\\./]+$": {
"type": "string"
}
},
"additionalProperties": false
},
"components:opt": {
"type": "object",
"patternProperties": {
"^[a-zA-Z0-9_\\-\\./]+$": {
"type": "string"
}
},
"additionalProperties": false
}
},
"description": "Schema for package definitions.",
"properties": {
"name": {
"type": "string",
"description": "The package name. MUST be unique within the registry it belongs to."
},
"description": {
"type": "string",
"description": "The description of the package. Usually sourced upstream."
},
"homepage": {
"type": "string",
"format": "uri",
"pattern": "^https?://",
"description": "A URL to the package's homepage."
},
"licenses": {
"type": "array",
"minItems": 1,
"items": {
"$ref": "#/definitions/enums:spdx-license"
}
},
"languages": {
"type": "array",
"items": {
"$ref": "#/definitions/enums:language"
}
},
"categories": {
"type": "array",
"items": {
"$ref": "#/definitions/enums:category"
}
},
"source": {
"$ref": "#/definitions/components:source"
},
"schemas": {
"$ref": "#/definitions/components:schemas"
},
"bin": {
"$ref": "#/definitions/components:bin"
},
"share": {
"$ref": "#/definitions/components:share"
},
"opt": {
"$ref": "#/definitions/components:opt"
},
"ci_skip": {
"oneOf": [
{
"type": "boolean"
},
{
"type": "array",
"items": {
"$ref": "#/definitions/enums:platform"
}
}
]
}
},
"required": [
"name",
"description",
"homepage",
"licenses",
"languages",
"categories",
"source"
],
"title": "Mason Registry package schema",
"type": "object"
}
| mason-registry |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Conversant Adapter Params",
"description": "A schema which validates params accepted by the Conversant adapter.",
"type": "object",
"properties": {
"site_id": {
"type": "string",
"description": "A Conversant specific ID which identifies the site."
},
"secure": {
"type": "integer",
"description": "Override http/https context on ad markup."
},
"bidfloor": {
"type": "number",
"description": "Minimum bid price that will be considered."
},
"tag_id": {
"type": "string",
"description": "Identifies specific ad placement."
},
"position": {
"type": "integer",
"description": "Ad position on screen."
},
"mobile": {
"type": "integer",
"description": "Indicate if the site is mobile optimized."
},
"mimes": {
"type": "array",
"description": "Array of content MIME types. For videos only.",
"items": {
"type": "string"
}
},
"maxduration": {
"type": "integer",
"description": "Maximum duration in seconds. For videos only."
},
"api": {
"type": "array",
"description": "Array of supported API frameworks. For videos only.",
"items": {
"type": "integer"
}
},
"protocols": {
"type": "array",
"description": "Array of supported video protocols. For videos only.",
"items": {
"type": "integer"
}
}
},
"required": [
"site_id"
]
} | o68301 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.