Skip to content

Commit

Permalink
Remove property required-ness
Browse files Browse the repository at this point in the history
as they are used for input and cannot be used together with "readOnly"
  • Loading branch information
jeremymeng committed May 24, 2021
1 parent cd283e3 commit 4eba58a
Showing 1 changed file with 1 addition and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1289,15 +1289,6 @@
},
"definitions": {
"RepositoryAttributes": {
"required": [
"registry",
"imageName",
"createdTime",
"lastUpdateTime",
"manifestCount",
"tagCount",
"changeableAttributes"
],
"x-ms-client-name": "RepositoryProperties",
"type": "object",
"description": "Repository attributes",
Expand Down Expand Up @@ -1360,11 +1351,6 @@
}
},
"TagList": {
"required": [
"registry",
"imageName",
"tags"
],
"description": "List of tag details",
"x-accessibility": "internal",
"properties": {
Expand Down Expand Up @@ -1425,11 +1411,6 @@
}
},
"TagAttributes": {
"required": [
"registry",
"imageName",
"tag"
],
"x-ms-client-name": "ArtifactTagProperties",
"description": "Tag attributes",
"properties": {
Expand Down Expand Up @@ -1471,13 +1452,6 @@
}
},
"TagAttributesBase": {
"required": [
"name",
"digest",
"createdTime",
"lastUpdateTime",
"changeableAttributes"
],
"description": "Tag attribute details",
"x-accessibility": "internal",
"properties": {
Expand Down Expand Up @@ -1819,9 +1793,6 @@
}
},
"ManifestAttributes": {
"required": [
"manifest"
],
"x-ms-client-name": "ArtifactManifestProperties",
"description": "Manifest attributes details",
"properties": {
Expand Down Expand Up @@ -1869,11 +1840,6 @@
}
},
"ManifestAttributesBase": {
"required": [
"digest",
"createdTime",
"lastUpdateTime"
],
"type": "object",
"description": "Manifest details",
"x-accessibility": "internal",
Expand Down Expand Up @@ -2294,11 +2260,6 @@
}
},
"ManifestAttributes_manifest_references": {
"required": [
"digest",
"architecture",
"os"
],
"x-ms-client-name": "ArtifactManifestReference",
"description": "Manifest attributes details",
"properties": {
Expand Down Expand Up @@ -3090,4 +3051,4 @@
"x-ms-skip-url-encoding": true
}
}
}
}

0 comments on commit 4eba58a

Please sign in to comment.