Skip to content

Commit

Permalink
chore: updates jsonschemas
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Jan 10, 2025
1 parent 8bc1ca8 commit c797515
Show file tree
Hide file tree
Showing 23 changed files with 545 additions and 7,154 deletions.
6 changes: 3 additions & 3 deletions jsonschemas/account/1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"description": "The Account bio as markdown."
},
"picture": {
"$ref": "#/$defs/Uri",
"$ref": "#/$defs/URI",
"description": "The Account picture."
},
"coverPicture": {
"$ref": "#/$defs/Uri",
"$ref": "#/$defs/URI",
"description": "The Account cover picture."
},
"attributes": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"type": "string",
"minLength": 1
},
"Uri": {
"URI": {
"type": "string",
"minLength": 6,
"format": "uri",
Expand Down
10 changes: 5 additions & 5 deletions jsonschemas/app/1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"description": "An optional short and detailed description of the app, explaining its features and purpose."
},
"logo": {
"$ref": "#/$defs/Uri",
"$ref": "#/$defs/URI",
"description": "The Logo icon for the app."
},
"url": {
"$ref": "#/$defs/Uri",
"$ref": "#/$defs/URI",
"description": "The url of the app."
},
"developer": {
Expand All @@ -45,11 +45,11 @@
"description": "The platforms supported by the app."
},
"termsOfService": {
"$ref": "#/$defs/Uri",
"$ref": "#/$defs/URI",
"description": "The terms of service for the app."
},
"privacyPolicy": {
"$ref": "#/$defs/Uri",
"$ref": "#/$defs/URI",
"description": "The privacy policy for the app."
}
},
Expand Down Expand Up @@ -77,7 +77,7 @@
"type": "string",
"minLength": 1
},
"Uri": {
"URI": {
"type": "string",
"minLength": 6,
"format": "uri",
Expand Down
2 changes: 1 addition & 1 deletion jsonschemas/feed/1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"type": "string",
"minLength": 1
},
"Uri": {
"URI": {
"type": "string",
"minLength": 6,
"format": "uri",
Expand Down
2 changes: 1 addition & 1 deletion jsonschemas/graph/1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"type": "string",
"minLength": 1
},
"Uri": {
"URI": {
"type": "string",
"minLength": 6,
"format": "uri",
Expand Down
6 changes: 3 additions & 3 deletions jsonschemas/group/1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"description": "Optional markdown formatted description of the Group."
},
"icon": {
"$ref": "#/$defs/Uri",
"$ref": "#/$defs/URI",
"description": "Optional uri of the Group's icon."
},
"coverPicture": {
"$ref": "#/$defs/Uri",
"$ref": "#/$defs/URI",
"description": "Optional uri of the Group's cover picture."
}
},
Expand All @@ -52,7 +52,7 @@
"type": "string",
"minLength": 1
},
"Uri": {
"URI": {
"type": "string",
"minLength": 6,
"format": "uri",
Expand Down
Loading

0 comments on commit c797515

Please sign in to comment.