organization-status.json 211 B

1234567891011121314
  1. {
  2. "OrganizationStatus": {
  3. "type": "object",
  4. "required": ["id", "name"],
  5. "properties": {
  6. "id": {
  7. "type": "string"
  8. },
  9. "name": {
  10. "type": "string"
  11. }
  12. }
  13. }
  14. }