Raw ProgramIdentifier
This commit is contained in:
parent
1e6a843330
commit
1edeb5178d
|
|
@ -1660,6 +1660,7 @@ components:
|
|||
type: "object"
|
||||
required:
|
||||
- "Guid"
|
||||
- "ProgramIdentifier"
|
||||
- "ProgramIdentifierDesignation"
|
||||
- "Type"
|
||||
- "Designation"
|
||||
|
|
@ -1671,6 +1672,9 @@ components:
|
|||
ProgramIdentifierDesignation:
|
||||
type: "string"
|
||||
readOnly: true
|
||||
ProgramIdentifier:
|
||||
type: "string"
|
||||
readOnly: true
|
||||
Type:
|
||||
type: "string"
|
||||
enum:
|
||||
|
|
|
|||
Loading…
Reference in New Issue