Skip to content

Commit

Permalink
Merge pull request #113 from thayashi/fix_example_schema
Browse files Browse the repository at this point in the history
Add missing propertiesOrder
  • Loading branch information
nati committed Mar 26, 2016
2 parents c1c3c08 + 3a92f53 commit b1eb50c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion etc/example_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ schemas:
singular: server
plural: server
prefix: /v1.0
title: server
title: Server
schema:
properties:
name:
Expand Down Expand Up @@ -144,6 +144,10 @@ schemas:
type: string
format: uuid
description: ""
propertiesOrder:
- id
- name
- management_ip
actions:
reboot:
path: /:id/reboot
Expand Down

0 comments on commit b1eb50c

Please sign in to comment.