Skip to content

Commit

Permalink
fix(identifiers): add open alex as new identifiers for structures
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Feb 2, 2024
1 parent dd735e5 commit f67a83a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/openapi/schemas/identifiers/enums/type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ enum:
- isil
- isni
- oc
- openAlexStructId
- orgref
- pia
- piaweb-organization
Expand Down
1 change: 1 addition & 0 deletions src/openapi/schemas/structures/enums/identifier-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ enum:
- isil
- isni
- oc
- openAlexStructId
- orgref
- pia
- piaweb-organization
Expand Down
3 changes: 3 additions & 0 deletions src/openapi/schemas/structures/structure-create-payload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ properties:
dealroom:
type: string
nullable: true
openAlexStructId:
type: string
nullable: true
websiteEn:
type: string
nullable: true
Expand Down

0 comments on commit f67a83a

Please sign in to comment.