changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "categories": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "devKit": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "slug": {
+ "type": "string"
+ },
+ "storybookUrl": {
+ "type": "string"
+ },
+ "tags": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "slug",
+ "tags",
+ "storybookUrl"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "guidelines": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "howToUse": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "whenToUse": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "whenToUse",
+ "howToUse"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "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"
+ },
+ "name": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "sourceUrls": {
+ "additionalProperties": false,
+ "properties": {
+ "bsiDoc": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "designersItalia": {
+ "type": "string"
+ },
+ "devKitDoc": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "figma": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "designersItalia",
+ "bsiDoc",
+ "figma",
+ "devKitDoc"
+ ],
+ "type": "object"
+ },
+ "status": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "accessibility": {
+ "additionalProperties": false,
+ "properties": {
+ "amichevoleConLettoriDiSchermo": {
+ "$ref": "#/properties/status/anyOf/0/properties/libraryStatus/properties/bootstrapItalia"
+ },
+ "checkCompleted": {
+ "type": "boolean"
+ },
+ "comprensibile": {
+ "$ref": "#/properties/status/anyOf/0/properties/libraryStatus/properties/bootstrapItalia"
+ },
+ "navigabile": {
+ "$ref": "#/properties/status/anyOf/0/properties/libraryStatus/properties/bootstrapItalia"
+ },
+ "visivamenteAccessibile": {
+ "$ref": "#/properties/status/anyOf/0/properties/libraryStatus/properties/bootstrapItalia"
+ }
+ },
+ "required": [
+ "visivamenteAccessibile",
+ "amichevoleConLettoriDiSchermo",
+ "navigabile",
+ "comprensibile",
+ "checkCompleted"
+ ],
+ "type": "object"
+ },
+ "knownIssueUrls": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "libraryStatus": {
+ "additionalProperties": false,
+ "properties": {
+ "bootstrapItalia": {
+ "enum": [
+ "PRONTO",
+ "DA RIVEDERE A11Y",
+ "DA RIVEDERE",
+ "IN REVIEW",
+ "DA COMPLETARE VARIANTI",
+ "NON PRESENTE",
+ "DA FARE",
+ "N/D"
+ ],
+ "type": "string"
+ },
+ "devKitItalia": {
+ "$ref": "#/properties/status/anyOf/0/properties/libraryStatus/properties/bootstrapItalia"
+ },
+ "uiKitItalia": {
+ "$ref": "#/properties/status/anyOf/0/properties/libraryStatus/properties/bootstrapItalia"
+ }
+ },
+ "required": [
+ "bootstrapItalia",
+ "uiKitItalia",
+ "devKitItalia"
+ ],
+ "type": "object"
+ },
+ "notes": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "libraryStatus",
+ "accessibility",
+ "notes",
+ "knownIssueUrls"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "name",
+ "slug",
+ "description",
+ "categories",
+ "status",
+ "guidelines",
+ "devKit",
+ "sourceUrls",
+ "meta"
+ ],
+ "type": "object"
+}