Merge pull request #39 from 0xThiebaut/patch-1

Correct `Object`'s `description` attribute presence
pull/47/head
Alexandre Dulaunoy 2022-02-05 21:14:52 +01:00 committed by GitHub
commit 95281e4fbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -752,20 +752,20 @@ id is represented as a JSON string. id **SHALL** be present.
name represents the human-readable name of the object describing the intent of the object package.
name is represented as a JSON string. name **MUST** be present
name is represented as a JSON string. name **MUST** be present.
#### meta-category
meta-category represents the sub-category of objects that the given object belongs to. meta-categories are not
tied to a fixed list of options but can be created on the fly.
meta-category is represented as a JSON string. meta-category **MUST** be present
meta-category is represented as a JSON string. meta-category **MUST** be present.
#### description
description is a human-readable description of the given object type, as derived from the template used for creation.
description is represented as a JSON string. id **SHALL** be present.
description is represented as a JSON string. description **SHALL** be present.
#### template\_uuid