Skip to content

Commit

Permalink
refactor: move campo keys schema to common package
Browse files Browse the repository at this point in the history
  • Loading branch information
amiut committed May 24, 2024
1 parent bc49aab commit df7cbd3
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,14 @@ public function get_item_schema(): array
),
'type' => 'object',
],
DegreeProgram::CAMPO_KEYS => [
'description' => _x(
'Degree program Campo Keys.',
'rest_api: schema item description',
'fau-degree-program'
),
'type' => 'object',
],
];

return $this->schema;
Expand Down

0 comments on commit df7cbd3

Please sign in to comment.