@vertekum/schema-atlassian 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/border.json ADDED
@@ -0,0 +1,46 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "vertekum://schema-atlassian/border.json",
4
+ "title": "Atlassian Design System — border",
5
+ "description": "Token path vocabulary: which names may appear, in what order, and where the order ends. What a granted name IS — group, token, base value — belongs to the token author and the DTCG format schema.",
6
+ "type": "object",
7
+ "properties": {
8
+ "border": {
9
+ "type": "object",
10
+ "properties": {
11
+ "width": {
12
+ "type": "object",
13
+ "properties": {
14
+ "focused": {
15
+ "type": "object",
16
+ "properties": {},
17
+ "patternProperties": {
18
+ "^\\$": true
19
+ },
20
+ "unevaluatedProperties": false
21
+ },
22
+ "selected": {
23
+ "type": "object",
24
+ "properties": {},
25
+ "patternProperties": {
26
+ "^\\$": true
27
+ },
28
+ "unevaluatedProperties": false
29
+ }
30
+ },
31
+ "patternProperties": {
32
+ "^\\$": true
33
+ },
34
+ "unevaluatedProperties": false
35
+ }
36
+ },
37
+ "patternProperties": {
38
+ "^\\$": true
39
+ },
40
+ "unevaluatedProperties": false
41
+ }
42
+ },
43
+ "patternProperties": {
44
+ "^\\$": true
45
+ }
46
+ }