generated from AMWA-TV/is-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from AMWA-TV/resource-list
Make resources base resources a simple list of resource id paths
- Loading branch information
Showing
4 changed files
with
18 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-04/schema", | ||
"type": "array", | ||
"description": "List of resource ID paths", | ||
"title": "Resources base resource", | ||
"items": { | ||
"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}/$" | ||
}, | ||
"uniqueItems": true | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,8 @@ | ||
[ | ||
{ | ||
"description": "Test Card", | ||
"tags": {}, | ||
"label": "Test Card", | ||
"version": "1441704616:587121295", | ||
"id": "5fbec3b1-1b0f-417d-9059-8b94a47197ed" | ||
}, | ||
{ | ||
"description": "VANC Data", | ||
"tags": {}, | ||
"label": "VANC Data", | ||
"version": "1453880607:123995943", | ||
"id": "db3bd465-2772-484f-8fac-830b0471258b" | ||
}, | ||
{ | ||
"description": "TR-04 Video", | ||
"tags": {}, | ||
"label": "TR-04 Video", | ||
"version": "1453880607:123995943", | ||
"id": "4857f747-96cf-4ed7-8f4b-9497199f1f25" | ||
}, | ||
{ | ||
"description": "IS-07 Temperature Readings (C)", | ||
"tags": {}, | ||
"version": "1453880605:374934072", | ||
"label": "IS-07 Temperature Readings (C)", | ||
"id": "6327c381-1239-41d1-b314-efc719600e26" | ||
}, | ||
{ | ||
"description": "IS-07 Temperature Readings (F)", | ||
"tags": {}, | ||
"version": "1453880605:374934072", | ||
"label": "IS-07 Temperature Readings (F)", | ||
"id": "6327c381-1239-41d1-b314-efc719600e26" | ||
}, | ||
{ | ||
"description": "IS-07 Button", | ||
"tags": {}, | ||
"version": "1453880605:374934072", | ||
"label": "IS-07 Button", | ||
"id": "fa6258b9-2826-4a0d-81d0-7da9edbc405f" | ||
} | ||
"5fbec3b1-1b0f-417d-9059-8b94a47197ed/", | ||
"db3bd465-2772-484f-8fac-830b0471258b/", | ||
"4857f747-96cf-4ed7-8f4b-9497199f1f25/", | ||
"6327c381-1239-41d1-b314-efc719600e26/", | ||
"6327c381-1239-41d1-b315-efc719600e26/", | ||
"fa6258b9-2826-4a0d-81d0-7da9edbc405f/" | ||
] |