Rename operation->action, add validation

This commit is contained in:
rijkvanzanten
2020-08-27 09:45:23 -04:00
parent fd4e903250
commit f538d03456

View File

@@ -310,12 +310,14 @@ tables:
references:
table: directus_collections
column: collection
operation:
action:
type: string
length: 10
nullable: false
permissions:
type: json
validation:
type: json
presets:
type: json
fields:
@@ -1787,15 +1789,16 @@ rows:
defaults:
role: null
collection: null
operation: null
action: null
permissions: null
validation: null
presets: null
fields: null
limit: null
data:
- collection: directus_settings
operation: read
action: read
permissions: {}
fields: "project_name,project_logo,project_color,public_foreground,public_background,public_note"