Skip to content

Commit

Permalink
wip mocking picamera2rm
Browse files Browse the repository at this point in the history
  • Loading branch information
previ committed Apr 2, 2024
1 parent 370ce56 commit 732efd7
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions coderbot/v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ paths:
required: true
schema:
type: string
pattern: '^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
minLength: 1
maxLength: 128
tags:
- Program management
responses:
Expand All @@ -184,6 +187,9 @@ paths:
required: true
schema:
type: string
pattern: '^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
minLength: 1
maxLength: 128
responses:
200:
description: "ok"
Expand All @@ -200,6 +206,9 @@ paths:
required: true
schema:
type: string
pattern: '^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
minLength: 1
maxLength: 128
requestBody:
description: Program object
required: true
Expand All @@ -225,6 +234,9 @@ paths:
required: true
schema:
type: string
pattern: '^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
minLength: 1
maxLength: 128
requestBody:
description: Program object
required: true
Expand All @@ -248,6 +260,9 @@ paths:
required: true
schema:
type: string
pattern: '^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
minLength: 1
maxLength: 128
responses:
200:
description: "ok"
Expand All @@ -264,6 +279,9 @@ paths:
required: true
schema:
type: string
pattern: '^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
minLength: 1
maxLength: 128
responses:
200:
description: "ok"
Expand Down Expand Up @@ -304,6 +322,9 @@ paths:
required: true
schema:
type: string
pattern: '^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
minLength: 1
maxLength: 128
- name: default
in: query
schema:
Expand All @@ -323,6 +344,9 @@ paths:
required: true
schema:
type: string
pattern: '^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
minLength: 1
maxLength: 128
requestBody:
description: Update Activity
required: true
Expand All @@ -346,6 +370,9 @@ paths:
required: true
schema:
type: string
pattern: '^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
minLength: 1
maxLength: 128
responses:
200:
description: "ok"
Expand Down Expand Up @@ -386,6 +413,9 @@ paths:
required: true
schema:
type: string
pattern: '^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
minLength: 1
maxLength: 128
tags:
- Music extensions
responses:
Expand Down Expand Up @@ -587,6 +617,9 @@ paths:
required: true
schema:
type: string
pattern: '^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
minLength: 1
maxLength: 128
tags:
- CNN Models
responses:
Expand All @@ -601,6 +634,7 @@ paths:
required: true
schema:
type: string
pattern: '^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
tags:
- CNN Models
responses:
Expand Down Expand Up @@ -680,6 +714,7 @@ components:
properties:
name:
type: string
pattern: '^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
tag:
type: string
Program:
Expand Down Expand Up @@ -710,6 +745,7 @@ components:
type: string
minLength: 1
maxLength: 128
pattern: '^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
description:
type: string
minLength: 0
Expand Down

0 comments on commit 732efd7

Please sign in to comment.