---
title: "NDWC.Cap.JsonResource"
url: "https://capalert-developer-portal.apiddpm.com/apis/national-cap-alerting-service-api-1/versions/9738bb43-d24d-4239-8917-928fe84376ca/schemas/NDWC.Cap.JsonResource"
---

> Full API specification: https://capalert-developer-portal.apiddpm.com/apis/national-cap-alerting-service-api-1/versions/9738bb43-d24d-4239-8917-928fe84376ca.md

# NDWC.Cap.JsonResource

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: National CAP Alerting Service API
  version: 1.0.0
servers:
  - url: https://capalert-api-developer.apiddpm.com
components:
  schemas:
    NDWC.Cap.JsonResource:
      type: object
      properties:
        resourceDesc:
          type: string
          nullable: true
        mimeType:
          type: string
          nullable: true
        size:
          type: integer
          format: int32
          nullable: true
        uri:
          type: string
          nullable: true
        derefUri:
          type: string
          nullable: true
        digest:
          type: string
          nullable: true
      additionalProperties: false
```
