Skip to content

Commit

Permalink
Update schemas (#2467)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Sep 20, 2022
1 parent f19702d commit c81a853
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions src/ansiblelint/schemas/meta.json
Expand Up @@ -415,7 +415,6 @@
"$comment": "Standalone role, so we require several fields.",
"required": [
"author",
"standalone",
"description",
"license",
"min_ansible_version"
Expand All @@ -442,7 +441,7 @@
"role_name"
]
},
"required": ["standalone", "description"]
"required": ["description"]
}
}
],
Expand Down Expand Up @@ -512,34 +511,6 @@
"title": "GalaxyInfoModel",
"type": "object"
},
"GalaxyInfoModel-v2": {
"additionalProperties": false,
"properties": {
"author": {
"title": "Author",
"type": "string"
},
"company": {
"title": "Company",
"type": "string"
},
"description": {
"title": "Description",
"type": "string"
},
"license": {
"title": "License",
"type": "string"
},
"platforms": {
"$ref": "#/$defs/platforms"
},
"standalone": { "const": false }
},
"required": ["description"],
"title": "GalaxyInfoModel for role within a collection (v2)",
"type": "object"
},
"GenericBSDPlatformModel": {
"properties": {
"name": {
Expand Down

0 comments on commit c81a853

Please sign in to comment.