Program ======= A Program resource contains publisher data and other fields. Resource definition ------------------- .. literalinclude:: _static/Program.json :language: json +---------------------+-------------------------+---------------------------------------------------+ | Name | Type | Description | +=====================+=========================+===================================================+ | Id | int | Unique identifier | +---------------------+-------------------------+---------------------------------------------------+ | IsCommitment | bool | Indicates whether the program is commitment | +---------------------+-------------------------+---------------------------------------------------+ | Name | string | Name of program | +---------------------+-------------------------+---------------------------------------------------+ | Publisher | ObjectReference | Publisher connected to program | +---------------------+-------------------------+---------------------------------------------------+ Operations on Program --------------------- - :doc:`/scenarios/programs-get` - :doc:`/scenarios/program-get-by-id`