Sugar Network/Resources: Difference between revisions

No edit summary
No edit summary
Line 37: Line 37:
:* ''testing'',
:* ''testing'',
:* ''stable''.
:* ''stable''.
'''Implementation.requires'''
: What Contexts the current one depends on. Value is a dictionary of:
  "''<Context-GUID>''": {
    "''constraints''": [{            # optional array of constrains
      "''not-before''": "''<VERSION>''",  # the lowest-numbered version that can be chosen
      "''before''": "''<VERSION>''",      # this version and all later versions are unsuitable
      }],
    "''importance''":
      "''essential''|''recommended''",    # dependency must be selected or no version is also an option
  }


'''Artifact.type'''
'''Artifact.type'''