Skip to content

Commit

Permalink
add serviceDocs to app schema (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfchevrette authored Mar 13, 2019
1 parent 420b29c commit de6766b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@
- { name: path, type: string, isRequired: true }
- { name: labels, type: json }
- { name: title, type: string, isRequired: true }
- { name: serviceDocs, type: string, isList: true }
- { name: serviceOwner, type: AppServiceOwner, isRequired: true }
- { name: dependencies, type: AppDependencies, isList: true }
- { name: quayRepos, type: AppQuayRepos, isList: true }
Expand Down
7 changes: 7 additions & 0 deletions assets/schemas/app-sre/app-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ properties:
title:
type: string

serviceDocs:
description: List of service docs
type: array
items:
description: Service document link
type: string

serviceOwner:
description: Team or individual who is/are responsible for the running instance of the software.
type: object
Expand Down

0 comments on commit de6766b

Please sign in to comment.