CivicActions / oscal-component-definitions

OSCAL reusable component definitions library
MIT License
10 stars 2 forks source link

Add creator metadata #1

Closed openprivacy closed 5 months ago

openprivacy commented 5 months ago

Tested with oscal-cli-0.3.1 for OSCAL v1.0.0 :

      "roles": [
        {
          "id": "creator",
          "title": "Creator"
        }
      ],
      "parties": [
        {
          "uuid": "a37f870b-12f8-46d9-82c4-df9a3a559fb2",
          "type": "organization",
          "name": "CivicActions"
        }
      ],
      "responsible-parties": [
        {
          "role-id": "creator",
          "party-uuids": [
            "a37f870b-12f8-46d9-82c4-df9a3a559fb2"
          ]
        }
      ],
      "links": [
        {
          "rel": "latest-version",
          "href": "https://github.com/CivicActions/oscal-component-definitions/tree/main"
        }
      ]
openprivacy commented 5 months ago

Done. see: https://github.com/CivicActions/oscal-component-definitions/releases/tag/v1.0.0