Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 9443d09

Browse files
author
Tyler Ayers
committed
updated firestore spec
1 parent eb37307 commit 9443d09

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

tutorial-demos/firestore-appsheet-demo/specs/jokes-api.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,16 @@ components:
130130
text:
131131
description: 'Text of a joke.'
132132
type: string
133+
punchline:
134+
description: 'Punchline of a joke.'
135+
type: string
133136
ArrayOfJokes:
134137
title: ArrayOfJokes
135-
type: array
136-
items:
137-
$ref: '#/components/schemas/Joke'
138+
type: object
139+
properties:
140+
jokes:
141+
description: array of jokes
142+
type: array
143+
items:
144+
$ref: '#/components/schemas/Joke'
138145

0 commit comments

Comments
 (0)