Application Packaging Standard

Last updated 18-Mar-2019

Resource

Billing resource APS type

In this document:

Schema

The considered APS type (download) extends the Resource APS type(s) and looks as follows:

{
  "name": "Resource",
  "id": "http://www.odin.com/billing/Resource/1.1",
  "apsVersion": "2.0",
  "implements": [
    "http://aps-standard.org/types/core/resource/1.0"
  ],
  "properties": {
    "name": {
      "type": "http://aps-standard.org/types/core/i18n/1.0#MLString",
      "required": true
    },
    "id": {
      "type": "integer"
    }
  }
}

Properties

NAME TYPE ATTRIBUTES DEFAULT DESCRIPTION
id Integer Not Required   Internal resource identifier
name Multi-Language String Required   Resource name

Examples

Please find general description of create-read-update-delete (CRUD) operations with resources, properties, and structures respectively at: