changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "ambiguousValues": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "component": {
+ "type": "string"
+ },
+ "value": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "component",
+ "value"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "composedOf": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "ref": {
+ "type": "string"
+ },
+ "resolvedVia": {
+ "items": {
+ "$ref": "#/properties/resolvedVia/items"
+ },
+ "type": "array"
+ },
+ "value": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "ref",
+ "name",
+ "value",
+ "resolvedVia"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "input": {
+ "type": "string"
+ },
+ "meta": {
+ "additionalProperties": false,
+ "properties": {
+ "dataFetchedAt": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "designersUrl": {
+ "type": "string"
+ },
+ "sourceUrls": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "stability": {
+ "enum": [
+ "beta",
+ "stable"
+ ],
+ "type": "string"
+ },
+ "versions": {
+ "additionalProperties": false,
+ "properties": {
+ "bootstrapItalia": {
+ "type": "string"
+ },
+ "designSystem": {
+ "type": "string"
+ },
+ "designTokensItalia": {
+ "type": "string"
+ },
+ "devKitItalia": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "designSystem",
+ "bootstrapItalia",
+ "devKitItalia",
+ "designTokensItalia"
+ ],
+ "type": "object"
+ },
+ "warnings": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "dataFetchedAt",
+ "sourceUrls",
+ "warnings",
+ "stability"
+ ],
+ "type": "object"
+ },
+ "normalizedName": {
+ "type": "string"
+ },
+ "resolvedVia": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "form": {
+ "enum": [
+ "css-custom-property",
+ "sass-variable"
+ ],
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "overridable": {
+ "type": "boolean"
+ },
+ "role": {
+ "enum": [
+ "bsi-component",
+ "bsi-global",
+ "dti"
+ ],
+ "type": "string"
+ },
+ "sourceName": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "sourceName",
+ "form",
+ "role",
+ "overridable"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "value": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "input",
+ "normalizedName",
+ "value",
+ "resolvedVia",
+ "meta"
+ ],
+ "type": "object"
+}