codify-schemas 1.0.48 → 1.0.49
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/dist/messages/get-resource-info-request-data-schema.json +1 -1
- package/dist/messages/get-resource-info-response-data-schema.json +1 -1
- package/package.json +1 -1
- package/src/messages/get-resource-info-request-data-schema.json +1 -1
- package/src/messages/get-resource-info-response-data-schema.json +1 -1
- package/tsconfig.json +0 -1
- package/tsconfig.test.json +3 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
-
"$id": "https://www.codifycli.com/get-resource-
|
|
3
|
+
"$id": "https://www.codifycli.com/get-resource-info-request-data-schema.json",
|
|
4
4
|
"title": "Get Resource Schema",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
-
"$id": "https://www.codifycli.com/get-resource-
|
|
3
|
+
"$id": "https://www.codifycli.com/get-resource-info-response-data-schema.json",
|
|
4
4
|
"title": "Get Resource Schema",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
-
"$id": "https://www.codifycli.com/get-resource-
|
|
3
|
+
"$id": "https://www.codifycli.com/get-resource-info-request-data-schema.json",
|
|
4
4
|
"title": "Get Resource Schema",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
-
"$id": "https://www.codifycli.com/get-resource-
|
|
3
|
+
"$id": "https://www.codifycli.com/get-resource-info-response-data-schema.json",
|
|
4
4
|
"title": "Get Resource Schema",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
package/tsconfig.json
CHANGED