2XX
Object representing a nullplatform entity metadata specification Schema — OPTIONAL |
---|
id uuid — OPTIONALUnique identifier for the entity represented as a UUID | name string — OPTIONALPossible values: 1 ≤ length Metadata specification name, for example: Build Coverage, Application Frameworks, Build Vulnerabilities | nrn NRN — OPTIONALPossible values: Value must match regular expression ^organization=(\d+|\*)+(?::account=(\d+|\*))?(?::namespace=(\d+|\*))?(?::application=(\d+|\*))?(?::(build|scope|release)=(\d+|\*))?$ Nullplatform Resource Name (NRN) representing a hierarchical identifier for nullplatform resources | entity string — OPTIONALPossible values: [organization , account , namespace , application , build , asset , scope , release , deployment ] Parent entity that holds metadata information | metadata string — OPTIONALPossible values: 1 ≤ length Entity metadata key, for example: coverage, frameworks, vulnerabilities | description string — OPTIONALPossible values: 1 ≤ length Metadata specification description | schema object — OPTIONALMetadata specification schema. Must be a valid JSON Schema |
|