Skip to content

Commit

Permalink
Move Direction as an reference object in the open api specification.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwallen authored and juanluisrp committed Jan 18, 2024
1 parent d9c7da5 commit 2780a88
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
*/
package org.fao.geonet.api.records.model;

import io.swagger.v3.oas.annotations.media.Schema;

@Schema(enumAsRef = true)
public enum Direction {
up, down
}

0 comments on commit 2780a88

Please sign in to comment.