Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Projects
Groups
Snippets
Sign up now
Login
Sign in
Toggle navigation
Menu
Open sidebar
Value Flows
VF Schemas
vf-graphql
Commits
882b524c
Commit
882b524c
authored
Sep 25, 2022
by
Lynn Foster
Browse files
added imageList to Intent, Resource, ResourceSpecification
parent
b0ea07f4
Changes
3
Hide whitespace changes
Inline
Side-by-side
lib/schemas/intent.gql
View file @
882b524c
...
...
@@ -99,6 +99,9 @@ input IntentCreateParams {
"
The
uri
to
an
image
relevant
to
the
intent
,
such
as
a
photo
."
image
:
URI
"
A
comma
separated
list
of
uri
addresses
to
images
relevant
to
the
intent
."
imageList
:
[
URI
!]
"
A
textual
description
or
comment
."
note
:
String
...
...
lib/schemas/observation.gql
View file @
882b524c
...
...
@@ -90,6 +90,9 @@ type EconomicResource {
"
The
uri
to
an
image
relevant
to
the
resource
,
such
as
a
photo
,
diagram
,
etc
."
image
:
URI
"
A
comma
separated
list
of
uri
addresses
to
images
relevant
to
the
resource
."
imageList
:
[
URI
!]
"
The
current
amount
and
unit
of
the
economic
resource
for
which
the
agent
has
primary
rights
and
responsibilities
,
sometimes
thought
of
as
ownership
.
This
can
be
either
stored
or
derived
from
economic
events
affecting
the
resource
."
accountingQuantity
:
Measure
...
...
lib/schemas/resource_specification.gql
View file @
882b524c
...
...
@@ -24,6 +24,9 @@ type ResourceSpecification {
"
The
uri
to
an
image
relevant
to
the
entity
,
such
as
a
photo
,
diagram
,
etc
."
image
:
URI
"
A
comma
separated
list
of
uri
addresses
to
images
relevant
to
the
resource
."
imageList
:
[
URI
!]
"
References
a
concept
in
a
common
taxonomy
or
other
classification
scheme
for
purposes
of
categorization
or
grouping
."
resourceClassifiedAs
:
[
URI
!]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment