Fix typo
This commit is contained in:
parent
34dcb91744
commit
b311525b7d
2
.github/workflows/models.yml
vendored
2
.github/workflows/models.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
go-version: 1.15
|
go-version: 1.15
|
||||||
|
|
||||||
- name: Install validator
|
- name: Install validator
|
||||||
run: go get github.com/OpenSlides/openslides-modelsvalidate/cmd/modelsvalidate@v0.1.1
|
run: go get github.com/OpenSlides/openslides-modelsvalidate/cmd/modelsvalidate@v0.1.2
|
||||||
env:
|
env:
|
||||||
GO111MODULE: on
|
GO111MODULE: on
|
||||||
|
|
||||||
|
@ -264,7 +264,7 @@ committee:
|
|||||||
meeting:
|
meeting:
|
||||||
id: number
|
id: number
|
||||||
welcome_title: string
|
welcome_title: string
|
||||||
welcome_text: HtmlPermissive
|
welcome_text: HTMLPermissive
|
||||||
|
|
||||||
# General
|
# General
|
||||||
name:
|
name:
|
||||||
@ -846,7 +846,7 @@ topic:
|
|||||||
title:
|
title:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
text: HtmlPermissive
|
text: HTMLPermissive
|
||||||
|
|
||||||
attachment_ids:
|
attachment_ids:
|
||||||
type: relation-list
|
type: relation-list
|
||||||
|
Loading…
Reference in New Issue
Block a user