UNPKG

@stencila/schema

Version:

Stencila schema and other specifications

19 lines (18 loc) 581 B
title: ResourceParameters '@id': stencila:ResourceParameters $extends: ../Thing.schema.yaml role: secondary status: experimental description: | Describes limits or requested amounts for a particular resource (e.g. memory or CPU). properties: resourceLimit: '@id': stencila:resourceLimit description: The maximum amount of the resource that can be used. type: number minimum: 0 resourceRequested: '@id': stencila:resourceRequested description: The amount of the resource that has been requested (and possibly reserved). type: number minimum: 0