Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create/Get/List ResourceSpecification #41

Open
mayel opened this issue May 22, 2020 · 0 comments
Open

Create/Get/List ResourceSpecification #41

mayel opened this issue May 22, 2020 · 0 comments

Comments

@mayel
Copy link

mayel commented May 22, 2020

Follows from #15 for more fleshed out Intents

Specification of a kind of resource. Could define a material item, service, digital item, currency account, etc.
Used instead of a classification when more information is needed, particularly for recipes.

type ResourceSpecification {
  id: ID!

  """
  An informal or formal textual identifier for a type of resource. Does not imply uniqueness.
  """
  name: String!

  """
  The uri to an image relevant to the entity, such as a photo, diagram, etc.
  """
  image: URI

  """
  References a concept in a common taxonomy or other classification scheme for purposes of categorization or grouping.
  """
  resourceClassifiedAs: [URI!]

  """A textual description or comment."""
  note: String

  """[UNSTABLE] The default unit used for quantifying this resource type."""
  defaultUnitOfEffort: Unit
  conformingResources: [EconomicResource!]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant