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