Skip to content

Commit

Permalink
fix: off json ref #//MediaAudio/properties/item
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Oct 1, 2024
1 parent b609eed commit 30651bf
Show file tree
Hide file tree
Showing 17 changed files with 280 additions and 129 deletions.
26 changes: 18 additions & 8 deletions jsonschemas/publications/3d/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,21 @@
},
"additionalProperties": true
},
"MediaAttributes": {
"anyOf": [
{
"not": {}
},
{
"type": "array",
"items": {
"$ref": "#/$defs/MetadataAttribute"
},
"minItems": 1
}
],
"description": "A bag of attributes that can be used to store any kind of metadata that is not currently supported by the standard."
},
"MediaAudio": {
"type": "object",
"properties": {
Expand All @@ -636,12 +651,7 @@
]
},
"attributes": {
"type": "array",
"items": {
"$ref": "#/$defs/MetadataAttribute"
},
"minItems": 1,
"description": "A bag of attributes that can be used to store any kind of metadata that is not currently supported by the standard."
"$ref": "#/$defs/MediaAttributes"
},
"type": {
"type": "string",
Expand Down Expand Up @@ -766,7 +776,7 @@
"$ref": "#/$defs/MediaAudio/properties/item"
},
"attributes": {
"$ref": "#/$defs/MediaAudio/properties/attributes"
"$ref": "#/$defs/MediaAttributes"
},
"type": {
"type": "string",
Expand Down Expand Up @@ -813,7 +823,7 @@
"$ref": "#/$defs/MediaAudio/properties/item"
},
"attributes": {
"$ref": "#/$defs/MediaAudio/properties/attributes"
"$ref": "#/$defs/MediaAttributes"
},
"type": {
"type": "string",
Expand Down
26 changes: 18 additions & 8 deletions jsonschemas/publications/article/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,21 @@
},
"additionalProperties": true
},
"MediaAttributes": {
"anyOf": [
{
"not": {}
},
{
"type": "array",
"items": {
"$ref": "#/$defs/MetadataAttribute"
},
"minItems": 1
}
],
"description": "A bag of attributes that can be used to store any kind of metadata that is not currently supported by the standard."
},
"MediaAudio": {
"type": "object",
"properties": {
Expand All @@ -595,12 +610,7 @@
]
},
"attributes": {
"type": "array",
"items": {
"$ref": "#/$defs/MetadataAttribute"
},
"minItems": 1,
"description": "A bag of attributes that can be used to store any kind of metadata that is not currently supported by the standard."
"$ref": "#/$defs/MediaAttributes"
},
"type": {
"type": "string",
Expand Down Expand Up @@ -725,7 +735,7 @@
"$ref": "#/$defs/MediaAudio/properties/item"
},
"attributes": {
"$ref": "#/$defs/MediaAudio/properties/attributes"
"$ref": "#/$defs/MediaAttributes"
},
"type": {
"type": "string",
Expand Down Expand Up @@ -772,7 +782,7 @@
"$ref": "#/$defs/MediaAudio/properties/item"
},
"attributes": {
"$ref": "#/$defs/MediaAudio/properties/attributes"
"$ref": "#/$defs/MediaAttributes"
},
"type": {
"type": "string",
Expand Down
26 changes: 18 additions & 8 deletions jsonschemas/publications/audio/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,21 @@
},
"additionalProperties": true
},
"MediaAttributes": {
"anyOf": [
{
"not": {}
},
{
"type": "array",
"items": {
"$ref": "#/$defs/MetadataAttribute"
},
"minItems": 1
}
],
"description": "A bag of attributes that can be used to store any kind of metadata that is not currently supported by the standard."
},
"MediaAudio": {
"type": "object",
"properties": {
Expand All @@ -597,12 +612,7 @@
]
},
"attributes": {
"type": "array",
"items": {
"$ref": "#/$defs/MetadataAttribute"
},
"minItems": 1,
"description": "A bag of attributes that can be used to store any kind of metadata that is not currently supported by the standard."
"$ref": "#/$defs/MediaAttributes"
},
"type": {
"type": "string",
Expand Down Expand Up @@ -727,7 +737,7 @@
"$ref": "#/$defs/MediaAudio/properties/item"
},
"attributes": {
"$ref": "#/$defs/MediaAudio/properties/attributes"
"$ref": "#/$defs/MediaAttributes"
},
"type": {
"type": "string",
Expand Down Expand Up @@ -774,7 +784,7 @@
"$ref": "#/$defs/MediaAudio/properties/item"
},
"attributes": {
"$ref": "#/$defs/MediaAudio/properties/attributes"
"$ref": "#/$defs/MediaAttributes"
},
"type": {
"type": "string",
Expand Down
26 changes: 18 additions & 8 deletions jsonschemas/publications/checking-in/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,21 @@
},
"additionalProperties": true
},
"MediaAttributes": {
"anyOf": [
{
"not": {}
},
{
"type": "array",
"items": {
"$ref": "#/$defs/MetadataAttribute"
},
"minItems": 1
}
],
"description": "A bag of attributes that can be used to store any kind of metadata that is not currently supported by the standard."
},
"MediaAudio": {
"type": "object",
"properties": {
Expand All @@ -616,12 +631,7 @@
]
},
"attributes": {
"type": "array",
"items": {
"$ref": "#/$defs/MetadataAttribute"
},
"minItems": 1,
"description": "A bag of attributes that can be used to store any kind of metadata that is not currently supported by the standard."
"$ref": "#/$defs/MediaAttributes"
},
"type": {
"type": "string",
Expand Down Expand Up @@ -746,7 +756,7 @@
"$ref": "#/$defs/MediaAudio/properties/item"
},
"attributes": {
"$ref": "#/$defs/MediaAudio/properties/attributes"
"$ref": "#/$defs/MediaAttributes"
},
"type": {
"type": "string",
Expand Down Expand Up @@ -793,7 +803,7 @@
"$ref": "#/$defs/MediaAudio/properties/item"
},
"attributes": {
"$ref": "#/$defs/MediaAudio/properties/attributes"
"$ref": "#/$defs/MediaAttributes"
},
"type": {
"type": "string",
Expand Down
26 changes: 18 additions & 8 deletions jsonschemas/publications/embed/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,21 @@
},
"additionalProperties": true
},
"MediaAttributes": {
"anyOf": [
{
"not": {}
},
{
"type": "array",
"items": {
"$ref": "#/$defs/MetadataAttribute"
},
"minItems": 1
}
],
"description": "A bag of attributes that can be used to store any kind of metadata that is not currently supported by the standard."
},
"MediaAudio": {
"type": "object",
"properties": {
Expand All @@ -602,12 +617,7 @@
]
},
"attributes": {
"type": "array",
"items": {
"$ref": "#/$defs/MetadataAttribute"
},
"minItems": 1,
"description": "A bag of attributes that can be used to store any kind of metadata that is not currently supported by the standard."
"$ref": "#/$defs/MediaAttributes"
},
"type": {
"type": "string",
Expand Down Expand Up @@ -732,7 +742,7 @@
"$ref": "#/$defs/MediaAudio/properties/item"
},
"attributes": {
"$ref": "#/$defs/MediaAudio/properties/attributes"
"$ref": "#/$defs/MediaAttributes"
},
"type": {
"type": "string",
Expand Down Expand Up @@ -779,7 +789,7 @@
"$ref": "#/$defs/MediaAudio/properties/item"
},
"attributes": {
"$ref": "#/$defs/MediaAudio/properties/attributes"
"$ref": "#/$defs/MediaAttributes"
},
"type": {
"type": "string",
Expand Down
26 changes: 18 additions & 8 deletions jsonschemas/publications/event/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -1115,6 +1115,21 @@
},
"additionalProperties": true
},
"MediaAttributes": {
"anyOf": [
{
"not": {}
},
{
"type": "array",
"items": {
"$ref": "#/$defs/MetadataAttribute"
},
"minItems": 1
}
],
"description": "A bag of attributes that can be used to store any kind of metadata that is not currently supported by the standard."
},
"MediaAudio": {
"type": "object",
"properties": {
Expand All @@ -1132,12 +1147,7 @@
]
},
"attributes": {
"type": "array",
"items": {
"$ref": "#/$defs/MetadataAttribute"
},
"minItems": 1,
"description": "A bag of attributes that can be used to store any kind of metadata that is not currently supported by the standard."
"$ref": "#/$defs/MediaAttributes"
},
"type": {
"type": "string",
Expand Down Expand Up @@ -1262,7 +1272,7 @@
"$ref": "#/$defs/MediaAudio/properties/item"
},
"attributes": {
"$ref": "#/$defs/MediaAudio/properties/attributes"
"$ref": "#/$defs/MediaAttributes"
},
"type": {
"type": "string",
Expand Down Expand Up @@ -1309,7 +1319,7 @@
"$ref": "#/$defs/MediaAudio/properties/item"
},
"attributes": {
"$ref": "#/$defs/MediaAudio/properties/attributes"
"$ref": "#/$defs/MediaAttributes"
},
"type": {
"type": "string",
Expand Down
26 changes: 18 additions & 8 deletions jsonschemas/publications/image/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,21 @@
},
"additionalProperties": true
},
"MediaAttributes": {
"anyOf": [
{
"not": {}
},
{
"type": "array",
"items": {
"$ref": "#/$defs/MetadataAttribute"
},
"minItems": 1
}
],
"description": "A bag of attributes that can be used to store any kind of metadata that is not currently supported by the standard."
},
"MediaAudio": {
"type": "object",
"properties": {
Expand All @@ -597,12 +612,7 @@
]
},
"attributes": {
"type": "array",
"items": {
"$ref": "#/$defs/MetadataAttribute"
},
"minItems": 1,
"description": "A bag of attributes that can be used to store any kind of metadata that is not currently supported by the standard."
"$ref": "#/$defs/MediaAttributes"
},
"type": {
"type": "string",
Expand Down Expand Up @@ -727,7 +737,7 @@
"$ref": "#/$defs/MediaAudio/properties/item"
},
"attributes": {
"$ref": "#/$defs/MediaAudio/properties/attributes"
"$ref": "#/$defs/MediaAttributes"
},
"type": {
"type": "string",
Expand Down Expand Up @@ -774,7 +784,7 @@
"$ref": "#/$defs/MediaAudio/properties/item"
},
"attributes": {
"$ref": "#/$defs/MediaAudio/properties/attributes"
"$ref": "#/$defs/MediaAttributes"
},
"type": {
"type": "string",
Expand Down
Loading

0 comments on commit 30651bf

Please sign in to comment.